{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2025-22870",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2025-01-08T19:11:42.834Z",
        "datePublished": "2025-03-12T18:27:59.376Z",
        "dateUpdated": "2026-04-16T22:39:33.619Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2026-04-16T22:39:33.619Z"
            },
            "title": "HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "net/http",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "net/http",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.23.7",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.24.0-0",
                            "lessThan": "1.24.1",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "envProxyFunc"
                        },
                        {
                            "name": "ProxyFromEnvironment"
                        }
                    ],
                    "defaultStatus": "unaffected"
                },
                {
                    "vendor": "golang.org/x/net",
                    "product": "golang.org/x/net/http/httpproxy",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "golang.org/x/net/http/httpproxy",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "0.36.0",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "config.useProxy"
                        },
                        {
                            "name": "domainMatch.match"
                        }
                    ],
                    "defaultStatus": "unaffected"
                },
                {
                    "vendor": "golang.org/x/net",
                    "product": "golang.org/x/net/proxy",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "golang.org/x/net/proxy",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "0.36.0",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "PerHost.dialerForRequest"
                        },
                        {
                            "name": "PerHost.AddFromString"
                        },
                        {
                            "name": "Dial"
                        },
                        {
                            "name": "FromEnvironment"
                        },
                        {
                            "name": "FromEnvironmentUsing"
                        },
                        {
                            "name": "PerHost.Dial"
                        },
                        {
                            "name": "PerHost.DialContext"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-115 Misinterpretation of Input"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/cl/654697"
                },
                {
                    "url": "https://go.dev/issue/71984"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2025-3503"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Juho Forsén of Mattermost"
                }
            ]
        },
        "adp": [
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2025/03/07/2"
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20250509-0007/"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2025-05-09T20:03:37.043Z"
                }
            },
            {
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "type": "CWE",
                                "cweId": "CWE-115",
                                "lang": "en",
                                "description": "CWE-115 Misinterpretation of Input"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 4.4,
                            "attackVector": "LOCAL",
                            "baseSeverity": "MEDIUM",
                            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "LOW",
                            "availabilityImpact": "LOW",
                            "privilegesRequired": "LOW",
                            "confidentialityImpact": "LOW"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-03-18T16:31:16.493335Z",
                                "id": "CVE-2025-22870",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2025-03-18T16:32:14.847Z"
                }
            }
        ]
    }
}