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.
11 rules matched. Showing 11 loaded rules.
Publish rule
CVE-2026-82470: Ruby Rotp Totp Verify Without Aftercve-2026-82470-ruby-rotp-totp-verify-without-after

TOTP verification with ROTP is performed without specifying the `after` timestamp parameter. This allows valid one-time passwords to be reused/replayed within the drift window. Pass `after:` or `:after => last_use_timestamp` to prevent OTP replay.

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
79quality
CVE-2026-73683: Php Oidc Missing Nonce Validationcve-2026-73683-php-oidc-missing-nonce-validation

OIDC token validation checks audience or issuer claims but does not verify the 'nonce' claim against an expected nonce. This may allow replay attacks or authentication bypass using captured OIDC tokens.

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
80quality
CVE-2026-71213: Php Authcode Validation Bypasscve-2026-71213-php-authcode-validation-bypass

Authentication code validation short-circuits based on cached validity status ($AUTH['valid']), allowing authentication bypass without verifying the submitted verification code or checking for single-use replay.

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
68quality
CVE-2026-67581: Mpp Evm Unverified Transaction Replaycve-2026-67581-mpp-evm-unverified-transaction-replay

EVM transaction verification checks transaction hash settlement against charge parameters without verifying that the transaction hash is unused or committing it to a deduplication store, allowing capture-replay attacks.

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
74quality
CVE-2026-65905: Circular Buffer Replay Window Premature Clearcve-2026-65905-circular-buffer-replay-window-premature-clear

The circular buffer replay window clears an entry at `count % length` before incrementing `count`. If the newly validated index coincides with the current counter modulo length, setting the slot to `seen = true` is immediately overwritten by `seen = false`, leaving the system vulnerable to request replay. Increment `count` before resetting the slot at the up

by Provallyupdated 2026-09-02Apache-2.0
1100 direct110 via packs
downloads
76quality
CVE-2026-54779: Corewcf Token Replay Unconditional Truecve-2026-54779-corewcf-token-replay-unconditional-true

The `TryAdd` method for a token replay cache always returns `true` (or lacks a `return false;` path). If it does not explicitly return `false` on duplicate items, calling components will assume the token is new, preventing replay protection from working successfully. Ensure the method returns `false` when the token already exists in the cache.

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
70quality
CVE-2026-45734: Php Captcha Missing Invalidationcve-2026-45734-php-captcha-missing-invalidation

The CAPTCHA response is validated but not invalidated upon successful form processing, which may allow CAPTCHA reuse and replay attacks (CVE-2026-45734).

by Provallyupdated 2026-09-02Apache-2.0
1090 direct109 via packs
downloads
73quality
CVE-2026-41707: Dpop Jti Cache Eviction Replaycve-2026-41707-dpop-jti-cache-eviction-replay

Using a fixed-size LinkedHashMap with size-based eviction in removeEldestEntry for token or JTI replay tracking is vulnerable to replay attacks via cache eviction flooding. Use an expiration-based cache or a dedicated replay validator with distributed backing.

by Provallyupdated 2026-09-02Apache-2.0
1100 direct110 via packs
downloads
69quality
CVE-2026-37982: Keycloak Reusable Action Tokencve-2026-37982-keycloak-reusable-action-token

Returning `false` from `isOneTimeAction` allows the required action to be executed multiple times using the same action token. If an action token (such as an execute-actions email link) is intercepted, it can be replayed to perform sensitive actions maliciously, such as unauthorized authenticator enrollment. Ensure that sensitive actions are strictly one-tim

by Provallyupdated 2026-06-12Apache-2.0
2.3K0 direct2.3K via packs
downloads
69quality
CVE-2025-69197: Php Totp Verifykey Replay Vulnerabilitycve-2025-69197-php-totp-verifykey-replay-vulnerability

The application validates TOTP tokens using `verifyKey()`, which does not prevent tokens from being reused within their validity window. This allows for capture-replay attacks where an intercepted token is reused to bypass authentication. To prevent this, use `verifyKeyNewer()` and persist the timestamp of the last successful authentication to ensure one-tim

by Provallyupdated 2026-06-12Apache-2.0
2.1K0 direct2.1K via packs
downloads
73quality
All matching rules loaded.