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.
{ "availability": "No subscription required", "ubuntu_priority": "low", "binaries": [ { "binary_version": "2.8-3ubuntu0.2", "binary_name": "python-cryptography" }, { "binary_version": "2.8-3ubuntu0.2", "binary_name": "python-cryptography-dbgsym" }, { "binary_version": "2.8-3ubuntu0.2", "binary_name": "python-cryptography-doc" }, { "binary_version": "2.8-3ubuntu0.2", "binary_name": "python3-cryptography" }, { "binary_version": "2.8-3ubuntu0.2", "binary_name": "python3-cryptography-dbgsym" } ] }
{ "availability": "No subscription required", "ubuntu_priority": "low", "binaries": [ { "binary_version": "3.4.8-1ubuntu2.1", "binary_name": "python-cryptography-doc" }, { "binary_version": "3.4.8-1ubuntu2.1", "binary_name": "python3-cryptography" }, { "binary_version": "3.4.8-1ubuntu2.1", "binary_name": "python3-cryptography-dbgsym" } ] }