Description
resdata is software for reading and writing result files from the Eclipse reservoir simulator. Prior to 6.2.9, resdata insufficiently validates numeric fields, grid dimensions, keyword sizes, and array indexes while parsing untrusted GRDECL files in lib/resdata/rd_kw_grdecl.cpp and lib/resdata/rd_grid.cpp. Malformed COORD, ZCORN, CORSNUM, ACTNUM, or MAPAXES data can reach rd_grid_alloc_GRDECL_kw__ with inconsistent lengths, while unbounded floating-point conversion can exceed the intended parser buffer. In a network service that accepts untrusted GRDECL files, these conditions can cause a classic buffer overflow, out-of-bounds reads, invalid array access, NULL pointer dereference, memory corruption, or service termination. This issue is fixed in version 6.2.9.
Published: 2026-09-14
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

ResData parses untrusted GRDECL files without performing adequate validation of numeric fields, grid dimensions, keyword sizes, and array indices. Malformed COORD, ZCORN, CORSNUM, ACTNUM, or MAPAXES data can reach parsing routines with inconsistent lengths and can trigger classic buffer overflows, out‑of‑bounds reads, invalid array access, NULL pointer dereferences, memory corruption, or service termination, providing an opportunity for arbitrary code execution or denial of service on the host system.

Affected Systems

Equinor’s ResData library, used for reading and writing result files from the Eclipse reservoir simulator, is vulnerable in all releases older than hosts a service capable of ingesting GRDECL files from untrusted sources is impacted.

Risk and Exploitability

The CVSS score of 9.8 indicates a high severity. The EPSS score is not available, so the likelihood of exploitation is uncertain, and the vulnerability is not listed in CISA KEV. The attack vector is inferred to be remote because a network service that processes GRDECL files can receive malicious data from external actors, and the failure conditions involve classic buffer overflows and other memory safety violations.

Generated by OpenCVE AI on September 15, 2026 at 13:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ResData to version 6.2.9 or later, which implements proper bounds checks and input validation.
  • Restrict or disable any network services that accept untrusted GRDECL files, or move them behind stricter firewall rules to limit exposure.
  • Apply additional input validation in the application code: ensure numeric values are within expected ranges, check array lengths before allocation, validate index bounds, and verify pointers are non‑null before use.
  • If a patch cannot be applied immediately, sandbox the parser process or isolate it in a restricted environment to contain potential memory corruption.

Generated by OpenCVE AI on September 15, 2026 at 13:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-pr85-w493-9w3x resdata has Classic Buffer Overflow, Improper Validation of Array Index, NULL Pointer Dereference and Out-of-bounds Read
History

Mon, 14 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description resdata is software for reading and writing result files from the Eclipse reservoir simulator. Prior to 6.2.9, resdata insufficiently validates numeric fields, grid dimensions, keyword sizes, and array indexes while parsing untrusted GRDECL files in lib/resdata/rd_kw_grdecl.cpp and lib/resdata/rd_grid.cpp. Malformed COORD, ZCORN, CORSNUM, ACTNUM, or MAPAXES data can reach rd_grid_alloc_GRDECL_kw__ with inconsistent lengths, while unbounded floating-point conversion can exceed the intended parser buffer. In a network service that accepts untrusted GRDECL files, these conditions can cause a classic buffer overflow, out-of-bounds reads, invalid array access, NULL pointer dereference, memory corruption, or service termination. This issue is fixed in version 6.2.9.
Title resdata insufficiently validates untrusted GRDECL files
Weaknesses CWE-120
CWE-125
CWE-129
CWE-476
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-14T20:11:13.982Z

Reserved: 2026-06-16T16:16:32.627Z

Link: CVE-2026-55209

cve-icon Vulnrichment

Updated: 2026-09-14T20:11:00.867Z

cve-icon NVD

Status : Received

Published: 2026-09-14T20:16:47.487

Modified: 2026-09-14T21:17:13.457

Link: CVE-2026-55209

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-15T13:15:18Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-125

    Out-of-bounds Read

  • CWE-129

    Improper Validation of Array Index

  • CWE-476

    NULL Pointer Dereference