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/coder/coder/v2/enterprise to version 2.29.17, 2.32.7, 2.33.8, 2.34.2 or higher.
Affected versions of this package are vulnerable to Unintended Proxy or Intermediary ('Confused Deputy') in the httpapi.RequestHost process. An attacker can gain unauthorized access to sensitive data by sending requests with a crafted X-Forwarded-Host header, which is trusted over the real Host header, allowing cross-app data access when subdomain app routing is enabled and the upstream proxy does not strip the header. This is only exploitable if subdomain app routing (wildcard hostname) is enabled, a victim visits the attacker's shared app, and the deployment's upstream proxy does not strip X-Forwarded-Host.
This vulnerability can be mitigated by placing an upstream reverse proxy that strips or overwrites X-Forwarded-Host on untrusted requests.