Skip to content

Commit 2cad1e9

Browse files
1 parent 883b0da commit 2cad1e9

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

advisories/unreviewed/2025/11/GHSA-xmq3-q5pm-rp26/GHSA-xmq3-q5pm-rp26.json renamed to advisories/github-reviewed/2025/11/GHSA-xmq3-q5pm-rp26/GHSA-xmq3-q5pm-rp26.json

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xmq3-q5pm-rp26",
4-
"modified": "2025-11-07T03:30:25Z",
4+
"modified": "2025-11-07T17:41:22Z",
55
"published": "2025-11-07T03:30:25Z",
66
"aliases": [
77
"CVE-2025-52662"
88
],
9-
"details": "A vulnerability in Nuxt DevTools has been fixed in version **2.6.4***. This issue may have allowed Nuxt auth token extraction via XSS under certain configurations. All users are encouraged to upgrade.\n\nMore details: https://vercel.com/changelog/cve-2025-52662-xss-on-nuxt-devtools",
9+
"summary": "Nuxt DevTools vulnerable to cross-site scripting (XSS)",
10+
"details": "A vulnerability in Nuxt DevTools has been fixed in version **2.6.4***. This issue may have allowed Nuxt auth token extraction via XSS under certain configurations. All users are encouraged to upgrade.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@nuxt/devtools"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.6.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,16 +44,26 @@
2344
"type": "WEB",
2445
"url": "https://github.com/nuxt/devtools/commit/7cadbbe9"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/nuxt/devtools"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/nuxt/devtools/releases/tag/v2.6.4"
54+
},
2655
{
2756
"type": "WEB",
2857
"url": "https://vercel.com/changelog/cve-2025-52662-xss-on-nuxt-devtools"
2958
}
3059
],
3160
"database_specific": {
32-
"cwe_ids": [],
61+
"cwe_ids": [
62+
"CWE-79"
63+
],
3364
"severity": "MODERATE",
34-
"github_reviewed": false,
35-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-11-07T17:41:21Z",
3667
"nvd_published_at": "2025-11-07T01:15:36Z"
3768
}
3869
}

0 commit comments

Comments
 (0)