CVE-2022-31013

CRITICALCVSS 9.8/10EPSS 1.37%

Last modified

CVE-2022-31013 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 1.37% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
9.8/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
1.37%

68.5th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Chat Server ProjectChat Server>= 2.3.2, < 2.6.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2022-31013?
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.
How severe is CVE-2022-31013?
CVE-2022-31013 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 1.37% probability of exploitation in the next 30 days.
How do I fix CVE-2022-31013?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2022-31013?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST