You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
javascript security
About this tag
The javascript security tag on WindowsForum covers vulnerabilities and threats affecting JavaScript runtimes, libraries, and supply chains. Recent discussions include CVE-2026-33672 in Picomatch, a glob-matching library that can produce incorrect filename matches; CVE-2026-33750 in brace-expansion, a denial-of-service flaw causing hangs and memory exhaustion; the Shai-Hulud npm worm, a self-replicating supply-chain attack stealing credentials and compromising packages; and CVE-2025-5959, a type confusion vulnerability in the V8 engine affecting Chromium-based browsers like Microsoft Edge. These threads explore how JavaScript security issues impact build systems, developer tools, and enterprise environments, with an emphasis on practical mitigation and awareness.
CVE-2026-33672 is a medium-severity vulnerability in the JavaScript glob-matching library Picomatch, disclosed in late March 2026 and tracked by Microsoft’s Security Update Guide, that can let crafted POSIX character-class patterns produce incorrect filename matches in affected application...
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...
A fast-moving, self‑replicating supply‑chain worm has infiltrated the npm ecosystem, harvesting developer credentials and using stolen tokens to republish trojanized packages that in turn spread the infection — a campaign now tracked as “Shai‑Hulud” that security teams and national agencies warn...
In the rapidly evolving landscape of web browsers, security remains an ever-present concern for both users and developers. The recent disclosure of CVE-2025-5959—a Type Confusion vulnerability identified in V8, the JavaScript and WebAssembly engine used by Chromium-based browsers—highlights both...