-
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.tika:tika-core | maven | >= 1.17, < 1.28.3 | 1.28.3 |
The vulnerability stems from the original REGEX_HEADER pattern in StandardsText.java, which used vulnerable unbounded quantifiers. The commit diff shows direct modification of this regex to add bounds (e.g., {1,10} instead of +), confirming it as the root cause. Though not a traditional function, the regex definition acts as a critical configuration point consumed by pattern-matching logic. The CWE-1333 classification and patch context explicitly identify this regex as the vulnerable component.
Ongoing coverage of React2Shell