Obfuscated javascript: XSS — Evasion Variants (href, style-expression, null-byte) - ATR-2026-01452 (eac5b552-35ba-58a3-964e-6d880324f46c)
Detects obfuscated XSS payloads that use encoding evasion to bypass naive javascript: scheme filters. Covers three distinct evasion sub-techniques seen in the redteam corpus: (1) href with null-byte/whitespace-prefix before 'javascript:' — e.g.
where \x0B is vertical tab inserted to
evade literal "javascript:" detection;
(2) CSS expression() injection via style attribute — e.g.