Description
Flame through 2.4.0 contains an improper restriction of excessive authentication attempts vulnerability in the POST /api/auth login endpoint that allows unauthenticated attackers to brute-force the admin password. Attackers can submit unlimited password guesses without rate limiting, attempt counters, lockouts, or delays to gain full administrator access and modify application configuration.
Published: 2026-09-25
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Patch Immediately
AI Analysis

Impact

This vulnerability allows an attacker who is not logged in to repeatedly submit login attempts to the POST /api/auth endpoint. Because the application does not enforce any limits on the number of attempts, the attacker can perform a credential‑guessing attack on the administrator account. Successful brute‑forcing results in full administrator privileges, enabling the attacker to change configuration settings and potentially gain persistent access to the deployment.

Affected Systems

The issue applies to the Flame application developed by pawelmalak. Any deployment running version 2.4.0 or earlier is affected, as the vulnerability exists in the code present in the v2.4.0 release.

Risk and Exploitability

The CVSS score of 8.3 indicates a high severity. There is no EPSS value available, and the vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw remotely by sending repeated HTTP POST requests to the login endpoint, and no special privileges are required to perform the attack. As a result, the risk of credential compromise and subsequent privilege escalation remains significant until mitigated.

Generated by OpenCVE AI on September 25, 2026 at 23:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flame to the latest release that implements rate limiting on the login endpoint
  • If an upgrade is not yet possible, apply a temporary restriction on the /api/auth route using a web‑application firewall or reverse‑proxy to allow only a limited number of login attempts per IP address
  • Immediately change the administrator password and enforce a strong, unique password policy to reduce the likelihood of successful brute‑force

Generated by OpenCVE AI on September 25, 2026 at 23:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
Description Flame through 2.4.0 contains an improper restriction of excessive authentication attempts vulnerability in the POST /api/auth login endpoint that allows unauthenticated attackers to brute-force the admin password. Attackers can submit unlimited password guesses without rate limiting, attempt counters, lockouts, or delays to gain full administrator access and modify application configuration.
Title Flame through 2.4.0 Brute-Force Attack via Login Endpoint
Weaknesses CWE-307
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:N'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-25T22:04:01.425Z

Reserved: 2026-09-25T21:39:02.327Z

Link: CVE-2026-100501

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T22:17:10.793

Modified: 2026-09-25T22:17:10.793

Link: CVE-2026-100501

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T00:00:07Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts