Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2023-51702


Since version 5.2.0, when using deferrable mode with the path of a Kubernetes configuration file for authentication, the Airflow worker serializes this configuration file as a dictionary and sends it to the triggerer by storing it in metadata without any encryption. Additionally, if used with an Airflow version between 2.3.0 and 2.6.0, the configuration dictionary will be logged as plain text in the triggerer service without masking. This allows anyone with access to the metadata or triggerer log to obtain the configuration file and use it to access the Kubernetes cluster. This behavior was changed in version 7.0.0, which stopped serializing the file contents and started providing the file path instead to read the contents into the trigger. Users are recommended to upgrade to version 7.0.0, which fixes this issue.


Published

2024-01-24T13:15:08.150

Last Modified

2025-06-11T17:15:36.340

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 6.5 (MEDIUM)

Weaknesses
  • Type: Secondary
    CWE-312
    CWE-532

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application apache airflow < 2.6.1 Yes
Application apache airflow_cncf_kubernetes < 7.0.0 Yes

References