Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by equinor
CVE-2026-55209 (GCVE-0-2026-55209)
Vulnerability from nvd – Published: 2026-09-14 19:52 – Updated: 2026-09-14 20:11
VLAI
EPSS
VEX
Title
resdata insufficiently validates untrusted GRDECL files
Summary
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.
Severity
9.8 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 20:10 UTC
CWE
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/equinor/resdata/security/advis… | x_refsource_CONFIRM |
| https://github.com/equinor/resdata/pull/1166 | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/9f8fd6d… | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/d3f4582… | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/ee8cc12… | x_refsource_MISC |
| https://github.com/equinor/resdata/releases/tag/6.2.9 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55209",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T20:10:56.774434Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T20:11:13.982Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "resdata",
"vendor": "equinor",
"versions": [
{
"status": "affected",
"version": "\u003c 6.2.9"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-120",
"description": "CWE-120: Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-129",
"description": "CWE-129: Improper Validation of Array Index",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T19:52:24.518Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/equinor/resdata/security/advisories/GHSA-pr85-w493-9w3x",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/equinor/resdata/security/advisories/GHSA-pr85-w493-9w3x"
},
{
"name": "https://github.com/equinor/resdata/pull/1166",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/pull/1166"
},
{
"name": "https://github.com/equinor/resdata/commit/9f8fd6db472e0696080b768389914d60a453904f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/9f8fd6db472e0696080b768389914d60a453904f"
},
{
"name": "https://github.com/equinor/resdata/commit/d3f45828e9413506b8e8160a9304f4b7b06dcefc",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/d3f45828e9413506b8e8160a9304f4b7b06dcefc"
},
{
"name": "https://github.com/equinor/resdata/commit/ee8cc12b026d945df3077bc98e211ee45f80a433",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/ee8cc12b026d945df3077bc98e211ee45f80a433"
},
{
"name": "https://github.com/equinor/resdata/releases/tag/6.2.9",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/releases/tag/6.2.9"
}
],
"source": {
"advisory": "GHSA-pr85-w493-9w3x",
"discovery": "UNKNOWN"
},
"title": "resdata insufficiently validates untrusted GRDECL files"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55209",
"datePublished": "2026-09-14T19:52:24.518Z",
"dateReserved": "2026-06-16T16:16:32.627Z",
"dateUpdated": "2026-09-14T20:11:13.982Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-55209 (GCVE-0-2026-55209)
Vulnerability from cvelistv5 – Published: 2026-09-14 19:52 – Updated: 2026-09-14 20:11
VLAI
EPSS
VEX
Title
resdata insufficiently validates untrusted GRDECL files
Summary
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.
Severity
9.8 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 20:10 UTC
CWE
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/equinor/resdata/security/advis… | x_refsource_CONFIRM |
| https://github.com/equinor/resdata/pull/1166 | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/9f8fd6d… | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/d3f4582… | x_refsource_MISC |
| https://github.com/equinor/resdata/commit/ee8cc12… | x_refsource_MISC |
| https://github.com/equinor/resdata/releases/tag/6.2.9 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55209",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T20:10:56.774434Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T20:11:13.982Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "resdata",
"vendor": "equinor",
"versions": [
{
"status": "affected",
"version": "\u003c 6.2.9"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-120",
"description": "CWE-120: Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-129",
"description": "CWE-129: Improper Validation of Array Index",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T19:52:24.518Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/equinor/resdata/security/advisories/GHSA-pr85-w493-9w3x",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/equinor/resdata/security/advisories/GHSA-pr85-w493-9w3x"
},
{
"name": "https://github.com/equinor/resdata/pull/1166",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/pull/1166"
},
{
"name": "https://github.com/equinor/resdata/commit/9f8fd6db472e0696080b768389914d60a453904f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/9f8fd6db472e0696080b768389914d60a453904f"
},
{
"name": "https://github.com/equinor/resdata/commit/d3f45828e9413506b8e8160a9304f4b7b06dcefc",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/d3f45828e9413506b8e8160a9304f4b7b06dcefc"
},
{
"name": "https://github.com/equinor/resdata/commit/ee8cc12b026d945df3077bc98e211ee45f80a433",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/commit/ee8cc12b026d945df3077bc98e211ee45f80a433"
},
{
"name": "https://github.com/equinor/resdata/releases/tag/6.2.9",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/equinor/resdata/releases/tag/6.2.9"
}
],
"source": {
"advisory": "GHSA-pr85-w493-9w3x",
"discovery": "UNKNOWN"
},
"title": "resdata insufficiently validates untrusted GRDECL files"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55209",
"datePublished": "2026-09-14T19:52:24.518Z",
"dateReserved": "2026-06-16T16:16:32.627Z",
"dateUpdated": "2026-09-14T20:11:13.982Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}