1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-17 04:45:51 +08:00

Add changelog

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway 2025-05-27 16:01:07 +01:00
parent 6165e71589
commit 42323eacc9

View File

@ -0,0 +1,5 @@
Security
* Fix an integer underflow that could occur when parsing malformed PEM
keys, which could be used by an attacker capable of feeding encrypted
PEM keys to a user. This could cause a crash or information disclosure.
Found and reported by Linh Le and Ngan Nguyen from Calif.