Authentication Bypass Affecting cryptography package, versions [1.9.0,2.3)


0.0
high

Snyk CVSS

    Attack Complexity Low
    Confidentiality High

    Threat Intelligence

    EPSS 0.18% (55th percentile)
Expand this section
NVD
7.5 high
Expand this section
SUSE
5.3 medium
Expand this section
Red Hat
7.5 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-CRYPTOGRAPHY-42164
  • published 19 Jul 2018
  • disclosed 17 Jul 2018
  • credit Unknown

How to fix?

Upgrade cryptography to version 2.3 or higher.

Overview

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Affected versions of this package are vulnerable to Authentication Bypass. The finalize_with_tag API did not enforce a minimum tag length. If a user did not validate the input length prior to passing it to finalize_with_tag an attacker could craft an invalid payload with a shortened tag (e.g. 1 byte) giving them a 1 in 256 chance of passing the MAC check.