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.6M
Verified
2917
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-8612: Cache Filecache Insecure Directory Umaskcve-2026-8612-cache-filecache-insecure-directory-umask

Cache::FileCache uses a default directory_umask of 000, creating world-writable cache directories. If deployed in a shared location like /tmp, this enables local cache poisoning and potentially arbitrary code execution via Storable deserialization (CWE-502, CWE-732). Explicitly pass `directory_umask => 077` (or similarly restrictive umask) to the constructor

by Provallyupdated 2026-06-23Apache-2.0
8720 direct872 via packs
downloads
72quality
All matching rules loaded.