Lucene search

K
cvelistApacheCVELIST:CVE-2023-51702
HistoryJan 24, 2024 - 12:56 p.m.

CVE-2023-51702 Apache Airflow CNCF Kubernetes provider, Apache Airflow: Kubernetes configuration file saved without encryption in the Metadata and logged as plain text in the Triggerer service

2024-01-2412:56:17
CWE-532
CWE-312
apache
www.cve.org
cve-2023-51702
apache airflow
kubernetes
configuration file
encryption
metadata
triggerer service
deferrable mode
authentication
serialization
dictionary
airflow worker
access control
version 5.2.0
version 7.0.0

0.001 Low

EPSS

Percentile

45.9%

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.

CNA Affected

[
  {
    "collectionURL": "https://pypi.python.org",
    "defaultStatus": "unaffected",
    "packageName": "apache-airflow-providers-cncf-kubernetes",
    "product": "Apache Airflow CNCF Kubernetes provider",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThan": "7.0.0",
        "status": "affected",
        "version": "5.2.0",
        "versionType": "semver"
      }
    ]
  },
  {
    "collectionURL": "https://pypi.python.org",
    "defaultStatus": "unaffected",
    "packageName": "apache-airflow",
    "product": "Apache Airflow",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThan": "2.6.1",
        "status": "affected",
        "version": "2.3.0",
        "versionType": "semver"
      }
    ]
  }
]

0.001 Low

EPSS

Percentile

45.9%

Related for CVELIST:CVE-2023-51702