LIVE · cybersecurity feed
Live wire
opensslmedium

OpenSSL Flaw Allows Denial-of-Service via Small TLS Requests

A denial-of-service vulnerability in OpenSSL, dubbed HollowByte, can be triggered by sending an 11-byte TLS request. This request causes unpatched servers, particularly those using glibc, to allocate up to 131 KB of memory that remains unavailable until the server process is restarted. The fix was released in June without specific disclosure.

zeroday.news · 15d ago

A denial-of-service vulnerability has been identified in OpenSSL, allowing attackers to disrupt service by sending small TLS requests. The flaw, internally dubbed "HollowByte," can be triggered with an 11-byte TLS request, leading to significant memory allocation issues on vulnerable servers.

Specifically, the vulnerability causes affected servers to allocate up to 131 KB of memory per malicious request. This memory remains allocated and unavailable for legitimate use until the server process is manually restarted. The cumulative effect of multiple such requests can quickly exhaust available memory resources, leading to a denial of service.

The issue is particularly pronounced on systems utilizing glibc, a common C standard library. While OpenSSL is the primary affected component, the interaction with glibc appears to exacerbate the memory allocation problem, making these systems more susceptible to rapid resource exhaustion.

The technical mechanism behind HollowByte involves an inefficient handling of certain malformed or unexpected TLS handshake messages within OpenSSL. When the specially crafted 11-byte request is received, it triggers a memory allocation routine that reserves a disproportionately large block of memory compared to the size of the input. This memory is not properly deallocated or reused, leading to a steady drain on system resources.

Mitigation for this class of denial-of-service vulnerability typically involves applying vendor-provided patches. In this instance, a fix for the HollowByte flaw was reportedly released in June. System administrators are advised to ensure their OpenSSL installations are updated to the latest stable versions to incorporate this and other security fixes. Regular patching cycles are critical for maintaining the security and stability of internet-facing services.

This vulnerability underscores the ongoing challenges in securing fundamental cryptographic libraries that underpin much of the internet's secure communication. Even small, seemingly innocuous requests can be weaponized to exploit subtle flaws in complex software stacks. The delayed disclosure of such fixes, while sometimes necessary for coordinated patching, also highlights the importance of proactive security practices and continuous monitoring for anomalies in server behavior.

openssltlsdenial-of-servicevulnerabilitymemory leak
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.