AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-31013

CRITICAL · CVSS 9.1 EPSS 1.40% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-05-31 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-31013
Severity
CRITICAL
CVSS
9.1
EPSS
1.40%

Original NVD Description

Chat Server is the chat server for Vartalap, an open-source messaging application. Versions 2.3.2 until 2.6.0 suffer from a bug in validating the access token, resulting in authentication bypass. The function `this.authProvider.verifyAccessKey` is an async function, as the code is not using `await` to wait for the verification result. Every time the function responds back with success, along with an unhandled exception if the token is invalid. A patch is available in version 2.6.0.