Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2022-2880— Incorrect sanitization of forwarded query parameters in net/http/httputil

Quick assessment

Affected
Go standard library net/http/httputil
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Google Golang是美国谷歌(Google)公司的一种静态强类型、编译型语言。Go的语法接近C语言,但对于变量的声明有所不同。Go支持垃圾回收功能。Go的并行模型是以东尼·霍尔的通信顺序进程(CSP)为基础,采取类似模型的其他语言包括Occam和Limbo,但它也具有Pi运算的特征,比如通道传输。在1.8版本中开放插件(Plugin)的支持,这意味着现在能从Go中动态加载部分函数。 Google Golang 存在环境问题漏洞,该漏洞源于net/http/httputil:ReverseProxy

AI Predicted 5.3 Difficulty: Moderate EPSS 1.15% · P64

Possible ATT&CK Techniques 1 AI

T1557.002 · ARP Cache Poisoning
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2022-2880

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Incorrect sanitization of forwarded query parameters in net/http/httputil
Source: CVE Program / CVE List V5
Vulnerability Description
Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Google Golang 环境问题漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Google Golang是美国谷歌(Google)公司的一种静态强类型、编译型语言。Go的语法接近C语言,但对于变量的声明有所不同。Go支持垃圾回收功能。Go的并行模型是以东尼·霍尔的通信顺序进程(CSP)为基础,采取类似模型的其他语言包括Occam和Limbo,但它也具有Pi运算的特征,比如通道传输。在1.8版本中开放插件(Plugin)的支持,这意味着现在能从Go中动态加载部分函数。 Google Golang 存在环境问题漏洞,该漏洞源于net/http/httputil:ReverseProxy
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Go standard library net/http/httputil 0 ~ 1.18.7 -

II. Public POCs for CVE-2022-2880

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2022-2880

登录查看更多情报信息。

Vendor Advisories for CVE-2022-2880 (1)

Other References for CVE-2022-2880 (4)

Same Patch Batch · Go standard library · 2022-10-14 · 3 CVEs total

CVE-2022-2879 Unbounded memory consumption when reading headers in archive/tar
CVE-2022-41715 Memory exhaustion when compiling regular expressions in regexp/syntax

IV. Related Vulnerabilities

V. Comments for CVE-2022-2880

No comments yet


Leave a comment