Insecure Default Affecting apache-airflow package, versions [0,1.10.11)


0.0
high

Snyk CVSS

    Attack Complexity High
    Privileges Required High
    Scope Changed
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 0.91% (83rd percentile)
Expand this section
NVD
9.8 critical

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-PYTHON-APACHEAIRFLOW-570290
  • published 14 Jul 2020
  • disclosed 24 May 2020
  • credit Snyk Security Team

How to fix?

Upgrade apache-airflow to version 1.10.11 or higher.

Overview

apache-airflow is a platform to programmatically author, schedule, and monitor workflows.

Affected versions of this package are vulnerable to Insecure Default. The celery broker accept_content setting was set to: ['json', 'pickle'] by default, allowing deserialization of pickled messages, even if the software is configured to send messages in the JSON format.

Note An attacker requires access to the message broker used to send messages to Celery workers in order to exploit this vulnerability.