SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-64816

MEDIUM · CVSS 6.5 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

RapidRAW versions prior to 1.6.0 on Windows are vulnerable due to inadequate validation of the lutPath field in preset files, which can lead to an outbound SMB connection to an attacker-controlled host, exposing the victim's NTLMv2 credentials. This vulnerability can be exploited through community presets fetched automatically or by importing preset files from external sources like Discord or forums. Users and organizations utilizing RapidRAW should prioritize patching this vulnerability to mitigate potential credential leaks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-64816
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%
Windows

Original NVD 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.