CVE-2026-53752
Published:August 18, 2026
Updated:August 27, 2026
docx4j's "PropertyResolver" and several adjacent helpers recursively walk the OpenXML style inheritance chain ("w:basedOn") without cycle detection. A WordprocessingML document containing a cyclic style chain (for example, Style A based on B and Style B based on A) causes unbounded recursion and a "java.lang.StackOverflowError" within the property-resolution code path. These helpers are used by operations that require effective style resolution, including common conversion and TOC-related paths. As a result, most server-side pipelines that accept a user-supplied docx and process it through docx4j can likely be crashed by a file containing a cyclic style reference.
Affected Packages
https://github.com/plutext/docx4j.git (GITHUB):
Affected version(s) >=docx4j-2.8.0 <docx4j-11.5.14Fix Suggestion:
Update to version docx4j-11.5.14org.docx4j:docx4j-core (JAVA):
Affected version(s) >=8.0.0 <11.5.14Fix Suggestion:
Update to version 11.5.14Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH