LIVE · cybersecurity feed
Live wire
vulnerability

OpenSSL Silently Fixes ‘HollowByte’ DoS Vulnerability

Attackers could send waves of malicious payloads to trigger buffer pre-allocations that are not freed, exhausting server memory. The post OpenSSL Silently Fixes ‘HollowByte’ DoS Vulnerability appeared first on SecurityWeek.

zeroday.news · 12d ago

A denial-of-service (DoS) vulnerability, dubbed "HollowByte," has reportedly been addressed in OpenSSL. The flaw could allow attackers to exhaust server memory by sending specially crafted payloads that trigger buffer pre-allocations which are not subsequently freed. The fix was implemented silently, indicating a patch was released without a public security advisory detailing the vulnerability at the time of its deployment.

The "HollowByte" vulnerability specifically targets how OpenSSL handles certain incoming data. When a server running OpenSSL processes malicious payloads, these payloads reportedly cause the software to pre-allocate buffers in memory. The critical aspect of this flaw is that these pre-allocated buffers are not properly deallocated or freed after use, leading to a gradual accumulation of unreleased memory.

Over time, as an attacker continues to send waves of these malicious payloads, the server's memory resources become increasingly depleted. This continuous consumption of memory without corresponding release eventually leads to memory exhaustion, causing the server to become unresponsive or crash, thereby achieving a denial-of-service condition.

This class of vulnerability, where memory is allocated but not freed, is commonly known as a memory leak. In the context of server software like OpenSSL, which handles numerous concurrent connections and processes large volumes of data, even small, repeated memory leaks can quickly escalate into a significant operational problem under attack conditions.

OpenSSL is a widely used open-source cryptographic library that provides SSL/TLS protocols and cryptographic functions for secure communication over computer networks. Its pervasive use across web servers, email servers, and various network-aware applications means that vulnerabilities in OpenSSL can have far-reaching implications for internet security and availability.

Typical mitigation for memory-related DoS vulnerabilities involves ensuring that all allocated resources are properly freed after use, implementing robust input validation to reject malformed or malicious data, and employing rate limiting to prevent an attacker from overwhelming a server with a high volume of requests. For users of OpenSSL, the primary mitigation is to ensure that their installations are updated to the latest patched versions as soon as they become available.

The silent nature of the fix for "HollowByte" underscores a common industry practice where some vulnerabilities are patched without immediate public disclosure, often to allow time for widespread adoption of the fix before details that could aid exploitation are released. This incident highlights the ongoing importance of maintaining up-to-date software versions, especially for critical infrastructure components like OpenSSL, to protect against both publicly disclosed and silently patched security flaws.

vulnerabilitypatch
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Microsoft blames massive Microsoft 365 outage on maintenance bug

Microsoft says a bug in its automated network maintenance request system caused Thursday's massive outage by mistakenly removing IP routes from more devices than intended, disrupting Azure and Microsoft 365 services. [...]

breach

Hermes AI agent used to automate attack on Thai Finance Ministry

A threat actor used the open-source Hermes AI agent in unattended "YOLO" mode to automate post-exploitation activity during an alleged breach of Thailand's Ministry of Finance. [...]

security

Hackers hijack hotel Wi-Fi DNS to steal Microsoft 365 accounts

Hackers are changing the DNS settings on Wi-Fi devices at hotels and conference centers to redirect users to fake Microsoft 365 login pages. [...]

security

BGP ORIGIN attribute manipulation and its impact on the Internet

By doing in-depth testing, we found nearly 70% of BGP paths experience ORIGIN attribute rewrites by transit providers seeking traffic advantages. We examine the global impact of this practice and argue for deprecating ORIGIN in route selection.

security

Andy Burnham signals continuity on UK cyber policy, reappoints minister despite scrapping ministry

The new British prime minister is retaining Liz Lloyd in a cyber policy role, making her one of the few Keir Starmer allies remaining in government.

security

'Wrench' attacks against crypto holders appear to be on the rise

There are more reports than ever before of strong-arm tactics like home invasions and kidnappings against cryptocurrency holders, researchers say.