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 Authorization Bypass Through User-Controlled Key vulnerabilities in an interactive lesson.
Start learningUpgrade aegra-api to version 0.9.7 or higher.
aegra-api is an Aegra core API - Self-hosted Agent Protocol server
Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the POST /threads/{thread_id}/runs, POST /threads/{thread_id}/runs/stream, and POST /threads/{thread_id}/runs/wait endpoints when thread ownership is not properly verified against the authenticated user. An attacker can gain unauthorized access to another user's thread data, execute actions on behalf of other users, and read or inject messages into another user's conversation history by supplying a valid thread_id belonging to a different user. This is only exploitable if the deployment has multiple authenticated users on a shared instance and no custom authorization handler is registered for thread run creation.
This vulnerability can be mitigated by registering an @auth.on("threads", "create_run") handler that explicitly verifies thread ownership against the authenticated identity before allowing the operation.