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-elasticsearch to version 6.5.3rc1 or higher.
apache-airflow-providers-elasticsearch is a Provider package apache-airflow-providers-elasticsearch for Apache Airflow
Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File due to the _group_logs_by_host function in es_task_handler.py. An attacker can expose embedded Elasticsearch credentials by causing task-log entries to be grouped with the raw [elasticsearch] host URL when a hit lacks a host field. This leaks the user:password@ portion of the configured Elasticsearch endpoint into task-log output, where anyone with task-log read permission can recover the credentials.
Workarounds
user:password@ in the [elasticsearch] host URL; this prevents those credentials from being exposed in task-log output to users with task-log read permission.