CVE-2026-64816 Details
Description
RapidRAW before 1.6.0 does not validate the lutPath field in preset files before passing it to File::open() in lut_processing.rs. On Windows, a UNC path in lutPath causes an outbound SMB connection to an attacker-controlled host, leaking the victim's NTLMv2 credentials. The vulnerable code path is reachable through two vectors: community presets fetched automatically from the remote preset repository when the victim opens the Community tab, and individual preset files imported directly by the victim via the preset import feature (handle_import_presets_from_file in file_management.rs). The second vector does not require control of the community preset repository and is triggered when a user imports a preset file shared through Discord, forums, or similar channels.
A vulnerability in RapidRAW versions prior to 1.6.0 allows for an NTLMv2 credential leak through the lutPath field in preset files. The issue arises because the application does not properly validate this field before using it to open files. On Windows, a UNC path in lutPath triggers an outbound SMB connection to an attacker-controlled host, exposing the victim's NTLMv2 credentials. This vulnerability can be exploited in two ways: first, through community presets that are automatically downloaded from a remote repository when the Community tab is opened; second, by importing individual preset files directly via the preset import feature. The latter method does not require control of the community preset repository and can be activated by sharing preset files through platforms like Discord or forums.
Users can update to RapidRAW version 1.6.0 or later, which addresses the vulnerability by implementing proper validation of the lutPath field in preset files.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 30, 2026CISA-ADP
Assessed Jul 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/CyberTimon/RapidRAW/commit/83852f36ba4a260be | [email protected] | Source CodeVendor |
| https://github.com/CyberTimon/RapidRAW/releases/tag/v1.6.0 | [email protected] | Release NotesVendor |
| https://www.vulncheck.com/advisories/rapidraw-ntlmv2-credential-leak-via-unc-path-in-lutpath | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-73 | External Control of File Name or Path | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| CyberTimon RapidRAW | < 1.6.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 31, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | New CVE Received | [email protected] |
Volerion