CVE-2026-86095
Received Received - Intake

Heap-based Buffer Overflow in Unidata netCDF-C

Vulnerability report for CVE-2026-86095, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

Unidata netcdf-c through 4.10.1 contains an out-of-bounds write vulnerability in NC4_HDF5_inq_attname() that copies HDF5 attribute names into a fixed 256-byte buffer without length validation. Attackers can craft HDF5 files with oversized attribute names to overflow the destination buffer, causing memory corruption and crashes when applications enumerate attribute names.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
unidata netcdf-c to 4.10.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Unidata netcdf-c through version 4.10.1 has an out-of-bounds write flaw in the NC4_HDF5_inq_attname() function. This function copies HDF5 attribute names into a fixed 256-byte buffer without checking the length of the input. Attackers can exploit this by creating HDF5 files with attribute names longer than 256 bytes, causing the buffer to overflow. This leads to memory corruption and potential crashes when the application tries to read attribute names.

Detection Guidance

This vulnerability can be detected by checking the version of netcdf-c installed on your system. If the version is 4.10.1 or earlier, the system is vulnerable. Use the command 'nc-config --version' or 'ncdump -V' to check the installed version.

Impact Analysis

This vulnerability can allow attackers to execute arbitrary code or cause denial-of-service conditions on systems using vulnerable versions of netcdf-c. If you process untrusted HDF5 files, an attacker could craft a malicious file to crash your application or take control of your system. The impact depends on how the library is used in your environment.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling memory corruption through crafted HDF5 files. Such corruption might lead to unauthorized data access, integrity breaches, or service disruptions, which are critical concerns under these regulations. However, specific compliance impacts depend on system configuration and usage.

Mitigation Strategies

Immediately update netcdf-c to the latest version beyond 4.10.1. If updating is not possible, restrict access to applications using netcdf-c to trusted users and avoid processing untrusted HDF5 files.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86095. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart