{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-56860",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2026-06-23T15:10:49.353Z",
        "datePublished": "2026-08-13T21:58:53.731Z",
        "dateUpdated": "2026-08-14T16:14:39.166Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2026-08-13T21:58:53.731Z"
            },
            "title": "Avoid quadratic complexity in resolvePath in net/url",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "net/url",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "net/url",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.25.13",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.26.0-0",
                            "lessThan": "1.26.6",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.27.0-0",
                            "lessThan": "1.27.0-rc.3",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "resolvePath"
                        },
                        {
                            "name": "URL.Parse"
                        },
                        {
                            "name": "URL.ResolveReference"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-407: Inefficient Algorithmic Complexity"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/cl/803681"
                },
                {
                    "url": "https://go.dev/issue/80494"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2026-6218"
                }
            ]
        },
        "adp": [
            {
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "type": "CWE",
                                "cweId": "CWE-407",
                                "lang": "en",
                                "description": "CWE-407 Inefficient Algorithmic Complexity"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 5.9,
                            "attackVector": "NETWORK",
                            "baseSeverity": "MEDIUM",
                            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "HIGH",
                            "availabilityImpact": "HIGH",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "NONE"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-14T16:14:34.601382Z",
                                "id": "CVE-2026-56860",
                                "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": "2026-08-14T16:14:39.166Z"
                }
            }
        ]
    }
}