CVE-2018-11762: Moderate severity vulnerability that affects org.apache.tika:tika-core
5.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80476%
CWE
Published
10/17/2018
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tika:tika-core | maven | >= 0.9, < 1.19 | 1.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided patches focus on Tesseract/ImageMagick
configuration path handling (adding trailing slashes and directory checks). While these changes improve path normalization, they relate to OCR processing internals rather than the core vulnerability described in CVE-2018-11762
. The actual vulnerability exists in file extraction logic when handling embedded files with absolute paths without --extract-dir
, which is not present in the provided commit diffs. No functions directly processing embedded file paths or extraction directory validation are visible in these patches.