CVE-2026-8087 — OSGeo Gdal Buffer Overflow
CVE-2026-8087 — A security flaw has been discovered in OSGeo gdal up to 3.13.0dev-4. Impacted is the function GDnentries of the file frmts/hdf4/hdf-eos/GDapi.c. Performing a manipulation of the argument DataFieldName results in heap-based buffer overflow. The attack must be initiated from a local po
What This Means For You
- If your environment is affected by CWE-119, CWE-122, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8087 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8087 - OSGeo Gdal Heap Buffer Overflow via GDapi.c
title: CVE-2026-8087 - OSGeo Gdal Heap Buffer Overflow via GDapi.c
id: scw-2026-05-07-ai-1
status: experimental
level: critical
description: |
This rule detects the execution of GDAL utilities with specific environment variables that might be indicative of an attempt to exploit CVE-2026-8087. The vulnerability lies within the GDapi.c file and is triggered by manipulating the DataFieldName argument, potentially leading to a heap-based buffer overflow. This detection focuses on the execution of GDAL binaries, which is a prerequisite for exploiting this local vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8087/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Program Files\GDAL\'
- '/usr/bin/gdal'
CommandLine|contains:
- 'GDAL_DATA'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8087 | vulnerability | CVE-2026-8087 |
| CWE-119 | weakness | CWE-119 |
| CWE-122 | weakness | CWE-122 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 07, 2026 at 23:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.