Skip to content

Commit 39c32bd

Browse files
1 parent 97cc88e commit 39c32bd

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7xvh-c266-cfr5",
4+
"modified": "2025-11-17T18:15:55Z",
5+
"published": "2025-11-17T18:15:55Z",
6+
"aliases": [
7+
"CVE-2025-64758"
8+
],
9+
"summary": "@dependencytrack/frontend vulnerable to Persistent Cross-Site-Scripting via welcome message",
10+
"details": "### Description\n\nSince version 4.12.0, Dependency-Track users with the `SYSTEM_CONFIGURATION` permission can configure a \"welcome message\", which is HTML that is to be rendered on the login page for branding purposes.\n\nWhen rendering the welcome message, Dependency-Track versions before 4.13.6 did not properly sanitize the HTML, allowing arbitrary JavaScript to be executed.\n\n### Impact\n\nUsers with the `SYSTEM_CONFIGURATION` permission (i.e., administrators), can exploit this weakness to execute arbitrary JavaScript for users browsing to the login page. \n\n### Patches\n\nThe issue has been fixed in version 4.13.6.\n\n### References\n\n* The issue was introduced via: https://github.com/DependencyTrack/frontend/pull/986\n* The issue was fixed via: https://github.com/DependencyTrack/frontend/pull/1378\n\n### Credit\n\nThanks to *Jonas Benjamin Friedli* for identifying and responsibly disclosing the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@dependencytrack/frontend"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.12.0"
29+
},
30+
{
31+
"fixed": "4.13.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/DependencyTrack/frontend/security/advisories/GHSA-7xvh-c266-cfr5"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/DependencyTrack/frontend/pull/1378"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/DependencyTrack/frontend/pull/986"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/DependencyTrack/frontend"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-79"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-17T18:15:55Z",
63+
"nvd_published_at": null
64+
}
65+
}

0 commit comments

Comments
 (0)