CVE-2024-10526
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedRapid7 Velociraptor MSI Installer versions below 0.73.3 suffer from a vulnerability whereby it creates the installation directory with WRITE_DACL permission to the BUILTIN\\Users group. This allows local users who are not administrators to grant themselves the Full Control permission on Velociraptor's files. By modifying Velociraptor's files, local users can subvert the binary and cause the Velociraptor service to execute arbitrary code as the SYSTEM user, or to replace the Velociraptor binary completely. This issue is fixed in version 0.73.3.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Rapid7 Velociraptor MSI Installer versions prior to 0.73.3 creates the installation directory with WRITE_DACL permissions granted to the BUILTIN\Users group. This allows any local non-privileged user to modify access control permissions on the directory contents, enabling them to grant themselves Full Control and modify or replace Velociraptor executable files. Since the Velociraptor service runs as SYSTEM, a local attacker can achieve privilege escalation by subverting the binary.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- Authentication
- Y
- User interaction
- A
- Scope
- X
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:D/RE:L/U:Red
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate Velociraptor installation directoryCheck common installation paths such as C:\Program Files\Velociraptor, C:\Program Files (x86)\Velociraptor, or review registry under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall for the Velociraptor entry to find the InstallLocation valueAffected if Velociraptor is found installed on the system
-
Determine installed Velociraptor versionRight-click on velociraptor.exe in the installation directory, select Properties, and view the File version on the Details tab. Alternatively, run 'velociraptor.exe --version' from an elevated command prompt if the binary is accessibleAffected if The version number is lower than 0.73.3 (for example, 0.73.2, 0.72.x, etc.)
-
Check BUILTIN\Users permissions on installation directoryRight-click the Velociraptor installation folder in Explorer, select Properties, go to the Security tab, and examine the permissions for the Users group. Alternatively, run 'icacls "<install_path>"' from an elevated command prompt to list all ACL entriesAffected if The Users group (BUILTIN\Users) is listed with WRITE, MODIFY, or FULL CONTROL permissions on the installation directory
-
Verify if non-privileged users can modify executable filesAs a standard (non-admin) user, attempt to delete or rename a file in the Velociraptor installation directory, such as velociraptor.exe or any .exe/.dll file in that folderAffected if The operation succeeds or does not return an Access Denied error, confirming the directory is writable by low-privileged users
The system is affected if Velociraptor version is below 0.73.3 AND the installation directory grants WRITE or MODIFY permissions to the BUILTIN\Users group, allowing non-privileged users to replace service executables.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Velociraptor MSI Installer to version 0.73.3 or later. For existing installations, manually correct directory permissions to remove excessive BUILTIN\Users access and verify integrity of executable files.
0.73.3
- Download Velociraptor MSI Installer version 0.73.3 or later from the official Velociraptor distribution site (docs.velociraptor.app)
- If Velociraptor is currently installed, stop the Velociraptor service to avoid file lock conflicts
- Uninstall the current vulnerable version of Velociraptor using Windows Programs and Features or msiexec /x {product-code
- Install the downloaded fixed version (0.73.3 or later) by running the MSI installer with appropriate privileges
- Verify the installation completed successfully and the service starts correctly
- Confirm the installation directory permissions no longer grant WRITE_DACL to BUILTIN\Users group
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,880.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-10526 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-10526 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data