Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/CyberTimon/RapidRAW/commit/83852f36ba4a260be
- https://github.com/CyberTimon/RapidRAW/releases/tag/v1.6.0
- https://www.vulncheck.com/advisories/rapidraw-ntlmv2-credential-leak-via-unc-pat
FAQ
What is CVE-2026-64816?
CVE-2026-64816 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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...
How severe is CVE-2026-64816?
CVE-2026-64816 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-64816?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.