SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-53752

HIGH · CVSS 7.5 Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the docx4j library, specifically in its handling of style inheritance in DOCX files, which can lead to unbounded recursion and a StackOverflowError when processing documents with mutually based styles. This can result in denial of service, particularly during server-side document conversion or table-of-contents processing. Organizations using versions prior to 11.5.14 should prioritize updating to mitigate potential service disruptions.

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-53752
Severity
HIGH
CVSS
7.5
EPSS
N/A
Java

Original NVD Description

docx4j is an open source Java library for creating, editing, and saving OpenXML packages, including DOCX, PPTX, and XLSX files. Prior to 11.5.14, PropertyResolver and adjacent helpers recursively follow the WordprocessingML w:basedOn style inheritance chain without cycle detection. A well-formed DOCX containing mutually based styles causes unbounded recursion in PropertyResolver.fillPPrStack and related effective-style resolution paths, resulting in StackOverflowError. Server-side conversion and table-of-contents processing of an untrusted document can terminate a worker thread, degrade a thread pool, or deny service, although isolation in disposable workers or safe containment of StackOverflowError can reduce the practical effect. The fix adds cyclic-style tracking and CyclicStylesException handling. This issue is fixed in version 11.5.14.