CVE-2026-89425
Last modified
CVE-2026-89425 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. UTF8DataInputJsonParser._reportInvalidToken() in FasterXML jackson-core builds the offending-token text for its error message by appending Java identifier characters to a StringBuilder in a loop that has no upper bound. Unlike the three sibling parser implementations, including UTF8StreamJsonParser, it never consults ErrorReportConfiguration.getMaxErrorTokenLength() (default 256). EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
UTF8DataInputJsonParser._reportInvalidToken() in FasterXML jackson-core builds the offending-token text for its error message by appending Java identifier characters to a StringBuilder in a loop that has no upper bound. Unlike the three sibling parser implementations, including UTF8StreamJsonParser, it never consults ErrorReportConfiguration.getMaxErrorTokenLength() (default 256). A malformed token supplied to a parser created through JsonFactory.createParser(DataInput) is therefore accumulated in full. No StreamReadConstraints setting mitigates this: maxDocumentLength cannot be applied to DataInput sources at all, and maxStringLength does not cover this path because the accumulation bypasses ReadConstrainedTextBuffer. The reporter measured a 20,000,109-character exception message from a 20-million-character malformed token on the DataInput path, against 367 characters for identical input on the InputStream path. Scaling the payload drives the StringBuilder, which also incurs byte-to-char expansion and internal array doubling, to many times the raw payload size and can trigger OutOfMemoryError for the whole JVM. UTF8DataInputJsonParser was introduced in 2.8.0 together with createParser(DataInput); releases before 2.8.0 do not contain the affected class.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FasterXML | jackson-core | >= 2.8.0, <= 2.18.10; >= 2.19.0, <= 2.21.6; >= 2.22.0, <= 2.22.2 |
| FasterXML | jackson-core | >= 3.0.0, <= 3.1.6; >= 3.2.0, <= 3.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-89425?
How severe is CVE-2026-89425?
How do I fix CVE-2026-89425?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89412The TranslatePress – Translate Multilingual sites with AI Tr…7.2
- CVE-2026-89413The Filter Gallery plugin for WordPress is vulnerable to aut…8.1
- CVE-2026-89418google-protobuf contains an unbounded recursion when parsing…8.7
- CVE-2026-8942The MetaMagic SEO Plugin plugin for WordPress is vulnerable …4.3
- CVE-2026-89420Improper Validation of Specified Quantity in Input in ZenHiv…7.1
- CVE-2026-89422Key Exchange without Entity Authentication vulnerability in …9.3
- CVE-2026-8943The GoStats for WordPress plugin for WordPress is vulnerable…4.3
- CVE-2026-89436In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89437In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89438In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89439In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8944The Plugin for Google Analytics by IO technologies plugin fo…4.3
Are you affected by CVE-2026-89425?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
