Tarkov Data Manager
CVE-2026-21855
CRITICAL
Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
3DescriptionGitHub Advisory
The Tarkov Data Manager is a tool to manage the Tarkov item data. Prior to 02 January 2025, a reflected Cross Site Scripting (XSS) vulnerability in the toast notification system allows any attacker to execute arbitrary JavaScript in the context of a victim's browser session by crafting a malicious URL. A series of fix commits on 02 January 2025 fixed this and other vulnerabilities.
AnalysisAI
Tarkov Data Manager has reflected XSS in the toast notification system. Attackers can craft URLs that execute arbitrary JavaScript in the victim's browser, stealing session tokens. PoC available, fixed in January 2025.
Technical ContextAI
The toast notification system renders user-controlled URL parameters without sanitization (CWE-79). Combined with the scope change (S:C), the XSS can access data from other origins if the application uses shared session cookies or cross-origin communication.
RemediationAI
Update to the latest version. Sanitize all user input before rendering in the DOM. Implement Content-Security-Policy headers.
More in Tarkov Data Manager
View allSame weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today