Tarkov Data Manager
CVE-2026-21854
CRITICAL
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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, an authentication bypass vulnerability in the login endpoint allows any unauthenticated user to gain full admin access to the Tarkov Data Manager admin panel by exploiting a JavaScript prototype property access vulnerability, combined with loose equality type coercion. A series of fix commits on 02 January 2025 fixed this and other vulnerabilities.
AnalysisAI
Tarkov Data Manager's login endpoint can be bypassed using JavaScript prototype property access combined with loose equality type coercion. Any unauthenticated user can gain full admin access. Fixed in January 2025 commits.
Technical ContextAI
The login function uses loose equality (==) for password comparison and is vulnerable to JavaScript prototype chain access (CWE-287). An attacker can exploit the prototype property (e.g., sending {'password': {'__proto__': ...}}) combined with type coercion to make the comparison evaluate as truthy regardless of the actual password.
RemediationAI
Update to the latest version. Use strict equality (===) and proper input validation in authentication logic.
More in Tarkov Data Manager
View allSame weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today