You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chrome/extension/js/generated/retire-chrome.js
+48-3Lines changed: 48 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ function deepScan(content, repo) {
50
50
*/
51
51
52
52
varexports=exports||{};
53
-
exports.version='5.2.7';
53
+
exports.version='5.2.8';
54
54
55
55
functionisDefined(o){
56
56
returntypeofo!=='undefined';
@@ -7993,7 +7993,7 @@ module.exports={
7993
7993
]
7994
7994
},
7995
7995
{
7996
-
"below": "0.21.3",
7996
+
"below": "0.21.2",
7997
7997
"severity": "high",
7998
7998
"cwe": [
7999
7999
"CWE-1333",
@@ -9228,6 +9228,28 @@ module.exports={
9228
9228
"https://vercel.com/changelog/cve-2025-32421"
9229
9229
]
9230
9230
},
9231
+
{
9232
+
"atOrAbove": "15.0.4-canary.51",
9233
+
"below": "15.1.8",
9234
+
"cwe": [
9235
+
"CWE-444"
9236
+
],
9237
+
"severity": "high",
9238
+
"identifiers": {
9239
+
"summary": "### Summary\nA vulnerability affecting Next.js has been addressed. It impacted versions 15.0.4 through 15.1.8 and involved a cache poisoning bug leading to a Denial of Service (DoS) condition.\n\nUnder certain conditions, this issue may allow a HTTP 204 response to be cached for static pages, leading to the 204 response being served to all users attempting to access the page\n\nMore details: [CVE-2025-49826](https://vercel.com/changelog/cve-2025-49826)\n\n## Credits\n- Allam Rachid [zhero;](https://zhero-web-sec.github.io/research-and-things/)\n- Allam Yasser (inzo)",
"summary": "### Summary\n\nA cache poisoning issue in **Next.js App Router >=15.3.0 and < 15.3.3** may have allowed RSC payloads to be cached and served in place of HTML, under specific conditions involving middleware and redirects. This issue has been fixed in **Next.js 15.3.3**.\n\nUsers on affected versions should **upgrade immediately** and **redeploy** to ensure proper caching behavior.\n\nMore details: [CVE-2025-49005](https://vercel.com/changelog/cve-2025-49005)",
0 commit comments