Lucene search

K
osvGoogleOSV:CVE-2023-52669
HistoryMay 17, 2024 - 2:15 p.m.

CVE-2023-52669

2024-05-1714:15:00
Google
osv.dev
linux
kernel
vulnerability
fix
s390/aes
crypto
buffer overread
ctr mode
s390 ctr code
data
software

AI Score

7

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn’t a whole block of data left. Fix this by using the actual length left and copy it into a buffer first for processing.

References