Skip to content

Commit da334f5

Browse files
1 parent 78c5780 commit da334f5

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

advisories/unreviewed/2025/12/GHSA-6vj3-p34w-xxjp/GHSA-6vj3-p34w-xxjp.json renamed to advisories/github-reviewed/2025/12/GHSA-6vj3-p34w-xxjp/GHSA-6vj3-p34w-xxjp.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6vj3-p34w-xxjp",
4-
"modified": "2025-12-26T18:30:26Z",
4+
"modified": "2025-12-26T19:50:17Z",
55
"published": "2025-12-26T18:30:26Z",
66
"aliases": [
77
"CVE-2025-13158"
88
],
9+
"summary": "apidoc-core has a prototype pollution vulnerability",
910
"details": "Prototype pollution vulnerability in apidoc-core versions 0.2.0 and all subsequent versions allows remote attackers to modify JavaScript object prototypes via malformed data structures, including the “define” property processed by the application, potentially leading to denial of service or unintended behavior in applications relying on the integrity of prototype chains. This affects the preProcess() function in api_group.js, api_param_title.js, api_use.js, and api_permission.js worker modules.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "apidoc-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.2.0"
29+
},
30+
{
31+
"last_affected": "0.15.0"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13158"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/apidoc/apidoc-core"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://www.sonatype.com/security-advisories/cve-2025-13158"
@@ -29,8 +54,8 @@
2954
"CWE-1321"
3055
],
3156
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-26T19:50:17Z",
3459
"nvd_published_at": "2025-12-26T16:15:43Z"
3560
}
3661
}

0 commit comments

Comments
 (0)