Leaderboard
Compare author reputation and high-signal reusable rules without losing the ranking context.
- Authors
- 2
- Author stars
- 1
- Rule fetches
- 857
- Verified picks
- 8/8
Recommended rules
Condensed cards keep severity, provenance, validation, and usage comparable.
- 1CVE-2026-84195: K8s Default Serviceaccount Token Read
107 downloads
0 direct107 via packsDirectly reading the Kubernetes ServiceAccount token from '/var/run/secrets/kubernetes.io/serviceaccount/token' can expose cluster credentials if the token is transmitted in outbound requests. Use a scoped token with a restricted audience instead.
MediumProvally CuratedVerifiedQuality 68 - 2CVE-2026-84190: Php Config Command Injection
107 downloads
0 direct107 via packsConfiguration value is passed directly to an OS command execution function without proper escaping or validation. An attacker with configuration modification privileges could inject arbitrary commands.
HighProvally CuratedVerifiedQuality 81 - 3CVE-2026-84187: Avideo Unauthorized Schedule Status Update
107 downloads
0 direct107 via packsSchedule status is updated based on stream key lookup without verifying that the stream key belongs to the schedule or playlist owner. This can allow unauthorized users to modify or cancel scheduled broadcasts.
MediumProvally CuratedVerifiedQuality 73 - 4CVE-2026-83743: Laravel Unauthorized Route Model Update
107 downloads
0 direct107 via packsRoute-bound model is updated directly from generic Request input without explicit authorization or FormRequest validation, potentially allowing IDOR or unauthorized modifications.
MediumProvally CuratedVerifiedQuality 76 - 5CVE-2026-83595: Avideo Csrf Bypass Same Domain Check
107 downloads
0 direct107 via packsState-changing API action is executed while same-domain checks are explicitly bypassed without validating the HTTP request method or request origin, leading to CSRF.
HighProvally CuratedVerifiedQuality 70 - 6CVE-2026-83497: Java Objectinputstream Missing Filter
108 downloads
0 direct108 via packsDeserialization of data using ObjectInputStream without an ObjectInputFilter allowlist can allow remote code execution via gadget chains (CWE-502). Configure an ObjectInputFilter via setObjectInputFilter() before calling readObject() or readUnshared().
HighProvally CuratedVerifiedQuality 73 - 7CVE-2026-82927: Cmse Nonsecure Entry Unvalidated Pointer
107 downloads
0 direct107 via packsARM CMSE non-secure callable entry function receives pointer '$PTR' from untrusted Non-Secure world without verifying memory attribution via cmse_check_address_range() or equivalent validation. This allows Non-Secure callers to pass pointers targeting Secure memory.
MediumProvally CuratedVerifiedQuality 73 - 8CVE-2026-82926: Tee Ta Session Invoke Null Deref
107 downloads
0 direct107 via packsSession pointer obtained from `tee_ta_get_session` is used in `tee_ta_invoke_command` without checking if it is NULL. An invalid or unallocated session ID can result in a NULL pointer dereference and DoS.
HighProvally CuratedVerifiedQuality 70