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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade @ai-sdk/harness-codex to version 1.0.29 or higher.
@ai-sdk/harness-codex is a HarnessV1 adapter backed by @openai/codex-sdk, which drives the codex CLI. The adapter ships a bridge process that runs inside a sandbox and talks to the host over a WebSocket on a sandbox-proxied l
Affected versions of this package are vulnerable to Incorrect Authorization through the CLI relay authorization path in the harness bridge and tool-relay-auth component. An attacker can invoke host-exposed tools such as secret lookups, deployment actions, or cloud API calls by sending relay requests from untrusted code whose process command line includes an allowed helper script path, even without a matching model-authorized tool-call event. The vulnerable relay server on Linux checked /proc to decide whether a request came from an allowed process and accepted the tool call if that process-path match succeeded. In an active harness session, malicious dependency code, build scripts, or lifecycle hooks can abuse that fallback to trigger privileged host tool execution and leak or misuse sensitive data and external services.
Notes
/proc and matching the requester’s command line against an allowed helper script path, so non-Linux deployments are not exposed to this path-based authorization check.Workarounds