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-providers-fab to version 3.8.1 or higher.
apache-airflow-providers-fab is a Provider package apache-airflow-providers-fab for Apache Airflow
Affected versions of this package are vulnerable to Origin Validation Error due to missing issuer and audience validation in _decode_and_validate_azure_jwt in providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py. An attacker can log in to the Airflow UI by supplying a correctly signed Azure AD id_token from a different tenant, including one they control, because the token is accepted after signature verification alone. The OAuth login path reads the identity and role data directly from that attacker-controlled token, so a deployment configured with Azure AD can grant access to an unauthorized user and expose the Airflow web UI to account takeover.