1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #1345 from davidhorstmann-arm/pkcs7-side-channel-missing-credit-3.6

Add credit to the reporters of the PKCS7 issue
This commit is contained in:
Manuel Pégourié-Gonnard
2025-05-28 11:49:35 +02:00
committed by GitHub

View File

@ -2,3 +2,5 @@ Security
* Fix a timing side channel in the implementation of PKCS#7 padding
which would allow an attacker who can request decryption of arbitrary
ciphertexts to recover the plaintext through a timing oracle attack.
Reported by Ka Lok Wu from Stony Brook University and Doria Tang from
The Chinese University of Hong Kong.