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 apache-airflow-core to version 3.2.0b1 or higher.
Affected versions of this package are vulnerable to Insufficient Session Expiration through the logout handler in airflow-core/src/airflow/api_fastapi/core_api/routes/public/auth.py and the token validation path in airflow-core/src/airflow/api_fastapi/auth/managers/base_auth_manager.py. An attacker can continue using an intercepted session token after the user logs out by replaying the still-valid JWT. This lets the attacker continue to access the Airflow API as that user, exposing DAGs, variables, connections, and other authenticated functionality until the token expires.