Description
Any authenticated Velociraptor user — including one holding only the readerrole — can terminate the entire server process with a single request, by calling SetPassword with a username that does not exist.
Published: 2026-08-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in the SetPassword API allows any authenticated Velociraptor user, even those with only a readerrole, to terminate the entire server process by sending a request with a non‑existent username. The flaw stems from a null pointer dereference and a logical condition error, causing the server to crash and interrupt all Velociraptor services. This results in a denial of service rather than data compromise or remote code execution.

Affected Systems

Rapid7 Velociraptor is affected. No specific version numbers are listed in the CNA data, so all supported releases may carry the issue until the vendor issues a fix.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. Because the exploit requires authenticated access to the API, the threat is limited to users with API credentials; nevertheless, an internal attacker or compromised user can bring the service down. EPSS information is not available, and the vulnerability is not listed in CISA KEV, implying no known mass exploitation yet. The primary risk is service disruption if the vulnerability is leveraged by an insider or a credential‑stolen account.

Generated by OpenCVE AI on August 11, 2026 at 23:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Rapid7 Velociraptor release that removes the crash bug in SetPassword.
  • Configure the system so that only privileged users may invoke SetPassword, and deny this action for readerrole users.
  • Apply an API gateway or firewall rule to block or audit SetPassword requests where the username does not exist, adding a validation layer against invalid inputs.

Generated by OpenCVE AI on August 11, 2026 at 23:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
First Time appeared Rapid7
Rapid7 velociraptor
Vendors & Products Rapid7
Rapid7 velociraptor

Tue, 11 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description Any authenticated Velociraptor user — including one holding only the readerrole — can terminate the entire server process with a single request, by calling SetPassword with a username that does not exist.
Title Velociraptor server crash via the SetPassword API
Weaknesses CWE-476
CWE-703
References
Metrics cvssV3_1

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


Subscriptions

Rapid7 Velociraptor
cve-icon MITRE

Status: PUBLISHED

Assigner: rapid7

Published:

Updated: 2026-08-11T17:22:44.142Z

Reserved: 2026-08-03T10:45:04.075Z

Link: CVE-2026-18638

cve-icon Vulnrichment

Updated: 2026-08-11T17:22:36.126Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T16:17:30.457

Modified: 2026-08-28T21:17:10.720

Link: CVE-2026-18638

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T00:15:12Z

Weaknesses
  • CWE-476

    NULL Pointer Dereference

  • CWE-703

    Improper Check or Handling of Exceptional Conditions