CVE-2022-24197:
Out-of-bounds Write in iText
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.33552%
CWE
Published
2/2/2022
Updated
3/27/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.1.18 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The CVE description explicitly identifies ByteBuffer.append
as the vulnerable component. The GitHub advisory and linked pull request #78 both list this function
under StackOverflowError
triggers. The maintainer's comment confirms this was addressed in commit 88c9cb7
for 7.1.18
. The stack-based buffer overflow mechanism aligns with the CWE-787
classification and the described DoS
impact.