-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.poi:poi-examples | maven | <= 3.13 | 3.14 |
The vulnerability manifests in XML parsing logic within the XLSX2CSV example. The primary vulnerable function is the sheet processing method that initiates XML parsing without security features. The XSSFSheetXMLHandler's element processing is implicated as it handles XML data from spreadsheets. Both locations would appear in stack traces when parsing malicious XLSX files, with the example's processSheet being the direct entry point for conversion logic.