-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.any23:apache-any23 | maven | <= 2.7 |
The vulnerability stems directly from the use of TikaEncodingDetector for encoding detection, as stated in the advisory. The CWE-400 (Uncontrolled Resource Consumption) indicates a lack of safeguards against resource exhaustion. Since TikaEncodingDetector is designed to analyze byte streams for charset detection, its detect() method would be the logical entry point where input validation should occur. The absence of input size checks before processing would allow maliciously large inputs to trigger excessive memory allocation, aligning with the described vulnerability mechanism. Though no patch details are available, the component and attack pattern are explicitly identified in the advisory.
Ongoing coverage of React2Shell