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.3M
Verified
2917
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
20 rules matched. Showing 20 loaded rules.
Publish rule
CVE-2026-46118: Nfsd Unauthenticated Filehandle Decodecve-2026-46118-nfsd-unauthenticated-filehandle-decode

NFS filehandles are decoded using an exportfs decode function without cryptographic verification. Because standard NFS filehandles are traditionally predictable, an unauthenticated network attacker can guess them to bypass path-based access controls and access restricted files. Ensure incoming filehandles are cryptographically verified (e.g., using `fh_verif

by Provallyupdated 2026-06-23Apache-2.0
7460 direct746 via packs
downloads
73quality
CVE-2026-44523: Jwt Hmac Secret Missing Min Length Validationcve-2026-44523-jwt-hmac-secret-missing-min-length-validation

Struct field "$FIELD" holds a JWT/HMAC signing secret that is loaded from the environment without a minimum-length validation constraint. A decoded secret shorter than 32 bytes makes HS256 tokens brute-forceable offline (RFC 7518 §3.2 mandates ≥256-bit keys for HS256). Add `validate:"gte=32"` (or higher) to the struct tag so the application rejects an unders

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
71quality
CVE-2026-43483: Nfsd Missing Fh Mac Checkcve-2026-43483-nfsd-missing-fh-mac-check

NFS filehandles are predictable and lack cryptographic signatures. Decoding incoming filehandles without validating their authenticity allows an attacker to bypass path-based access controls by systematically guessing valid filehandles. Filehandles should be authenticated (e.g., via MAC check) before decoding.

by Provallyupdated 2026-06-23Apache-2.0
7460 direct746 via packs
downloads
74quality
CVE-2026-41145: Unsanitized Http Trailer In Custom Chunk Readercve-2026-41145-unsanitized-http-trailer-in-custom-chunk-reader

A custom HTTP stream reader is created from an HTTP request body but fails to clear or sanitize `req.Trailer`. Go's `net/http` server automatically populates this field with trailing headers upon reading a chunked request. If the application later trusts these unverified trailers (e.g., for metadata or chunk signatures), attackers can smuggle unsigned traili

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
77quality
CVE-2026-39324: Rack Session Cookie Decoder Fallback Bypasses Encryptorscve-2026-39324-rack-session-cookie-decoder-fallback-bypasses-encryptors

Rack::Session::Cookie#unpacked_cookie_data falls back to an unauthenticated coder (e.g. Base64::Marshal) when configured encryptors fail to decrypt the cookie. Because encryptor failures are rescued and ignored, an attacker can forge a session cookie that fails authenticated decryption but is still parsed by the fallback coder, leading to authentication bypa

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
90quality
CVE-2026-35051: Forwardauth Missing X Forwarded Stripcve-2026-35051-forwardauth-missing-x-forwarded-strip

ForwardAuth-style request builder calls utils.CopyHeaders to bulk-copy every incoming request header into the forwarded auth request and then only selectively rebuilds a fixed subset of X-Forwarded-* headers (For / Method / Proto / Port / Host / Uri). Other X-Forwarded-* headers such as X-Forwarded-Prefix are not stripped, so when the trust-forward flag is f

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
82quality
CVE-2026-33729: Openfga Cache Key Injective Serializationcve-2026-33729-openfga-cache-key-injective-serialization

Cache key serialization for a protobuf Struct must prefix the number of fields (e.g. via strconv.Itoa(len(keys))) and sanitize Unicode control characters in string values. Without a length prefix, a single-key value containing the literal field delimiter (e.g. ",'b:'y") serializes identically to a structurally different two-key Struct, producing the same cac

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
83quality
CVE-2026-32313: Php Openssl Decrypt Unvalidated Tag Lengthcve-2026-32313-php-openssl-decrypt-unvalidated-tag-length

The authentication tag for AES-GCM decryption is extracted using `substr` but its length is not validated. If an attacker provides a short payload, `substr` may return a truncated tag which `openssl_decrypt` accepts, allowing brute-force attacks to recover the GHASH key and forge ciphertexts. Verify the tag length using `strlen` before passing it to `openssl

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
70quality
CVE-2026-32148: Hex Silent Checksum Bypasscve-2026-32148-hex-silent-checksum-bypass

When a dynamically generated atom (`String.to_atom/1`) is pinned in a pattern match inside a `case` statement, matching against structures with strings causes silent fall-through to the catch-all branch. In contexts like package resolution, this can silently bypass dependency signature and checksum evaluations, allowing tampered packages to be installed and

by Provallyupdated 2026-06-23Apache-2.0
7400 direct740 via packs
downloads
69quality
CVE-2026-26275: Rust Matches Macro Variable Bindingcve-2026-26275-rust-matches-macro-variable-binding

Using `matches!` or `assert_matches!` with a simple lowercase identifier as the pattern evaluates to `true` unconditionally (or always passes the assertion). In Rust, lowercase identifiers in patterns act as irrefutable variable bindings, bypassing any intended value comparison. This can lead to severe security vulnerabilities if used for validation. If you

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
65quality
CVE-2026-25641: Property Key Type Confusion Toctoucve-2026-25641-property-key-type-confusion-toctou

Property key $KEY is used in a hasOwnProperty() security check and then in a computed property access without first coercing it to a string primitive. A non-primitive $KEY implementing toString() or [Symbol.toPrimitive] can return different values on successive evaluations — an allowed name during the hasOwnProperty check and a dangerous key ('__proto__', 'c

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
77quality
CVE-2026-23992: Missing Signature Threshold Checkcve-2026-23992-missing-signature-threshold-check

A verification loop was found lacking a minimum boundary check on a threshold value. An attacker may manipulate configuration or metadata to set the required signature threshold to 0, which would allow them to bypass the verification loop entirely.

by Provallyupdated 2026-06-12Apache-2.0
1.1K0 direct1.1K via packs
downloads
70quality
CVE-2026-22703: Cosign Bundle Verify Bypasscve-2026-22703-cosign-bundle-verify-bypass

Cosign skips critical bundle validation checks because they are placed after an early successful return for `TrustedMaterial` configurations. Ensure all critical checks like `compareSigs` and `comparePublicKey` are evaluated prior to any successful early returns to avoid validation bypass.

by Provallyupdated 2026-06-23Apache-2.0
7420 direct742 via packs
downloads
65quality
CVE-2025-66578: Unchecked C14n Return Valuecve-2025-66578-unchecked-c14n-return-value

The return value of `DOMNode::C14N()` is not verified. `C14N()` returns `false` on failure, which may be implicitly cast to an empty string. When canonicalized output is used in XML signature verification, missing error checks can lead to empty digest validation and authentication bypass. Always verify that `C14N()` does not return `false` before using or re

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
74quality
CVE-2025-66570: Cpp Untrusted Ip Forwarding Headercve-2025-66570-cpp-untrusted-ip-forwarding-header

HTTP forwarding headers X-Forwarded-For and X-Real-IP are client-controlled values that flow into a security-sensitive operation without trusted proxy validation. Any unauthenticated client can forge these headers to spoof their source IP, poison access logs, and bypass IP-based authorization checks (CVE-2025-66570 / CWE-290). Use the socket-level remote add

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
80quality
CVE-2025-55305: Electron Missing V8 Snapshot Validatorcve-2025-55305-electron-missing-v8-snapshot-validator

The application defaults its main delegate constructor without registering a V8 context snapshot validator. If ASAR integrity measures rely on a clean JavaScript execution environment, failing to validate the initial V8 snapshot allows attackers with local write access to bypass those measures.

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
65quality
CVE-2025-52890: Nftables Arp Spoofing Bypassed Filterscve-2025-52890-nftables-arp-spoofing-bypassed-filters

An nftables configuration allows established connections or ARP/NDP packets before applying MAC/IP anti-spoofing filters. This improper network rule order permits an inside attacker to effectively spoof ARP or NDP messages and intercept traffic, bypassing required bridge network isolation features. To repair this issue, ensure MAC address authentication filt

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
68quality
CVE-2025-31133: Insecure Dev Null Bind Mountcve-2025-31133-insecure-dev-null-bind-mount

Using `/dev/null` directly as a mount source without verifying its device type exposes the system to attacks where an adversary controls `/dev/null`. In a container, it could be a symlink to `/proc/kcore` or other sensitive paths, leading to privilege escalation, host filesystem modification, or container escape. Also avoid dynamically checking `Rdev` agains

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
68quality
CVE-2024-48336: Android Unsafe Create Package Contextcve-2024-48336-android-unsafe-create-package-context

The app dynamically loads code from another package using `createPackageContext` with `CONTEXT_IGNORE_SECURITY` without checking if the target package is a verified system application. This allows local privilege escalation via package squatting, enabling untrusted code execution. Verify the package against `ApplicationInfo.FLAG_SYSTEM` or properly check its

by Provallyupdated 2026-06-12Apache-2.0
1.2K0 direct1.2K via packs
downloads
70quality
CVE-2024-3049: Gcrypt Get Algo Dlen Unchecked Usagecve-2024-3049-gcrypt-get-algo-dlen-unchecked-usage

The return value of `gcry_md_get_algo_dlen()` is passed directly to a memory management or comparison function without validation. If an invalid or unsupported hash algorithm ID is provided, this function returns 0. When passed to functions like `memcmp`, a 0-byte comparison is performed which always evaluates to zero (0/true), potentially causing authentica

by Provallyupdated 2026-06-12Apache-2.0
1K0 direct1K via packs
downloads
65quality
All matching rules loaded.