Explore

Rule Explorer

Search the public rule index by CVE, GHSA, CWE, language, framework, author, or rule slug. Filter by language, framework, severity, confidence, license, and validation status.

Public rules
2917
Downloads
3.6M
Verified
2917
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
1 rules matched. Showing 1 loaded rules.
Publish rule
CVE-2026-54267: Missing Tagname Check Dom Clobberingcve-2026-54267-missing-tagname-check-dom-clobbering

The application retrieves an element by ID and parses its text content without checking its `tagName` or `nodeName`. This is susceptible to DOM clobbering, where an attacker can inject a malicious element with the targeted ID (e.g., `<div id="...">`) to bypass type assumptions and poison the parsed JSON payload. Perform validation to ensure the retrieved ele

by Provallyupdated 2026-06-23Apache-2.0
8570 direct857 via packs
downloads
70quality
All matching rules loaded.