The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade github.com/QuantumNous/new-api/controller to version 0.12.0-alpha.1 or higher.
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) via the GET /api/oauth/email/bind and GET /api/oauth/wechat/bind endpoints. An attacker can alter account binding state by tricking a logged-in user into visiting a crafted link, potentially allowing the attacker to bind an email address or OAuth identity they control and attempt account recovery flows. This is only exploitable if session cookies are not configured with strict SameSite behavior, allowing them to be sent on cross-site navigations.
This vulnerability can be mitigated by configuring session cookies with strict SameSite behavior and blocking GET requests to /api/oauth/email/bind and /api/oauth/wechat/bind at the reverse proxy.