Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions vulns/CVE-2026-24513.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"id": "CVE-2026-24513",
"modified": "2026-02-02T03:06:04Z",
"published": "2026-02-02T03:06:04Z",
"summary": "ingress-nginx auth-url protection bypass",
"details": "A security issue was discovered in ingress-nginx where the protection afforded by the `auth-url` Ingress annotation may not be effective in the presence of a specific misconfiguration.\n\nIf the ingress-nginx controller is configured with a default custom-errors configuration that includes HTTP errors 401 or 403, and if the configured default custom-errors backend is defective and fails to respect the X-Code HTTP header, then an Ingress with the `auth-url` annotation may be accessed even when authentication fails.\n\nNote that the built-in custom-errors backend works correctly. To trigger this issue requires an administrator to specifically configure ingress-nginx with a broken external component.",
"affected": [
{
"package": {
"ecosystem": "kubernetes",
"name": "/ingress-nginx"
},
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.13.7"
},
{
"introduced": "0"
},
{
"fixed": "1.14.3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/kubernetes/kubernetes/issues/136679"
},
{
"type": "ADVISORY",
"url": "https://www.cve.org/cverecord?id=CVE-2026-24513"
}
]
}