CVE-2026-9500: GNU LibreDWG Dwgread Utility decode.c read_2004_compressed_section heap-based overflow
A vulnerability was found in GNU LibreDWG up to 0.14. The affected element is the function read_2004_compressed_section of the file src/decode.c of the component Dwgread Utility. Performing a manipulation results in heap-based buffer overflow. The attack is only possible with local access. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
CVE-2026-9500 is a heap-based buffer overflow in GNU LibreDWG's dwgread utility when handling a DWG compressed section. The published data rates it medium because exploitation requires local access and low privileges. A public exploit artifact exists, but the bundle does not show active exploitation or a vendor fix.
Executive priority
Prioritize as a moderate operational risk. It is not remotely exploitable per the provided CVSS vector, but public exploit availability makes untrusted DWG handling worth controlling until vendor guidance or a fixed release is available.
Technical view
The flaw affects read_2004_compressed_section in src/decode.c within GNU LibreDWG dwgread, versions 0.1 through 0.14. It is classified as CWE-119 and CWE-122 with CVSS 3.1 score 5.3, AV:L/AC:L/PR:L/UI:N. Sources state public exploit availability and no vendor response yet.
Likely exposure
Exposure is most likely on developer, CAD, analysis, or conversion systems using LibreDWG/dwgread to process DWG files. The source says attack requires local access, so risk rises where local users or jobs handle DWG files from untrusted parties.
Exploitation context
The bundle says an exploit has been made public and could be used. It does not cite KEV listing or active in-the-wild exploitation. Treat untrusted DWG processing as the practical risk, especially in shared workstations or automated file-processing environments.
Researcher notes
Evidence points to a heap out-of-bounds write in read_2004_compressed_section. The third-party submission references LibreDWG up to 0.14 and main branch commit 6d6a339. Vendor confirmation and a fix are not present in the supplied sources, so remediation guidance remains compensating controls plus monitoring.
Mitigation direction
Inventory LibreDWG and dwgread installations through version 0.14.
Avoid opening or converting untrusted DWG files with affected dwgread versions.
Run DWG processing in isolated, low-privilege environments.
Restrict local access to systems that process DWG files.
Monitor LibreDWG issue 1241 and vendor guidance for fixes.
Remove dwgread where it is not operationally required.
Validation and detection
Confirm installed LibreDWG versions and package sources.
Identify workflows that invoke dwgread or LibreDWG libraries.
Check whether DWG inputs come from external or untrusted sources.
Verify isolation controls around CAD conversion or analysis jobs.
Track vendor issue status before declaring remediation complete.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-119: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-119 · source CWE mapping
Improper Restriction of Operations within the Bounds of a Memory Buffer
Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.