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
{{ message }}
PyCA Cryptography symmetrically encrypting large values can lead to integer overflow
High severity
GitHub Reviewed
Published
Feb 7, 2021
in
pyca/cryptography
•
Updated Sep 13, 2024
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. When certain sequences of update() calls with large values (multiple GBs) for symetric encryption or decryption occur, it's possible for an integer overflow to happen, leading to mishandling of buffers. This is patched in version 3.3.2 and newer.
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. When certain sequences of
update()
calls with large values (multiple GBs) for symetric encryption or decryption occur, it's possible for an integer overflow to happen, leading to mishandling of buffers. This is patched in version 3.3.2 and newer.References