You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flaw was found in python-cryptography versions between >=1.9.0 and <2.3. 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) such that they would have a 1 in 256 chance of passing the MAC check. GCM tag forgeries can cause key leakage.
CVE-2018-10903 - High Severity Vulnerability
Vulnerable Library - cryptography-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
path: /tender_samet/requirements.txt
Library home page: https://pypi.python.org/packages/0c/eb/afcc830a9de40fe0b0c7c7f57b4ece118814bf38572bb42d45babc82b405/cryptography-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl
Dependency Hierarchy:
Vulnerability Details
A flaw was found in python-cryptography versions between >=1.9.0 and <2.3. 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) such that they would have a 1 in 256 chance of passing the MAC check. GCM tag forgeries can cause key leakage.
Publish Date: 2018-07-30
URL: CVE-2018-10903
CVSS 3 Score Details (7.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10903
Release Date: 2018-07-30
Fix Resolution: 2.3
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered: