SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-86141

LOW · CVSS 2.9 EPSS 0.12% Public Exploit

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

CyberRota Analysis

AI-Generated

Libxml2 versions prior to 2.15.4 are vulnerable to a NULL pointer dereference in the xmlRegNewParserCtxt function, which occurs following a strdup failure. This flaw could lead to application crashes or unexpected behavior, although it is classified as low severity. Organizations using affected versions of libxml2 should prioritize updating to mitigate potential disruptions in their applications.

Public Exploit Signal

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

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

CVE
CVE-2026-86141
Severity
LOW
CVSS
2.9
EPSS
0.12%

Original NVD Description

xmlregexp in libxml2 before 2.15.4 has a NULL pointer dereference in xmlRegNewParserCtxt after a strdup failure, i.e., it does not calculate a string length after NULL checking.