Live Active security incident? Get immediate response
CVE Record

CVE-2026-9503: GNU LibreDWG DWG File decode.c dwg_next_entity null pointer dereference

A security flaw has been discovered in GNU LibreDWG up to 0.14. This impacts the function dwg_next_entity of the file src/decode.c of the component DWG File Handler. The manipulation results in null pointer dereference. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The patch is identified as 8f03865f37f5d4ffd616fef802acc980be54d300. Upgrading the affected component is advised.

MediumCVSS 4.8Not KEV-listed Updated
Glexia's Take moderate

Analyst readout for executives and security teams

Plain-English summary

CVE-2026-9503 is a crash risk in GNU LibreDWG when handling malformed DWG files. It affects versions up to 0.14 and involves a null pointer dereference in DWG decoding. Business impact is mainly availability disruption for systems that process DWG files, especially from untrusted users or automated intake pipelines.

Executive priority

Treat as a moderate-priority availability issue. Patch promptly where LibreDWG processes untrusted or business-critical DWG files. Lower priority is reasonable for isolated developer tools that do not ingest external files, but public exploit availability raises the urgency above routine maintenance.

Technical view

The flaw is in src/decode.c, function dwg_next_entity, within the DWG file handler. Sources describe CWE-476 and CWE-404 behavior, with CVSS 4.0 score 4.8. The vector is local, low complexity, low privileges, no user interaction, and limited availability impact without stated confidentiality or integrity impact.

Likely exposure

Exposure is most likely where LibreDWG is installed on workstations, conversion services, CI jobs, or backend systems that parse DWG files. Risk increases if DWG files come from external users, partners, email attachments, support portals, or automated file processing queues.

Exploitation context

The source bundle says exploit material has been publicly released and may be used for attacks. CISA KEV status is false in the bundle, and no cited source confirms active exploitation. The attack is described as local rather than network-reachable.

Researcher notes

Evidence supports a local denial-of-service style crash through null pointer dereference in dwg_next_entity. The bundle references a public exploit artifact and a specific patch commit. It does not provide evidence of active exploitation, remote reachability, or confidentiality/integrity compromise.

Mitigation direction

  • Inventory all LibreDWG deployments and identify versions 0.14 or earlier.
  • Upgrade to a release or build containing commit 8f03865f37f5d4ffd616fef802acc980be54d300.
  • Restrict processing of untrusted DWG files until patched.
  • Run DWG parsing with least privilege and process isolation.
  • Monitor LibreDWG and VulDB references for vendor release guidance.

Validation and detection

  • Confirm whether installed LibreDWG versions are 0.14 or earlier.
  • Verify patched builds include commit 8f03865f37f5d4ffd616fef802acc980be54d300.
  • Map applications and jobs that call LibreDWG on user-supplied DWG files.
  • Run controlled regression tests for malformed DWG handling after upgrading.
  • Check crash logs for LibreDWG decoder failures in affected workflows.
Prepared
Confidence
high
Sources
6

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-404: 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.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-476: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-9503 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profile CVE Program record
Severity
Medium
CVSS
4.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

4 CVSS vectors
6 Timeline events
1 ADP providers
8 Source links

SSVC decision data

CISA-ADP CISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

4 official scores

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.

Score Version Severity Vector Exploit Impact Source
4.8 CVSS 4.0 Medium CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P VulDB
3.3 CVSS 3.1 Low CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C 1.8 1.4 VulDB
3.3 CVSS 3.0 Low CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C 1.8 1.4 VulDB
1.7 CVSS 2.0 Low AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:OF/RC:C 3.1 2.9 VulDB

Vulnerability scoring details

Base CVSS 4.0 score

4.8 Medium
CVSS 4.0 vector shape for CVE-2026-9503 Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timeline VulDB

    Advisory disclosed

  2. Source timeline VulDB

    VulDB entry created

  3. CVE reserved CVE Program

    The CVE ID was reserved by the assigning CNA.

  4. Source timeline VulDB

    VulDB entry last update

  5. CVE published CVE Program

    The CVE record was published.

  6. CVE updated CVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADP CISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

Vendor Product Version / package Status
GNU LibreDWG 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14 Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-404 · source CWE mapping

Improper Resource Shutdown or Release

Improper Resource Shutdown or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.