---
id: CVE-2026-64816
title: >-
  RapidRAW before 1.6.0 does not validate the lutPath field in preset files
  before passing it to File::open() in lut_processing.rs
summary: >-
  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…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'
cwe:
  - CWE-73
published: '2026-07-30'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:35:08.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64816'
references:
  - url: 'https://github.com/CyberTimon/RapidRAW/commit/83852f36ba4a260be'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/CyberTimon/RapidRAW/releases/tag/v1.6.0'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/rapidraw-ntlmv2-credential-leak-via-unc-path-in-lutpath
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00446
epssPercentile: 0.3618
ingestedAt: '2026-09-09T21:22:45.519Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
