Skip to main content

Tarkov Data Manager CVE-2026-21854

CRITICAL
Improper Authentication (CWE-287)
2026-01-07 security-advisories@github.com
9.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
9.8 CRITICAL
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Mar 12, 2026 - 21:54 vuln.today
Patch released
Feb 03, 2026 - 16:21 nvd
Patch available
CVE Published
Jan 07, 2026 - 19:15 nvd
CRITICAL 9.8

DescriptionGitHub 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.

Share

CVE-2026-21854 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy