Insecure Default Affecting celery package, versions [4.0.0,4.0.1)


0.0
medium

Snyk CVSS

    Attack Complexity High

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-CELERY-40579
  • published 16 Dec 2016
  • disclosed 16 Dec 2016
  • credit Unknown

Introduced: 16 Dec 2016

CVE NOT AVAILABLE CWE-276 Open this link in a new tab

Overview

celery is a Distributed Task Queue. Affected versions of this package are vulnerable due to an Insecure Default. The accept_content setting was set to: app.conf.accept_content = ['json', 'pickle', 'msgpack', 'yaml'] by default, allowed 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.