Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,56 @@
{
"schema_version": "1.4.0",
"id": "GHSA-cpg4-p69m-3fq5",
"modified": "2025-12-18T00:34:09Z",
"modified": "2025-12-18T00:34:16Z",
"published": "2025-12-18T00:34:09Z",
"aliases": [
"CVE-2025-14202"
],
"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.",
"summary": "Cross-Site Request Forgery (CSRF) Leading to Account Takeover via SVG File Upload",
"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",
"severity": [
{
"type": "CVSS_V4",
"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"
"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"
}
],
"affected": [
{
"package": {
"ecosystem": "GitHub Actions",
"name": "linkding"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": ">= 1.44.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 1.44.2"
}
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14202"
},
{
"type": "WEB",
"url": "https://github.com/dxx33/Vulnerability-Research/blob/main/CVE-2025-14202/README.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/sissbruecker/linkding"
},
{
"type": "WEB",
"url": "https://www.cve.org/cverecord?id=CVE-2025-14202"
Expand Down