Golang.Org X Net Html vulnerabilities
2 known vulnerabilities affecting golang.org/x_net_html.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1MEDIUM1
Vulnerabilities
Page 1 of 1
CVE-2025-47911MEDIUM≥ 0, < 0.45.02026-02-12
CVE-2025-47911 [MEDIUM] CWE-407 golang.org/x/net/html has a Quadratic Parsing Complexity issue
golang.org/x/net/html has a Quadratic Parsing Complexity issue
The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to Denial of Service (DoS) if an attacker provides specially crafted HTML content.
ghsaosv
CVE-2024-45338HIGH≥ 0, < 0.33.02024-12-18
CVE-2024-45338 [HIGH] CWE-770 Non-linear parsing of case-insensitive content in golang.org/x/net/html
Non-linear parsing of case-insensitive content in golang.org/x/net/html
An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
ghsaosv