CVE-2026-49014 PUBLISHED

Assigner: mitre
Reserved: 27.05.2026 Published: 27.05.2026 Updated: 27.05.2026

In GDAL 3.1.0 through 3.13.0, scanForGeometryContainers in the netCDF driver allows code execution via a stack-based buffer overflow. It reads a geometry attribute into a fixed-size stack buffer without validating the attribute length. The attacker embeds the exploit as an oversized geometry attribute in a crafted NetCDF file. This achieves arbitrary code execution on the server running GDAL. This is in frmts/netcdf/netcdfsg.cpp.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.4

Product Status

Vendor GDAL
Product GDAL
Versions Default: unknown
  • affected from 3.1.0 to 3.13.0 (incl.)

References

Problem Types

  • CWE-121 Stack-based Buffer Overflow CWE