Lucene search

K
prionPRIOn knowledge basePRION:CVE-2024-26130
HistoryFeb 21, 2024 - 5:15 p.m.

Null pointer dereference

2024-02-2117:15:00
PRIOn knowledge base
www.prio-n.com
10
cryptography package
cryptographic primitives
python developers
pkcs12.serialize_key_and_certificates
certificate public key
private key
encryption algorithm
hmac hash
privateformat.pkcs12.encryption_builder
valueerror

7.2 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.5%

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serialize_key_and_certificates is called with both a certificate whose public key did not match the provided private key and an encryption_algorithm with hmac_hash set (via PrivateFormat.PKCS12.encryption_builder().hmac_hash(...), then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a ValueError is properly raised.