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
6.6M
Verified
4797
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
4797 rules matched. Showing 24 loaded rules.
Publish rule
CVE-2026-84195: K8s Default Serviceaccount Token Readcve-2026-84195-k8s-default-serviceaccount-token-read

Directly 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.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
68quality
CVE-2026-84190: Php Config Command Injectioncve-2026-84190-php-config-command-injection

Configuration 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.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
81quality
CVE-2026-84187: Avideo Unauthorized Schedule Status Updatecve-2026-84187-avideo-unauthorized-schedule-status-update

Schedule 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.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
73quality
CVE-2026-83595: Avideo Csrf Bypass Same Domain Checkcve-2026-83595-avideo-csrf-bypass-same-domain-check

State-changing API action is executed while same-domain checks are explicitly bypassed without validating the HTTP request method or request origin, leading to CSRF.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
70quality
CVE-2026-83497: Java Objectinputstream Missing Filtercve-2026-83497-java-objectinputstream-missing-filter

Deserialization 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().

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
73quality
CVE-2026-82927: Cmse Nonsecure Entry Unvalidated Pointercve-2026-82927-cmse-nonsecure-entry-unvalidated-pointer

ARM 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.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
73quality
CVE-2026-82926: Tee Ta Session Invoke Null Derefcve-2026-82926-tee-ta-session-invoke-null-deref

Session 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.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
70quality
CVE-2026-82880: Images Svgparser Java Cwe 000 Cve 2026 82880cve-2026-82880-images-svgparser-java-cwe-000-cve-2026-82880

SAXParser is created from SAXParserFactory without disabling DOCTYPE declarations or external entity resolution. This can lead to XML External Entity (XXE) injection vulnerabilities when parsing untrusted XML data. Ensure `disallow-doctype-decl` or entity resolution features are explicitly disabled.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
74quality
CVE-2026-82878: Dataease Missing Object Authorizationcve-2026-82878-dataease-missing-object-authorization

Potential missing object-level authorization check. Sensitive operations on resources identified by user-controlled IDs should verify that the current subject has appropriate read/manage permissions.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
77quality
CVE-2026-82867: Xss Innerhtml Option Template Interpolationcve-2026-82867-xss-innerhtml-option-template-interpolation

Interpolating unescaped option values into <option> template strings and assigning to innerHTML can lead to Cross-Site Scripting (XSS). Use document.createElement('option') and assign textContent and value properties instead.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
73quality
CVE-2026-82866: Ssrf Unvalidated Http Prefix Fetchcve-2026-82866-ssrf-unvalidated-http-prefix-fetch

A URL is fetched after only verifying its prefix (e.g., startsWith('http')), without validating against internal or private IP addresses. This can allow Server-Side Request Forgery (SSRF) attacks against internal endpoints.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
80quality
CVE-2026-82864: Unbounded Stream Buffer Allocationcve-2026-82864-unbounded-stream-buffer-allocation

A buffer growth routine exponentially increases buffer capacity without checking against a maximum decoded size limit. This may allow decompression bombs or oversized stream inputs to exhaust system memory and cause a denial of service.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
70quality
CVE-2026-82860: Pulumi Iam Policy Guardrail Missing Inline Typescve-2026-82860-pulumi-iam-policy-guardrail-missing-inline-types

IAM policy inspection only checks standalone 'aws:iam/policy:Policy' resources, ignoring inline policies (RolePolicy, UserPolicy, GroupPolicy) and policy attachments. This allows administrator or unsafe policy definitions to bypass security guardrails.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
77quality
CVE-2026-82858: Untrusted Plan Actions Fallbackcve-2026-82858-untrusted-plan-actions-fallback

Falling back to plan.actions when token-based lookup from an internal store fails allows execution of unverified or forged actions. Ensure the token exists in the store and do not fall back to untrusted actions supplied in the plan object.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
65quality
CVE-2026-82856: Aws Iam Condition Operator Direct Indexingcve-2026-82856-aws-iam-condition-operator-direct-indexing

Directly accessing 'StringLike' or 'StringEquals' on an AWS IAM Condition object ignores set-qualified operators (e.g., 'ForAnyValue:StringLike') and modifier suffixes (e.g., 'StringLikeIfExists'). Iterate over condition entries and normalize the operator base name instead.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
71quality
CVE-2026-82855: Pulumi Policy Unanchored Urn Sibling Checkcve-2026-82855-pulumi-policy-unanchored-urn-sibling-check

Naive URN prefix matching using split('$')[0] and startsWith can lead to policy validation bypasses due to crafted resource names. Parse URN type hierarchies structurally and enforce property-level value bindings.

by Provallyupdated 2026-09-02Apache-2.0
1080 direct108 via packs
downloads
72quality
CVE-2026-82743: Elixir Task Yield Zero Timeout Busy Spincve-2026-82743-elixir-task-yield-zero-timeout-busy-spin

Calling `Task.yield/2` with a 0ms timeout performs a non-blocking check. When executed in a loop or recursive polling function without blocking or sleeping, it causes busy-spinning that exhausts BEAM scheduler CPU resources. Use `Task.yield_many/2` with a blocking timeout or an appropriate synchronization mechanism.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
68quality
CVE-2026-82740: Ash Nested Array Missing Outer Constraintscve-2026-82740-ash-nested-array-missing-outer-constraints

`apply_constraints` for doubly-nested arrays delegates directly to `map_while_ok` without validating outer array constraints (such as min_length, max_length, or nil_items?) or verifying that the outer term is a list.

by Provallyupdated 2026-09-02Apache-2.0
1070 direct107 via packs
downloads
73quality
24 of 4797 loaded