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.
websocket security
About this tag
WebSocket security discussions on WindowsForum.com cover vulnerabilities in both browser and server implementations. Recent threads detail CVE-2026-5919, a Chromium WebSocket validation bug that bypasses the same-origin policy via insufficient input validation (CWE-20), rated CVSS 6.5 Medium. Another thread addresses CVE-2026-27571 in NATS server, a pre-authentication memory exhaustion attack using compressed WebSocket frames (compression bomb). Both issues highlight risks of improper input validation and memory handling in WebSocket protocols. Topics include patching strategies, CVSS scoring, and mitigation steps for enterprise environments.
Chromium’s latest browser security disclosure, CVE-2026-5919, is a reminder that “low” severity does not always mean low operational importance. Microsoft’s Security Update Guide records the flaw as insufficient validation of untrusted input in WebSockets in Google Chrome prior to 147.0.7727.55...
NATS server’s WebSocket handler contains a pre-authentication memory exhaustion vulnerability that can be triggered by a crafted compressed frame — a “compression bomb” — allowing an unauthenticated attacker to force excessive memory allocation and potentially crash the server; the issue is...