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.
4 rules matched. Showing 4 loaded rules.
Publish rule
CVE-2026-48480: Netty Ohttp Missing Final Chunk Checkcve-2026-48480-netty-ohttp-missing-final-chunk-check

The OHTTP chunked message parser does not track whether a final chunk was received before the outer HTTP body completes. An on-path adversary can forward a truncated chunked message that terminates at a non-final chunk boundary without producing a decryption error. Check if a final chunk was processed across the message stream, and throw an exception if the

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
74quality
CVE-2026-32148: Hex Silent Checksum Bypasscve-2026-32148-hex-silent-checksum-bypass

When a dynamically generated atom (`String.to_atom/1`) is pinned in a pattern match inside a `case` statement, matching against structures with strings causes silent fall-through to the catch-all branch. In contexts like package resolution, this can silently bypass dependency signature and checksum evaluations, allowing tampered packages to be installed and

by Provallyupdated 2026-06-23Apache-2.0
7430 direct743 via packs
downloads
69quality
CVE-2025-69820: Aws Sdk Php Checksum Bypasscve-2025-69820-aws-sdk-php-checksum-bypass

The middleware accesses `request_checksum_calculation` from global configuration without checking the command context, potentially bypassing required checksum validations.

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
69quality
CVE-2024-21491: Rust Zip Fold Length Bypasscve-2024-21491-rust-zip-fold-length-bypass

A comparison using `zip` and `fold` was detected without a preceding length equivalence check. The `Iterator::zip` method stops when the shortest iterator is exhausted. If an attacker provides a partial input shorter than the expected input but matching its prefix, `zip` will successfully evaluate to true, causing an authentication or comparison bypass. Expl

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