GO-2020-0020

Source
https://pkg.go.dev/vuln/GO-2020-0020
Import Source
https://vuln.go.dev/ID/GO-2020-0020.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2020-0020
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Improper access control in github.com/gorilla/handlers
Details

Usage of the CORS handler may apply improper CORS headers, allowing the requester to explicitly control the value of the Access-Control-Allow-Origin header, which bypasses the expected behavior of the Same Origin Policy.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0020"
}
References
Credits
    • Evan J Johnson

Affected packages

Go / github.com/gorilla/handlers

Package

Name
github.com/gorilla/handlers
View open source insights on deps.dev
Purl
pkg:golang/github.com/gorilla/handlers

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/gorilla/handlers",
            "symbols": [
                "cors.ServeHTTP"
            ]
        }
    ]
}