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-task-sdk to version 1.2.2rc1 or higher.
apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python.
Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data via the /api/v2/connections/{connection_id} REST API endpoint. An attacker can access sensitive credential information stored in the extra JSON blob by making authenticated requests with Connection-read permissions, even for fields not intended to be exposed, potentially leading to unauthorized disclosure of secrets.
Notes:
extra field and Connection-read access is granted to multiple users.This vulnerability can be mitigated by storing sensitive credential values in a secret backend rather than inlining them into the extra field.