Skip to content

Commit 6fb57b9

Browse files
committed
1 parent 77c37e0 commit 6fb57b9

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

advisories/unreviewed/2025/12/GHSA-cpg4-p69m-3fq5/GHSA-cpg4-p69m-3fq5.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,56 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-cpg4-p69m-3fq5",
4-
"modified": "2025-12-18T00:34:09Z",
4+
"modified": "2025-12-18T00:34:16Z",
55
"published": "2025-12-18T00:34:09Z",
66
"aliases": [
77
"CVE-2025-14202"
88
],
9-
"details": "A vulnerability in the file upload at bookmark + asset rendering pipeline allows an attacker to upload a malicious SVG file with JavaScript content. When an authenticated admin user views the SVG file with embedded JavaScript code of shared bookmark, JavaScript executes in the admin’s browser, retrieves the CSRF token, and sends a request to change the admin's password resulting in a full account takeover.",
9+
"summary": "Cross-Site Request Forgery (CSRF) Leading to Account Takeover via SVG File Upload",
10+
"details": "A vulnerability in the file upload at bookmark + asset rendering pipeline allows an attacker to upload a malicious SVG file with JavaScript content. When an authenticated admin user views the SVG file with embedded JavaScript code of shared bookmark, JavaScript executes in the admin’s browser, retrieves the CSRF token, and sends a request to change the admin's password resulting in a full account takeover.\n\nResearcher: Deema Alfehaid",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:L/VA:N/SC:H/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:L/UI:A/VC:H/VI:L/VA:N/SC:H/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "GitHub Actions",
21+
"name": "linkding"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": ">= 1.44.2"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "< 1.44.2"
38+
}
1439
}
1540
],
16-
"affected": [],
1741
"references": [
1842
{
1943
"type": "ADVISORY",
2044
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14202"
2145
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/dxx33/Vulnerability-Research/blob/main/CVE-2025-14202/README.md"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/sissbruecker/linkding"
53+
},
2254
{
2355
"type": "WEB",
2456
"url": "https://www.cve.org/cverecord?id=CVE-2025-14202"

0 commit comments

Comments
 (0)