Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 @lobehub/chat to version 1.130.1 or higher.
@lobehub/chat is a Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
Affected versions of this package are vulnerable to Open Redirect via the OIDC redirect handling process. An attacker can cause users to be redirected to arbitrary domains by injecting malicious values into the X-Forwarded-Host or X-Forwarded-Proto headers. This is only exploitable if the deployment's reverse proxy forwards client-supplied X-Forwarded-* headers to the origin as-is, or if the origin trusts these headers without validation.
curl -i 'http://localhost:3210/oidc/callback/desktop?code=abc&state=test123' \
-H 'X-Forwarded-Host: google.com' \
-H 'X-Forwarded-Proto: https'