cve 2026 33750

About this tag
CVE-2026-33750 is a denial-of-service vulnerability in the brace-expansion package, as described by Microsoft. The flaw involves a zero-step sequence that causes the process to hang and exhaust memory, leading to a sustained denial of service. An attacker can exploit this by providing a crafted brace pattern with a zero step value, causing the sequence generator to loop indefinitely. This does not require code execution, only the ability to supply malicious input to the affected component. The result is a total loss of availability, making this CVE operationally serious. Discussions on WindowsForum highlight the impact and provide example payloads, emphasizing the need for patching or mitigation.
  1. CVE-2026-33750: Zero-Step Brace Expansion DoS Causing Hangs and Memory Exhaustion

    Microsoft’s CVE-2026-33750 entry describes a denial-of-service flaw in the brace-expansion package where a zero-step sequence can drive the process into a hang and memory exhaustion state. The impact language is unambiguous: an attacker can deny availability to the affected component, and in...
  2. CVE-2026-33750 Brace Expansion DoS: Zero-Step Sequence Hang & Memory Exhaustion

    CVE-2026-33750 is a classic availability bug hiding inside a seemingly ordinary text-processing feature: brace expansion. Microsoft’s description points to a zero-step sequence path that can send the parser into a process hang and eventual memory exhaustion, which means the issue is not just a...