CVE-2022-24198: Out-of-bounds Read in iText
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55827%
CWE
Published
2/2/2022
Updated
3/7/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.itextpdf:itext7-core | maven | <= 7.1.17 | 7.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The CVE description and GitHub advisory explicitly name ARCFOUREncryption.encryptARCFOUR
as the vulnerable component. The linked bug report shows this function throws
ArrayIndexOutOfBoundsException
at line 93 when processing malicious input. While the vendor disputes exploitability, the technical evidence (exception type, location, and attack vector) aligns with CWE-125
's out-of-bounds read pattern. No other functions from the bug report are explicitly tied to this specific CVE in the provided documentation.