blob: a8b57b09ef4d6cacd87daa2f7cd721aa3f087e6c [file] [log] [blame]
{
"schema_version": "1.3.1",
"id": "GO-2024-2813",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-vhxv-fg4m-p2w8"
],
"related": [
"GHSA-v84h-653v-4pq9"
],
"summary": "Some CORS middleware allow untrusted origins in github.com/jub0bs/cors",
"details": "Some CORS middleware (more specifically those created by specifying two or more origin patterns whose hosts share a proper suffix) incorrectly allow some untrusted origins, thereby opening the door to cross-origin attacks from the untrusted origins in question.\n\nFor example, specifying origin patterns \"https://foo.com\" and \"https://bar.com\" (in that order) would yield a middleware that would incorrectly allow untrusted origin \"https://barfoo.com\".",
"affected": [
{
"package": {
"name": "github.com/jub0bs/cors",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.1.3"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/jub0bs/cors/internal/origins/radix",
"symbols": [
"Tree.Contains",
"Tree.Insert"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/jub0bs/cors/security/advisories/GHSA-vhxv-fg4m-p2w8"
},
{
"type": "FIX",
"url": "https://github.com/jub0bs/cors/commit/63900fa1776237095fa0ed47ff85791e21f3a7d7"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2813",
"review_status": "REVIEWED"
}
}