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-59099: Crypto Cipher Reused Parameterspec Fieldcve-2026-59099-crypto-cipher-reused-parameterspec-field

AES-GCM and other block ciphers require a unique Initialization Vector (IV) for every encryption operation. Using a cached `AlgorithmParameterSpec` (e.g., from an instance or class field) results in IV reuse across multiple encryptions. For GCM mode, nonce reuse destroys confidentiality and allows an attacker to recover plaintexts. Generate a fresh IV using

by Provallyupdated 2026-09-02Apache-2.0
2790 direct279 via packs
downloads
65quality
All matching rules loaded.