Database/Kernel, userspace & hypervisor
OpenSSL: memory leak per handshake when a server staples an OCSP response with no entries
Impact
A TLS client that has explicitly enabled OCSP response checking leaks an OCSP_BASICRESP structure on every handshake against a server that staples a BasicOCSPResponse with an empty SingleResponse sequence. The leak size is attacker-tunable by padding the response with bogus certificates, so a long-running client that reconnects on a loop can be walked into memory exhaustion. This matters for fleet daemons that poll external endpoints continuously - registry pullers, telemetry shippers, license and entitlement clients on GPU nodes - because they are exactly the long-lived TLS clients that would be killed. OCSP response checking is off by default, so most deployments are not affected; check whether your clients set those verification flags before scheduling anything.
Who can reach it
A malicious or compromised TLS server that one of your clients connects to, where that client has enabled X509_V_FLAG_OCSP_RESP_CHECK or X509_V_FLAG_OCSP_RESP_CHECK_ALL. No authentication needed beyond getting the client to connect.
What to do
Patch OpenSSL per the 2026-08-05 advisory and restart the affected client daemons. First determine whether anything on the fleet actually enables the OCSP response check flags - if nothing does, this is a routine package update with no maintenance window. The FIPS modules in 3.6 and 4.0 are not affected.
References
Related entries
- libssh: incorrect AES-GCM finalization removes integrity protection on SSH sessionsCVE-2026-59847 · libssh (AES-GCM finalization check, OpenSSL backend)High
- Xen (vRTC): Out-of-bounds read in vRTC emulation - hypervisor memory disclosure to a guestCVE-2026-62430 · Xen (vRTC)High
- OpenSSL: crafted CMS message causes an 8-byte out-of-bounds heap write during CMS_decrypt()CVE-2026-63072 · OpenSSL CMS decryption (AES-WRAP-PAD key unwrap output buffer)High
- OpenSSL QUIC: a peer withholding acknowledgements makes ACK-only metadata accumulate for the connection's lifeCVE-2026-63075 · OpenSSL QUIC packet history (ACK-only packet metadata retention)High
- OpenSSL CMP: unchecked protectionAlg parameter type is dereferenced as a PBMParameter and crashes the processCVE-2026-63076 · OpenSSL CMP password-based MAC verification (protectionAlg parameter type check)High
- Linux kernel SMC-D client (CHID matching against unpopulated ism_dev slot): Slot 0 of the client's ISM device array isCVE-2026-64048 · Linux kernel SMC-D client (CHID matching against unpopulated ism_dev slot)High
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.