PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-64465 National Instruments CVE debrief

National Instruments LabVIEW contains an out-of-bounds read vulnerability in the lvre!DataSizeTDR() function that triggers when opening a corrupted Virtual Instrument (VI) file. The vulnerability, published December 18, 2025, carries a CVSS 3.1 score of 7.8 (HIGH severity). Successful exploitation requires user interaction—specifically, convincing a target to open a maliciously crafted VI file. The impact scope includes potential information disclosure and arbitrary code execution. CISA issued advisory ICSA-25-352-03 to coordinate disclosure. National Instruments has released patched versions for supported LabVIEW releases (2022 through 2025), while LabVIEW 2021 is no longer in mainstream support and does not receive fixes.

Vendor
National Instruments
Product
LabVIEW
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2025-12-18
Original CVE updated
2025-12-18
Advisory published
2025-12-18
Advisory updated
2025-12-18

Who should care

Organizations using National Instruments LabVIEW for test, measurement, and control applications, particularly in industrial and research environments where VI files may be shared between users or obtained from external sources. Security teams in OT/ICS environments should prioritize patching due to potential for code execution in engineering workstations.

Technical summary

The vulnerability exists in the lvre!DataSizeTDR() function within LabVIEW's runtime engine. When processing a corrupted VI file, improper bounds checking leads to an out-of-bounds read condition. This memory safety defect can be leveraged to disclose sensitive information from process memory or achieve arbitrary code execution under the context of the LabVIEW process. The attack requires local access with user interaction (opening a malicious file), but no privileges are required to trigger the vulnerability.

Defensive priority

HIGH

Recommended defensive actions

  • Upgrade LabVIEW 2025 installations to Q3 Patch 3 or later
  • Upgrade LabVIEW 2024 installations to Q3 Patch 5 or later
  • Upgrade LabVIEW 2023 installations to Q3 Patch 8 or later
  • Upgrade LabVIEW 2022 installations to Q3 Patch 7 or later
  • Migrate from LabVIEW 2021 to a supported release version as it is no longer in mainstream support
  • Implement application whitelisting to restrict execution of untrusted VI files
  • Train users to recognize and avoid opening VI files from untrusted sources
  • Apply principle of least privilege to LabVIEW processes to limit impact of potential exploitation

Evidence notes

Vulnerability details sourced from CISA CSAF advisory ICSA-25-352-03. CVSS vector confirms local attack vector with user interaction required. Vendor fix information explicitly lists patch versions per supported release year.

Official resources

National Instruments disclosed this vulnerability through CISA's ICS advisory program. The coordinated disclosure includes specific patch versions for all supported LabVIEW releases.