CVE-2026-9530: GNU LibreDWG Dwgbmp Utility decode.c read_2004_compressed_section out-of-bounds
A weakness has been identified in GNU LibreDWG up to 0.14. The impacted element is the function read_2004_compressed_section of the file src/decode.c of the component Dwgbmp Utility. Executing a manipulation can lead to out-of-bounds read. The attack requires local access. The exploit has been made available to the public and could be used for attacks. This patch is called 8f03865f37f5d4ffd616fef802acc980be54d300. It is advisable to implement a patch to correct this issue.
CVE-2026-9530 affects GNU LibreDWG through version 0.14. A local user can trigger an out-of-bounds read in the Dwgbmp utility when handling a crafted DWG file. The rated impact is limited availability loss, but a public proof artifact exists, so exposed systems should patch promptly.
Executive priority
Treat this as a targeted, moderate operational risk. It is not evidenced as actively exploited or remotely reachable, but public exploit material and file-processing exposure justify near-term patching where LibreDWG handles external DWG files.
Technical view
The issue is in src/decode.c, function read_2004_compressed_section, within the Dwgbmp utility. Sources classify it as CWE-119 and CWE-125, with CVSS 4.0 score 4.8. The attack vector is local, low complexity, low privileges, no user interaction, and low availability impact. Patch commit 8f03865f37f5d4ffd616fef802acc980be54d300 is referenced.
Likely exposure
Exposure is most likely where GNU LibreDWG 0.1 through 0.14 or affected main-branch builds are installed and dwgbmp processes DWG files from users, partners, CI jobs, conversion services, or shared workstations.
Exploitation context
The source bundle says exploit material is public. KEV is false, and no cited source in the bundle confirms active exploitation in the wild. Local access and low privileges are required, so internet-wide remote compromise is not supported by the provided evidence.
Researcher notes
Do not assume products beyond GNU LibreDWG from the provided sources. The public artifact supports exploit availability, not confirmed in-the-wild activity. Focus validation on affected versions, dwgbmp reachability, untrusted DWG processing, and whether the named patch is present.
Mitigation direction
Apply LibreDWG patch commit 8f03865f37f5d4ffd616fef802acc980be54d300 or a vendor release containing it.
Restrict dwgbmp processing of untrusted DWG files until patched.
Prioritize systems where DWG conversion runs on shared hosts or automation workers.
Monitor LibreDWG and GNU guidance for any corrected release or additional mitigation.
Rebuild dependent packages that bundle or statically link affected LibreDWG code.
Validation and detection
Inventory LibreDWG versions and flag 0.1 through 0.14 as affected.
Confirm whether dwgbmp is installed or invoked in production workflows.
Check package source or build metadata for patch commit 8f03865f37f5d4ffd616fef802acc980be54d300.
Review file-ingestion paths for untrusted DWG inputs.
Run normal conversion regression tests after updating LibreDWG.
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.
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.