Description
A vulnerability was found in VictoriaMetrics up to 1.146.0. Impacted is the function requestHandler of the file app/vmauth/main.go of the component VMAuth Authentication Endpoint. Performing a manipulation results in improper restriction of excessive authentication attempts. The attack is possible to be carried out remotely. The complexity of an attack is rather high. The exploitability is considered difficult. The exploit has been made public and could be used. Upgrading to version 1.147.0 is recommended to address this issue. The patch is named 119ba0fb5be8024d50c5ba946599b2e69e8803ea. Upgrading the affected component is recommended.
Published: 2026-08-15
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the requestHandler function of VictoriaMetrics’ VMAuth Authentication Endpoint. An attacker can repeatedly submit authentication requests because the system does not properly restrict excessive attempts, creating a window for brute‑force or credential‑stuffing attacks. This weakness is consistent with CWE‑307, which describes the failure to limit authentication attempts, and CWE‑799, indicating reliance on untrusted input.

Affected Systems

VictoriaMetrics VMAuth component, all releases up to and including version 1.146.0, regardless of the operating platform. The issue originates from the app/vmauth/main.go file and is resolved in v1.147.0 and later.

Risk and Exploitability

The CVSS score of 6.3 marks it as a medium‑severity vulnerability. Although the EPSS score is not available, the description notes that the exploit is public and considered difficult, yet possible to perform remotely against the authentication endpoint. The vulnerability is not listed in CISA’s KEV catalog, but the lack of rate limiting widens the attack surface for credential compromise and could serve as a precursor to denial‑of‑service if an adversary floods the endpoint with requests. No specific pre‑conditions beyond network access and valid credentials are required beyond the ability to guess or obtain them.

Generated by OpenCVE AI on August 15, 2026 at 17:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade VictoriaMetrics to version 1.147.0 or newer to apply the vendor‑supplied fix.
  • Deploy an additional rate‑limiting rule at the reverse proxy or firewall level to cap authentication attempts per IP or per user account.
  • Continuously monitor authentication logs for abnormal spikes or repeated failed login attempts and investigate promptly.

Generated by OpenCVE AI on August 15, 2026 at 17:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in VictoriaMetrics up to 1.146.0. Impacted is the function requestHandler of the file app/vmauth/main.go of the component VMAuth Authentication Endpoint. Performing a manipulation results in improper restriction of excessive authentication attempts. The attack is possible to be carried out remotely. The complexity of an attack is rather high. The exploitability is considered difficult. The exploit has been made public and could be used. Upgrading to version 1.147.0 is recommended to address this issue. The patch is named 119ba0fb5be8024d50c5ba946599b2e69e8803ea. Upgrading the affected component is recommended.
Title VictoriaMetrics VMAuth Authentication Endpoint main.go requestHandler excessive authentication
First Time appeared Victoriametrics
Victoriametrics victoriametrics
Weaknesses CWE-307
CWE-799
CPEs cpe:2.3:a:victoriametrics:victoriametrics:*:*:*:*:*:*:*:*
Vendors & Products Victoriametrics
Victoriametrics victoriametrics
References
Metrics cvssV2_0

{'score': 2.6, 'vector': 'AV:N/AC:H/Au:N/C:P/I:N/A:N/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 3.7, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C'}

cvssV4_0

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


Subscriptions

Victoriametrics Victoriametrics
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-15T15:45:10.515Z

Reserved: 2026-08-14T19:02:14.371Z

Link: CVE-2026-19898

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T16:16:39.230

Modified: 2026-08-15T16:16:39.230

Link: CVE-2026-19898

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T17:30:11Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts

  • CWE-799

    Improper Control of Interaction Frequency