mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-14 14:19:57 +00:00
Add ChangeLog for the latest RSA padding issues
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
Security
|
||||||
|
* Fix a side channel in RSA PKCS#1 v1.5 decryption: error handling in the
|
||||||
|
library would reveal through timing the difference between success,
|
||||||
|
invalid padding, or output too large for buffer, giving rise to a
|
||||||
|
Bleichenbacher attack. Note that while the library now handles sensitive
|
||||||
|
errors in constant-time, RSA PKCS#1 v1.5 decryption remains inherently
|
||||||
|
dangerous, should be avoided when possible, and otherwise requires great
|
||||||
|
care in application code. Found by zhengg. CVE-2026-50587
|
||||||
Reference in New Issue
Block a user