Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Chat Server Project Subscribe
Filtered by product Chat Server
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-31013 1 Chat Server Project 1 Chat Server 2022-06-14 7.5 HIGH 9.8 CRITICAL
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.