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.4M
Verified
4797
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-52856: Go Ssh Payload Slice Out Of Boundscve-2026-52856-go-ssh-payload-slice-out-of-bounds

Slicing SSH request payload without checking its length can cause a runtime panic if the payload is smaller than expected. Always check `len(req.Payload)` before indexing or slicing.

by Provallyupdated 2026-09-02Apache-2.0
2770 direct277 via packs
downloads
83quality
CVE-2026-13212: Virtio Unvalidated Used Ring Indexcve-2026-13212-virtio-unvalidated-used-ring-index

Virtio used-ring descriptor ID is used as an array index without bounds checking against the queue size. An untrusted virtio device or host backend can supply an out-of-bounds ID to trigger out-of-bounds access or control-flow hijacking. Validate that the descriptor ID is within queue bounds (e.g., id < vq->num).

by Provallyupdated 2026-09-02Apache-2.0
2770 direct277 via packs
downloads
73quality
All matching rules loaded.