mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-hg9j-64wp-m9px GHSA-qxp5-gwg8-xv66
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-qxp5-gwg8-xv66",
|
||||
"modified": "2025-03-12T22:06:40Z",
|
||||
"published": "2025-03-12T22:06:40Z",
|
||||
"aliases": [
|
||||
"CVE-2025-22870"
|
||||
],
|
||||
"summary": "HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net",
|
||||
"details": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
|
||||
"severity": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "golang.org/x/net"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.36.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22870"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://go-review.googlesource.com/q/project:net"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://go.dev/cl/654697"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://go.dev/issue/71984"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://pkg.go.dev/vuln/GO-2025-3503"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://www.openwall.com/lists/oss-security/2025/03/07/2"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-20"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-12T22:06:40Z",
|
||||
"nvd_published_at": "2025-03-12T19:15:38Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user