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 @microsoft/kiota-http-fetchlibrary to version 1.0.0-preview.102 or higher.
@microsoft/kiota-http-fetchlibrary is an implementation using the Fetch API to make requests.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity via the executeWithRedirect redirect handling in redirectHandlerOptions.ts. An attacker can capture Authorization, Cookie, or Proxy-Authorization credentials by inducing a redirect to a different host or scheme. The vulnerable header scrub deleted only headers.Authorization and headers.Cookie, so lower-cased header names were left on redirected requests and forwarded to the next origin. This exposes bearer tokens, session cookies, and proxy credentials to the redirect target, increasing the risk of account takeover or credential disclosure for clients that follow untrusted redirects.
Notes