LIVE · cybersecurity feed
Live wire
opensslhigh

HollowByte DDoS flaw bloats OpenSSL server memory

A vulnerability named HollowByte has been discovered that enables unauthenticated attackers to cause a denial-of-service on OpenSSL servers. The attack requires only a small, 11-byte malicious payload to trigger the condition, which reportedly causes server memory to bloat.

zeroday.news · 15d ago

A denial-of-service vulnerability, dubbed HollowByte, has been identified in OpenSSL, allowing unauthenticated attackers to deplete server memory with minimal data transmission. The OpenSSL team has addressed the flaw in recent updates, though no CVE identifier has been assigned. Organizations are strongly advised to update their OpenSSL installations to a patched version.

The vulnerability was detailed in an advisory by Okta's Red Team. It exploits a weakness in how OpenSSL handles TLS handshake messages. Each TLS handshake message begins with a 4-byte header that indicates the size of the subsequent message body. Vulnerable OpenSSL versions would allocate memory based on this declared length *before* receiving and validating the actual payload.

An attacker can initiate a TLS connection and send an 11-byte malicious input. This input includes a header that falsely declares a significantly larger message body will follow. The server, trusting the header's claim, allocates a substantial amount of memory and then waits indefinitely for the promised data, effectively blocking the worker thread. By repeating this process across multiple connections, an attacker can force the server to allocate considerable amounts of memory using a relatively small volume of transmitted data.

While OpenSSL eventually frees these buffers when a connection terminates, the GNU C Library (glibc), which handles memory management, does not immediately return small-to-medium allocations to the operating system. Instead, glibc retains them for potential reuse. Okta researchers observed that by launching waves of connections with randomized claimed sizes, attackers can prevent the memory allocator from reusing these freed chunks. This leads to severe heap fragmentation and a continuous increase in the server's Resident Set Size (RSS). Even after an attacker disconnects, the server remains in a permanently bloated state, with the only way to fully reclaim the memory being a process restart.

The OpenSSL library is a fundamental component for secure internet communication, embedded in numerous popular software projects. These include web servers like NGINX and Apache, language runtimes such as Node.js, Python, Ruby, and PHP, and databases like MySQL and PostgreSQL. It is also pre-installed on most Linux distributions for TLS encryption and certificate handling.

Okta's tests on NGINX servers demonstrated that low-capacity environments could be easily depleted of memory using the HollowByte attack. Higher-specification servers could lose up to 25% of their memory, even while the attack bandwidth remained below typical security alerting thresholds. Although denial-of-service flaws are generally considered less severe than vulnerabilities enabling data theft or code execution, they can cause significant operational disruptions and reputational damage.

The HollowByte issue has been addressed in OpenSSL 4.0.1. The fix has also been backported to older releases, specifically versions 3.6.3, 3.5.7, 3.4.6, and 3.0.21. These patched versions now grow the buffer only as data arrives, effectively ignoring the potentially false claims in the header. Despite being categorized as a "hardening fix" rather than a critical security vulnerability by OpenSSL, Okta strongly recommends immediate upgrades to distribution's OpenSSL packages.

opensslddosvulnerabilityhollowbytedos
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Coldcard Hardware Wallet Flaw Linked to $70 Million Bitcoin Theft in 41 Minutes

An attacker drained 1,196 Bitcoin addresses in 41 minutes on July 30, taking 1,082.65 BTC worth about $70.2 million at the time. Galaxy Research mapped the sweep and tied it to a firmware flaw in Coldcard, the Bitcoin-only hardware wallet made by Canadian firm Coinkite. A March 2021 firmware integration error routed seed generation to a deterministic software pseudorandom number generator (PRNG

vulnerabilitycritical

Rails patches critical Active Storage flaw with RCE potential

A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

malware

Russian Hackers Hijack Hotel Wi-Fi to Steal Microsoft 365 Tokens

Microsoft says Russian hackers hijacked hotel Wi-Fi portals to spread malware and steal Microsoft 365 tokens from travelers. Microsoft Threat Intelligence disclosed CaptiveCrunch, a campaign it attributes to Storm-2945, an operational sub-cluster of Midnight Blizzard, the Russian SVR-linked group also known as APT29 and Cozy Bear. Since early May 2026, Storm-2945 has been manipulating DNS […]

CVE-2026-48449critical

Adobe fixed a maximum-severity vulnerability flaw in Campaign Classic

Adobe fixed a maximum severity vulnerability in Campaign Classic that could let attackers run code remotely without user interaction. Adobe has addressed a critical vulnerability, tracked as CVE-2026-48449 (CVSS score of 10.0), in Adobe Campaign Classic, the company’s enterprise marketing automation platform. The flaw is caused by incorrect authorization and could allow attackers to execute […]

security

Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments

The funding round was led by SYN Ventures, with participation from existing investors DataTribe and TEDCO. The post Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments appeared first on SecurityWeek.

vulnerabilitycritical

Ruby on Rails Patches Critical Vulnerability

The flaw can be exploited by unauthenticated attackers to read arbitrary files and potentially achieve remote code execution (RCE). The post Ruby on Rails Patches Critical Vulnerability appeared first on SecurityWeek.