CVE-2026-18401

MEDIUMPre-NVD 6.96.9
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 6.9 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 76% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Trending — 3 sources updated this weekElevated
6.9EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 6.9Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

The non-blocking (asynchronous) JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints (default: 1000 characters). An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length, leading to excessive memory allocation and potential CPU exhaustion, resulting in a denial of service.

The synchronous parser enforces this limit correctly, so the constraint is applied inconsistently depending on which parsing API the application uses.

Root cause: the async parsing path in NonBlockingUtf8JsonParserBase and related classes never invokes the number length validation methods. Number parsing methods such as _finishNumberIntegralPart() accumulate digits into the TextBuffer without any length check, then call _valueComplete() to finalize the token. _valueComplete() does not call resetInt() or resetFloat(), which are the methods in ParserBase where validateIntegerLength() and validateFPLength() are performed. Because that validation step is skipped, maxNumberLength is never enforced on the async code path.

Impact: an attacker sending a JSON document containing an arbitrarily long number to an application using the async parser (for example a Spring WebFlux or other reactive application) can cause unbounded allocation in the TextBuffer and an OutOfMemoryError. If the application subsequently calls getBigIntegerValue() or getDecimalValue(), the JVM may additionally be tied up in O(n^2) BigInteger parsing, causing CPU-based denial of service.

No privileges or user interaction beyond the ability to submit data for parsing are required.

This issue affects com.fasterxml.jackson.core:jackson-core from version 2.15.0 through 2.18.5 and from 2.19.0 through 2.21.0, and tools.jackson.core:jackson-core from 3.0.0 through 3.0.x.

Versions prior to 2.15.0 are not affected, because StreamReadConstraints -- which defines the maxNumberLength setting -- was first introduced in jackson-core 2.15.0, so no such constraint exists to be bypassed in earlier releases. Note that GHSA-72hv-8253-57qq records the lower bound of the affected 2.x range as 2.0.0.

CVSS v3
6.9
EG Score
6.9(medium)
EG Risk
62(Attend)
EG Risk 62/100SSVC: Attend

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity69% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
0%
EPSS %ILE
24%
KEV
Not listed

Published

August 4, 2026

Last Modified

August 4, 2026

Advisory Details (3)

Auto-updated Aug 4, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github, github_pr.
github_commit

commit b0c428e6f993 (FasterXML/jackson-core)

Fix landed in FasterXML/jackson-core commit b0c428e6f993 — awaiting tagged release

https://github.com/FasterXML/jackson-core/commit/b0c428e6f993e1b5ece5c1c3cb2523e887cd52cf
github_pr

Enforce `StreamReadConstraints.maxNumberLength` for non-blocking (async) parser

Fix merged in FasterXML/jackson-core PR #1555 on 2026-02-22 — awaiting tagged release

https://github.com/FasterXML/jackson-core/pull/1555
github Patch Available🟡 PoC Available

Number Length Constraint Bypass in Async Parser Can Lead to Potential Processing Time Issues · Advisory · FasterXML/jackson-core · GitHub

https://github.com/FasterXML/jackson-core/security/advisories/GHSA-72hv-8253-57qq

Vendor Advisories for CVE-2026-18401(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(2 across 1 ecosystem)
Maven(2)
PackageVulnerable rangeFixed inDependents
com.fasterxml.jackson.core:jackson-core2.15.0 ... 2.18.5 (22 versions)2.18.6
tools.jackson.core:jackson-core3.0.0 ... 3.1.0-rc1 (6 versions)3.1.0

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 19× in last 7d / 50× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 22:55 UTCEPSS rescore
  2. 2026-08-20 10:42 UTCEG score recompute
  3. 2026-08-20 10:42 UTCGHSA enrichment
  4. 2026-08-19 17:03 UTCEPSS rescore
  5. 2026-08-19 09:41 UTCEG score recompute
  6. 2026-08-19 09:41 UTCGHSA enrichment
  7. 2026-08-18 13:48 UTCEPSS rescore
  8. 2026-08-18 08:39 UTCEG score recompute
  9. 2026-08-18 08:39 UTCGHSA enrichment
  10. 2026-08-17 13:47 UTCEPSS rescore
  11. 2026-08-17 07:37 UTCEG score recompute
  12. 2026-08-17 07:37 UTCGHSA enrichment
  13. 2026-08-16 14:56 UTCEPSS rescore
  14. 2026-08-16 06:36 UTCEG score recompute
  15. 2026-08-16 06:36 UTCGHSA enrichment
  16. 2026-08-16 02:14 UTCEPSS rescore
  17. 2026-08-15 05:36 UTCEG score recompute
  18. 2026-08-15 05:36 UTCGHSA enrichment
  19. 2026-08-15 01:30 UTCEPSS rescore
  20. 2026-08-14 04:34 UTCEG score recompute
  21. 2026-08-14 04:34 UTCGHSA enrichment
  22. 2026-08-13 22:00 UTCEPSS rescore
  23. 2026-08-13 03:33 UTCEG score recompute
  24. 2026-08-13 03:33 UTCGHSA enrichment
  25. 2026-08-12 13:50 UTCEPSS rescore
Show 25 more
  1. 2026-08-12 02:32 UTCEG score recompute
  2. 2026-08-12 02:32 UTCGHSA enrichment
  3. 2026-08-11 13:42 UTCEPSS rescore
  4. 2026-08-11 01:31 UTCEG score recompute
  5. 2026-08-11 01:31 UTCGHSA enrichment
  6. 2026-08-11 00:00 UTCEPSS rescore
  7. 2026-08-10 00:31 UTCEG score recompute
  8. 2026-08-10 00:31 UTCGHSA enrichment
  9. 2026-08-09 13:46 UTCEPSS rescore
  10. 2026-08-08 23:30 UTCGHSA enrichment
  11. 2026-08-07 22:29 UTCEG score recompute
  12. 2026-08-07 22:29 UTCGHSA enrichment
  13. 2026-08-06 21:28 UTCEG score recompute
  14. 2026-08-06 21:28 UTCGHSA enrichment
  15. 2026-08-06 13:46 UTCEPSS rescore
  16. 2026-08-05 20:27 UTCEG score recompute
  17. 2026-08-05 20:27 UTCGHSA enrichment
  18. 2026-08-05 19:17 UTCEPSS rescore
  19. 2026-08-04 19:26 UTCEG score recompute
  20. 2026-08-04 19:26 UTCGHSA enrichment
  21. 2026-08-04 18:21 UTCEG score recompute
  22. 2026-08-04 18:21 UTCGHSA enrichment
  23. 2026-08-04 15:19 UTCEG score recompute
  24. 2026-08-04 14:48 UTCEG score recompute
  25. 2026-08-04 14:47 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-18401?
CVE-2026-18401 is a medium vulnerability published on August 4, 2026. The non-blocking (asynchronous) JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints (default: 1000 characters). An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,…
When was CVE-2026-18401 disclosed?
CVE-2026-18401 was first published in the National Vulnerability Database on August 4, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-18401 actively exploited?
CVE-2026-18401 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 76.2% of all scored CVEs.
What is the CVSS score of CVE-2026-18401?
CVE-2026-18401 has a CVSS v3 base score of 6.9 (NVD).
How do I remediate CVE-2026-18401?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-18401, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-18401

Explore →

Is Your Infrastructure Affected by CVE-2026-18401?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.