Description
A vulnerability was found in GNU LibreDWG up to 0.13.4. The impacted element is the function dwg_next_entity of the file src/dwg.c of the component DWG File Handler. Performing a manipulation of the argument next_obj results in null pointer dereference. The attack must be initiated from a local position. The exploit has been made public and could be used. Upgrading to version 0.14 is sufficient to resolve this issue. The patch is named dde45dac3c4d902e4d8fed150a8017b9732019c9. Upgrading the affected component is recommended. Different than CVE-2026-9503.
Published: 2026-07-09
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a null pointer dereference in the dwg_next_entity function, corresponding to CWE‑476 (Null Pointer Dereference) and CWE‑404 (Missing Resource Release). When a malicious DWG file passes an unexpected null or improperly formed next_obj argument, the library dereferences a null pointer, resulting in an illegal memory access that crashes the application using LibreDWG, thereby causing a denial‑of‑service.

Affected Systems

GNU LibreDWG versions up to 0.13.4 are affected. The library, produced by the GNU project, is used in applications that parse DWG files. Any system running LibreDWG 0.13.4 or earlier may be vulnerable when processing a crafted DWG file.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate severity. The EPSS score of < 1% signifies that the likelihood of real‑world exploitation is very low. The flaw is not listed in the CISA KEV catalog. Attack must originate from a local position; an attacker can supply a malicious DWG file to an application that uses LibreDWG, causing it to crash. Although the risk to remote adversaries is minimal, the publicly known exploit and the potential for service disruption make timely remediation advisable.

Generated by OpenCVE AI on July 29, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade LibreDWG to version 0.14 or later to fully remediate the flaw.
  • Reject or quarantine any untrusted DWG files before processing them with the library to prevent the crash.
  • Run the DWG parser in a restricted environment or execute the application as a low‑privilege user to contain the impact of a crash.

Generated by OpenCVE AI on July 29, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in GNU LibreDWG up to 0.13.4. The impacted element is the function dwg_next_entity of the file src/dwg.c of the component DWG File Handler. Performing a manipulation of the argument next_obj results in null pointer dereference. The attack must be initiated from a local position. The exploit has been made public and could be used. Upgrading to version 0.14 is sufficient to resolve this issue. The patch is named dde45dac3c4d902e4d8fed150a8017b9732019c9. Upgrading the affected component is recommended. Different than CVE-2026-9503.
Title GNU LibreDWG DWG File dwg.c dwg_next_entity null pointer dereference
First Time appeared Gnu
Gnu libredwg
Weaknesses CWE-404
CWE-476
CPEs cpe:2.3:a:gnu:libredwg:*:*:*:*:*:*:*:*
Vendors & Products Gnu
Gnu libredwg
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 3.3, 'vector': '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'}

cvssV3_1

{'score': 3.3, 'vector': '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'}

cvssV4_0

{'score': 4.8, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T12:55:55.857Z

Reserved: 2026-07-09T05:00:12.112Z

Link: CVE-2026-15184

cve-icon Vulnrichment

Updated: 2026-07-09T12:55:11.871Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:30:03Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-476

    NULL Pointer Dereference