cvedb.io
CVE-2023-23931
MEDIUM · CVSS 4.8
EPSS exploitation probability: 0%
Published 2023-02-07T21:15:09.850 · Last modified 2026-06-17T05:38:18.920

Summary

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.

Affected products

cryptography.io — cryptography

Does this affect you?

Add your gear to cvedb and we'll alert you only when cryptography.io ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.