SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-90622

LOW · CVSS 3.3 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects GNU libredwg version 0.13.4, specifically within the DWG_TABLE function, leading to a null pointer dereference due to improper handling of material handles. This flaw requires local access to exploit and could potentially allow an attacker to disrupt the application. Organizations using affected versions of F5 products should prioritize upgrading to version 0.14 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-90622
Severity
LOW
CVSS
3.3
EPSS
0.16%
F5

Original NVD Description

A security flaw has been discovered in GNU libredwg 0.13.4. This impacts the function DWG_TABLE of the file src/dwg.spec of the component Layer Encoding. Performing a manipulation results in null pointer dereference. The attack needs to be approached locally. The exploit has been released to the public and may be used for attacks. Upgrading to version 0.14 will fix this issue. The patch is named f5b548c4c1697d66c3dabd0f6a49280a14365a3a. The affected component should be upgraded. The FIELD_HANDLE macro itself is NULL-safe (emits null_handle) - only the two raw zeroing assignments added by 27118c40 ("encode: also disable LAYER.material") dereferenced a NULL material handle; the fix restores the file's existing if (_obj->style) guard convention for material.