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-opencode to version 1.0.29 or higher.
@ai-sdk/harness-opencode is a The OpenCode harness connects HarnessAgent to OpenCode through a sandboxed bridge.
Affected versions of this package are vulnerable to Incorrect Authorization through the tool relay in tool-relay-auth.ts and tool-relay.ts. An attacker can invoke host-exposed tools, including sensitive lookups and cloud operations, by sending a relay request from sandboxed code whose process command line contains the allowed helper script path. The vulnerable relay accepted requests on Linux based on /proc process inspection instead of a matching model-authorized tool call, so untrusted code running inside the harness could reach the host tool server without a corresponding authorization event. This breaks the harness’s tool-use controls and can expose secrets or trigger unintended host-side actions for users running the harness with untrusted repositories or dependencies.
Notes
/proc process and socket inspection, so the bypass was specific to hosts where the harness could read /proc and correlate the relay connection back to a process command line.host-tool-mcp.mjs / CLI shim path), which meant any sandboxed code able to invoke that helper path inside the same harness session could satisfy the check.Workarounds