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.

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.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.