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
4797
Downloads
7.5M
Verified
4797
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-33899: Out Of Bounds Read Write Length Minus Onecve-2026-33899-out-of-bounds-read-write-length-minus-one

Array access with `$LEN - 1` without proper bounds checking can lead to an integer underflow and memory corruption (OOB read/write) if `$LEN` is 0. Ensure that `$LEN` is adequately validated or bounded before deducting 1 to access the array.

by Provallyupdated 2026-06-23Apache-2.0
2K0 direct2K via packs
downloads
73quality
All matching rules loaded.