【安全公告:UTSA-2022-000394】-【CVE-2022-2880】

发布日期:2022-10-31

基本信息

漏洞编号: CVE-2022-2880

受影响系统版本: 服务器E版

受影响源码包: golang

修复版本: 1.15.7-21.up1.uel20

CWE编号: CWE-444

漏洞等级: 高危

CVSS_v3评分: 7.5

漏洞描述

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.

修复方式

yum update PackageName

是否受影响判断

判断方法:yum info PackageName
结果说明:版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复。

补丁链接

暂无