Asymmetric denial of service In python-cryptography
Description
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.update_into would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as bytes) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since update_into was originally introduced in cryptography 1.8.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 12 | 38.0.4-3 | ||
debian 14 | 38.0.4-3 | ||
debian 11 | 3.3.2-1+deb11u1 | ||
debian 13 | 38.0.4-3 | ||
pypi | 39.0.1 | ||
alpine v3.23 | 39.0.1-r0 | ||
rpm rhel8 | 0:3.2.1-6.el8 | ||
rpm rhel7 | - | - | |
rpm rhel9 | 0:36.0.1-4.el9 | ||
rpm rhel8 | 0:3.9.18-3.module+el8.10.0+21142+453d2b75 |
1-10 of 11
10
Aliases
References