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 applicationsLearn about Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/ory/oathkeeper/proxy to version 26.2.0 or higher.
github.com/ory/oathkeeper/proxy is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules
Affected versions of this package are vulnerable to Missing Authorization in the evaluation of the X-Forwarded-Proto header due to improperly respecting the serve.proxy.trust_forwarded_headers configuration. An attacker can gain unauthorized access or bypass access restrictions by sending crafted requests with manipulated X-Forwarded-Proto headers to trigger alternate rule sets.
Note:
This is only exploitable if the deployment has distinct rules for HTTP and HTTPS requests and the attacker can trigger one but not the other rule.
This vulnerability can be mitigated by dropping unexpected headers as early as possible when a request is handled, such as in a WAF.