CVE-2026-89425

Source
https://cve.org/CVERecord?id=CVE-2026-89425
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89425.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89425
Aliases
  • GHSA-7hhh-6rmp-j9qf
Downstream
Published
2026-09-23T02:06:10Z
Modified
2026-09-24T03:47:06Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
jackson-core: UTF8DataInputJsonParser._reportInvalidToken() does not honor maxErrorTokenLength, allowing unbounded StringBuilder growth
Details

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.

Database specific
{
    "cna_assigner":  "HeroDevs",
    "cwe_ids":  [
        "CWE-400",
        "CWE-770"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89425.json"
}
References

Affected packages

Git / github.com/fasterxml/jackson-core

Affected ranges

Type
GIT
Repo
https://github.com/fasterxml/jackson-core
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "0"
        },
        {
            "fixed":  "2.8.0"
        }
    ],
    "source":  "DESCRIPTION"
}

Affected versions

jackson-core-2.*
jackson-core-2.0.0
jackson-core-2.0.1
jackson-core-2.0.2
jackson-core-2.2.0-rc1
jackson-core-2.2.0b
jackson-core-2.2.1
jackson-core-2.2.2
jackson-core-2.3.0
jackson-core-2.3.0-rc1
jackson-core-2.4.0
jackson-core-2.4.0-rc1
jackson-core-2.4.0-rc2
jackson-core-2.4.0-rc3
jackson-core-2.4.1
jackson-core-2.4.1.1
jackson-core-2.5.0
jackson-core-2.5.0-rc1
jackson-core-2.6.0
jackson-core-2.6.0-rc1
jackson-core-2.6.0-rc2
jackson-core-2.6.0-rc3
jackson-core-2.6.0-rc4
jackson-core-2.6.1
jackson-core-2.7.0
jackson-core-2.7.0-rc1
jackson-core-2.7.0-rc2
jackson-core-2.7.0-rc3
jackson-core-2.7.1
jackson-core-2.7.2
jackson-core-2.7.3
jackson-core-2.7.3b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89425.json"