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.3M
Verified
2917
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
3 rules matched. Showing 3 loaded rules.
Publish rule
CVE-2026-35407: Django Email Enumerationcve-2026-35407-django-email-enumeration

Raising a validation error when an account already exists can lead to user enumeration attacks. An attacker can probe endpoints to discover registered accounts. Avoid returning distinct errors for existing accounts; instead, process the request opaquely and handle notifications out-of-band. (Note: Token-authenticated confirmation endpoints are excluded as th

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
74quality
CVE-2026-23519: Rust Constant Time Bitnz Missing Black Box Barriercve-2026-23519-rust-constant-time-bitnz-missing-black-box-barrier

The constant-time "is non-zero" bitwise idiom `(x | x.wrapping_neg()) >> N` produces a boolean-shaped (0 or 1) result. Without a `core::hint::black_box()` optimization barrier wrapping this expression itself, LLVM may rewrite downstream mask arithmetic into a conditional branch on targets without a conditional-move instruction (notably `thumbv6m-none-eabi` /

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
83quality
CVE-2026-22705: Lattice Crypto Variable Time Divisioncve-2026-22705-lattice-crypto-variable-time-division

Variable-time operations like division (`/`, `/=`, `%`, `%=`) or `step_by` were detected inside timing-sensitive lattice cryptographic algorithms. Hardware division executes in variable time depending on the data, creating timing side-channels that can leak authentication secrets or key material. Use constant-time division alternatives (such as Barrett reduc

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
78quality
All matching rules loaded.