Threats Tagged 'cwe-307'
View all threats tagged with 'cwe-307'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-307'
Click on any threat for detailed analysis and mitigation recommendations
The miniOrange 2FA WordPress plugin before 6.2.8 does not correctly limit the number of second-factor verification attempts, tracking them against a… (CVE-2026-16619)CVE-2026-16619 0 The miniOrange 2FA WordPress plugin before 6.2.8 does not correctly limit the number of second-factor verification attempts, tracking them against a client-supplied identifier that is reissued on every login, allowing an attacker who already knows a user's password to guess the one-time code without limit and take over the account. Join the discussion | GCVE Database | 08/07/2026, 00:31:15 UTC Added: 08/07/2026, 05:56:51 UTC |
CVE-2026-48084: CWE-307: Improper Restriction of Excessive Authentication Attempts in open-reception appointment-booking-softwareCVE-2026-48084 0 OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Versions prior to 1.0.2 don't throttle failed passphrase login attempts. An attacker can submit unlimited wrong passphrase guesses against any known email address, capped only by the Argon2 verification cost (about 100 milliseconds per attempt on the tested host, giving 10 attempts per second sustained). The same backend implements a working per-account throttle on the WebAuthn challenge endpoint, which returns HTTP 429 after roughly 19 attempts. The passphrase branch simply does not invoke that throttle, leaving a supported high-value login path unprotected against credential stuffing and dictionary attacks. The asymmetry confirms this is an oversight rather than a design choice. The throttle infrastructure exists, is wired into the same auth backend, and works on the WebAuthn path. The passphrase branch in `/api/auth/login` was not updated to record failed attempts. Combined with the application's minimum-passphrase policy (12 characters, no entropy or dictionary checks), accounts using common base patterns such as `Spring2026!XX` or words from a leak corpus are realistically reachable in days on a single CPU, hours on a small GPU farm. Version 1.0.2 patches the issue. Join the discussion | CVE Database V5 | 08/06/2026, 21:18:12 UTC Added: 08/06/2026, 22:13:26 UTC |
CVE-2026-48071: CWE-307: Improper Restriction of Excessive Authentication Attempts in open-reception appointment-booking-softwareCVE-2026-48071 0 OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the PIN-type challenge throttle uses `emailHash` as the only key. The throttle rows live in the central `challenge_throttle` table, which is shared across all tenants. Every tenant's `/api/tenants/{id}/appointments/verify-challenge` endpoint increments the same row when a PIN response fails, and every tenant's `/api/tenants/{id}/appointments/challenge` endpoint reads the same row when deciding whether to issue a new challenge. When the same `emailHash` exists in multiple tenants on the same OpenReception instance (the same patient holding tunnels in two different clinics that share the platform), an attacker who knows the patient's email can lock out that patient on tenant B by issuing failed challenge responses against tenant A. The attacker needs no relationship to tenant B; the lockout propagates through the shared throttle row. The lockout escalates with repeated failures. The first lockout triggers at 4 failed attempts and lasts approximately 60 seconds. Subsequent failures escalate the lockout duration to 5 minutes, 30 minutes, and 60 minutes per the throttle service's escalation logic. Repeated bursts produce sustained denial of service against the targeted email. Version 1.0.4 patches the issue. Join the discussion | CVE Database V5 | 08/06/2026, 18:46:38 UTC Added: 08/06/2026, 22:13:24 UTC |
CVE-2026-71205: CWE-307 Improper Restriction of Excessive Authentication Attempts in dgtlmoon changedetection.ioCVE-2026-71205 0 changedetection.io's /login route checks the submitted password against a single PBKDF2-HMAC-SHA256 hash with no per-IP or per-session rate limiting, failed-attempt counter, or lockout (no rate-limiting library is present in requirements.txt). Because the entire application is protected by one shared password with no per-user accounts, a successful brute-force guess grants full administrative access, including the ability to view/regenerate the API token. Join the discussion | CVE Database V5 | 08/05/2026, 06:59:03 UTC Added: 08/05/2026, 07:27:07 UTC |
CVE-2026-8793: CWE-307 Improper restriction of excessive authentication attempts in PaperCut PaperCut NG/MFCVE-2026-8793 0 PaperCut NG/MF does not properly restrict excessive authentication attempts within its login component. An unauthenticated remote attacker can exploit this vulnerability to perform unrestricted brute-force or credential-stuffing attacks without triggering account lockout or rate-limiting mechanisms in some configurations. Join the discussion | CVE Database V5 | 08/03/2026, 06:58:00 UTC Added: 08/03/2026, 08:03:47 UTC |
CVE-2026-16347: CWE-307 Improper restriction of excessive authentication attempts in MikroTik RouterOSCVE-2026-16347 0 MikroTik RouterOS has a vulnerability in its API authentication that does not effectively restrict excessive login attempts. The system lacks meaningful rate-limiting, account lockout, or source-based restrictions, allowing attackers to perform repeated authentication attempts. Although some versions implement a fixed delay per connection, this can be bypassed using concurrent sessions, enabling high-volume attempts. This weakness could allow attackers to eventually obtain valid credentials and gain unauthorized administrative access. Join the discussion | CVE Database V5 | 07/28/2026, 19:59:29 UTC Added: 07/28/2026, 20:07:40 UTC |
CVE-2026-65894: CWE-307 Improper restriction of excessive authentication attempts in CP-Plus EZ-P21 IP CameraCVE-2026-65894 0 This vulnerability exists in CP PLUS EZ-P21 IP Camera due to improper authentication of HTTP endpoints. A remote attacker could exploit this vulnerability by conducting brute-force attacks against HTTP endpoint on the targeted device. Successful exploitation of this vulnerability could allow an attacker to gain unauthorized access to live video snapshots from the targeted device. Join the discussion | CVE Database V5 | 07/27/2026, 07:16:33 UTC Added: 07/27/2026, 07:37:50 UTC |
CVE-2026-8285: CWE-307 Improper restriction of excessive authentication attempts in Universal Software Inc. FlexCityCVE-2026-8285 0 Improper restriction of excessive authentication attempts vulnerability in Universal Software Inc. FlexCity allows Excessive Allocation. This issue affects FlexCity: from 5.536.0 before 5.542.0. Join the discussion | CVE Database V5 | 07/21/2026, 12:26:14 UTC Added: 07/21/2026, 12:57:40 UTC |
CVE-2026-32825: CWE-307: Improper Restriction of Excessive Authentication Attempts in datacycle-engine dataCycle-CORECVE-2026-32825 0 dataCycle is a data management system for centrally storing, managing, searching, finding, and distributing data. In dataCycle-CORE, the module handling core processing and framework rules, before and including version 25.07.3, the application accepts unlimited password guesses against both the browser login flow and the JSON login endpoint. The source code enables Devise's `:lockable` module on the user model but explicitly disables both lock and unlock strategies, and no request throttling or rate-limiting layer was identified in the Rails code. This creates a direct online password-guessing risk: - valid user accounts can be attacked continuously without temporary lockout - the same weakness is reachable through both `/users/sign_in` and `/api/v4/auth/login` - successful guessing yields a normal session cookie in the HTML flow or a fresh JWT in the API flow - the API endpoint is especially attractive for automation because it requires no CSRF token This has been patched in version 26.06.08. Join the discussion | CVE Database V5 | 07/20/2026, 16:15:37 UTC Added: 07/20/2026, 16:43:27 UTC |
CVE-2026-14254: CWE-307 Improper restriction of excessive authentication attempts in Perforce Delphix Continuous DataCVE-2026-14254 0 A race condition in the account lockout mechanism in Delphix Continous Data allowed the lockout threshold to be bypassed through concurrent authentication requests. Parallel login attempts were processed before the failed-login counter and lockout status were updated, defeating brute-force protections and enabling continued password guessing against a targeted account. Join the discussion | CVE Database V5 | 07/16/2026, 14:12:56 UTC Added: 07/16/2026, 14:48:20 UTC |
Showing 1 to 10 of 10 results