Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Orlserg

#31377of 53,632
8.1Total CVSS
Vulnerabilities · 1
PT-2022-15025
8.1
2022-01-11
Replit · @Replit/Crosis · CVE-2022-21671
**Name of the Vulnerable Software and Affected Versions** @replit/crosis versions prior to 7.3.1 **Description** A vulnerability exists that involves exposure of sensitive information. When using the library to communicate with Replit in a standalone fashion, if there are multiple failed attempts to contact Replit through a WebSocket, the library will attempt to communicate using a fallback poll-based proxy. The URL of the proxy has changed, so any communication done to the previous URL could potentially reach a server that is outside of Replit's control and the token used to connect to the Repl could be obtained by an attacker, leading to full compromise of that Repl. **Recommendations** For versions prior to 7.3.1, update to version 7.3.1 or later. As a temporary workaround, specify the new address for the polling host (`gp-v2.replit.com`) in the `ConnectArgs`.