Release date:
2026-09-17 12:13:32 UTC
Description:
* SECURITY UPDATE: excessive memory use buffering DTLS records
- debian/patches/openssl-1.1.1-cve-2026-54874.patch: copy only the record's
own on-wire bytes into the queue entry in dtls1_buffer_record(), and copy
them back into the live read buffer in dtls1_copy_record(), instead of
handing the whole ~16.7KB read buffer to the queue and allocating a fresh
one, so a peer sending a stream of tiny next-epoch records can no longer
pin ~1.7MB of heap per connection; also lower the cap on the next-epoch
(unprocessed_rcds) queue from 100 records to 16, which the same patch
passes to dtls1_buffer_record() as an argument so that the other two
queues keep the 100-record limit.
- CVE-2026-54874
Updated packages:
-
alt-openssl11_1.1.1w-3.10_amd64.deb
sha:cc8c70b70c7254755ab81bd7545ed9a1419dbb65
-
alt-openssl11-dev_1.1.1w-3.10_amd64.deb
sha:f7573658409a3dff761136fbec1c7fb9f35addf8
-
alt-openssl11-doc_1.1.1w-3.10_all.deb
sha:e1987c1bfd8b2013b08ecaddd5726eb44902dc94
-
alt-openssl11-libs_1.1.1w-3.10_amd64.deb
sha:bf3f077dbab236c3b18f711d3e0ae9523fdabd01
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.