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 Insertion of Sensitive Information into Log File vulnerabilities in an interactive lesson.
Start learningUpgrade apache-airflow-providers-opensearch to version 1.9.1rc1 or higher.
apache-airflow-providers-opensearch is a Provider package apache-airflow-providers-opensearch for Apache Airflow
Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File via the _group_logs_by_host method in os_task_handler.py. An attacker can expose the user:password@ portion of the configured OpenSearch host by causing task-log grouping to fall back to the raw [opensearch] host value when log hits do not include a host field. The leaked credentials appear in task logs as the log-source label, allowing anyone with access to those logs to recover the OpenSearch connection secret and use it to access the backend.
Workarounds
user:password@ in the [opensearch] host URL; this prevents the credentials from being written into task logs when log-source labels are generated.