Publish GHSA-f82v-jwr5-mffw

This commit is contained in:
advisory-database[bot]
2025-03-24 14:41:55 +00:00
parent b1003923f8
commit 5d76a11614
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f82v-jwr5-mffw",
"modified": "2025-03-21T15:42:37Z",
"modified": "2025-03-24T14:40:22Z",
"published": "2025-03-21T15:20:12Z",
"aliases": [
"CVE-2025-29927"
],
"summary": "Authorization Bypass in Next.js Middleware",
"details": "# Impact\nIt is possible to bypass authorization checks within a Next.js application, if the authorization check occurs in middleware.\n\n# Patches\n* For Next.js 15.x, this issue is fixed in `15.2.3`\n* For Next.js 14.x, this issue is fixed in `14.2.25`\n* For Next.js versions `11.1.4` thru `13.5.6`, consult the below workaround.\n\n# Workaround\nIf patching to a safe version is infeasible, it is recommend that you prevent external user requests which contain the `x-middleware-subrequest` header from reaching your Next.js application.\n\n## Credits\n\n- Allam Rachid (zhero;)\n- Allam Yasser (inzo_)",
"details": "# Impact\nIt is possible to bypass authorization checks within a Next.js application, if the authorization check occurs in middleware.\n\n# Patches\n* For Next.js 15.x, this issue is fixed in `15.2.3`\n* For Next.js 14.x, this issue is fixed in `14.2.25`\n* For Next.js 13.x, this issue is fixed in `13.5.9`\n* For Next.js 12.x, this issue is fixed in `12.3.5`\n* For Next.js 11.x, consult the below workaround.\n\n_Note: Next.js deployments hosted on Vercel are automatically protected against this vulnerability._\n\n# Workaround\nIf patching to a safe version is infeasible, it is recommend that you prevent external user requests which contain the `x-middleware-subrequest` header from reaching your Next.js application.\n\n## Credits\n\n- Allam Rachid (zhero;)\n- Allam Yasser (inzo_)",
"severity": [
{
"type": "CVSS_V3",
@@ -25,10 +25,10 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.1.4"
"introduced": "13.0.0"
},
{
"last_affected": "13.5.6"
"fixed": "13.5.9"
}
]
}
@@ -44,7 +44,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "14.0"
"introduced": "14.0.0"
},
{
"fixed": "14.2.25"
@@ -63,7 +63,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "15.0"
"introduced": "15.0.0"
},
{
"fixed": "15.2.3"
@@ -71,6 +71,25 @@
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "next"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.1.4"
},
{
"fixed": "12.3.5"
}
]
}
]
}
],
"references": [
@@ -93,6 +112,26 @@
{
"type": "PACKAGE",
"url": "https://github.com/vercel/next.js"
},
{
"type": "WEB",
"url": "https://github.com/vercel/next.js/releases/tag/v12.3.5"
},
{
"type": "WEB",
"url": "https://github.com/vercel/next.js/releases/tag/v13.5.9"
},
{
"type": "WEB",
"url": "https://vercel.com/changelog/vercel-firewall-proactively-protects-against-vulnerability-with-middleware"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/03/23/3"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/03/23/4"
}
],
"database_specific": {