Publish GHSA-qpjv-v59x-3qc4

This commit is contained in:
advisory-database[bot]
2025-05-15 14:13:46 +00:00
parent b61c977b10
commit 118b8ad745
@@ -0,0 +1,84 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qpjv-v59x-3qc4",
"modified": "2025-05-15T14:12:26Z",
"published": "2025-05-15T14:12:26Z",
"aliases": [
"CVE-2025-32421"
],
"summary": "Next.js Race Condition to Cache Poisoning",
"details": "**Summary** \nWe received a responsible disclosure from Allam Rachid (zhero) for a low-severity race-condition vulnerability in Next.js. This issue only affects the **Pages Router** under certain misconfigurations, causing normal endpoints to serve `pageProps` data instead of standard HTML.\n\n[Learn more here](https://vercel.com/changelog/cve-2025-32421)\n\n**Credit** \nThank you to **Allam Rachid (zhero)** for the responsible disclosure. This research was rewarded as part of our bug bounty program.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "next"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "14.2.24"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "next"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "15.0.0"
},
{
"fixed": "15.1.6"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-qpjv-v59x-3qc4"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32421"
},
{
"type": "PACKAGE",
"url": "https://github.com/vercel/next.js"
},
{
"type": "WEB",
"url": "https://vercel.com/changelog/cve-2025-32421"
}
],
"database_specific": {
"cwe_ids": [
"CWE-362"
],
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2025-05-15T14:12:26Z",
"nvd_published_at": "2025-05-14T23:15:47Z"
}
}