1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-17 23:03:29 +02:00
tb 06bb1433e0 Avoid out-of-bounds read in CMS password-based decryption
The RFC 3211 PWRI integrity check when unwrapping the password-derived key
accesses seven bytes from a heap-allocated buffer. If an (invalid) block
cipher with short blocks is in use 2 * blocksize may not be sufficient room
for 7 bytes. In that silly case, the function performs an OOB read. Add
length check to avoid this situation

From Igor Ustinov via OpenSSL.
2026-06-09 12:20:34 +00:00
2026-06-04 15:01:00 +00:00
2026-06-07 08:21:06 +00:00
S
Description
Unofficial mirror of the source tree
1.6 GiB
Languages
C 55.5%
C++ 31%
Perl 3.8%
Roff 2.9%
Makefile 0.9%
Other 5.4%