Visit NES for Jackson Home Page

Jackson Core 2.13.x Release Notes

6 versions

Comprehensive release notes and changelog for Jackson Core 2.13.x, including security patches, bug fixes, and feature updates across all supported versions.

Sep 10, 2026
Latest: 2.13.11
17 Patched Vulnerabilities
VEX Statements

September 2026

2.13.11

Released Sep 10, 2026
Full Version:
2.13.5-jackson-core-2.13.11

Dependency Upgrades

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.11

2.13.10

Released Sep 4, 2026
Full Version:
2.13.5-jackson-core-2.13.10

Dependency Upgrades

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.10

July 2026

Full Version:
2.13.5-jackson-core-2.13.9

Security Fixes

This release patches the following:

  • CVE-2026-68494 (GHSA-r7wm-3cxj-wff9): Number Length Constraint Bypass in Async Parser via chunked digit accumulation
    • Incomplete-fix follow-up to CVE-2026-18401. The async parser enforced the maximum numeric length only when a value completed, so digit-only input streamed in small chunks with no terminator grew the text buffer far past the configured limit.
    • The limit is now enforced during streaming, at each chunk boundary.

Dependency Upgrades

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.9

2.13.8

Released Jul 2, 2026
Full Version:
2.13.5-jackson-core-2.13.8

Dependency Updates

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.8

March 2026

Full Version:
2.13.5-jackson-core-2.13.7

Security Fixes

This release patches the following:

  • CVE-2026-18401 (GHSA-72hv-8253-57qq): Number Length Constraint Bypass in Async Parser
    • The default maximum length of a numeric value is 1000 to prevent potential denial-of-service attacks.
    • JsonFactory builder has streamReadConstraints for configuring the max number length.
    • Possible Breaking Change: Applications that rely on number lengths >=1000 will need to increase the maximum allowed length.

Dependency Upgrades

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.7

September 2025

2.13.6

Released Sep 25, 2025
Full Version:
2.13.5-jackson-core-2.13.6

Notes

  • This release originates from the open‑source jackson-core project forked by HeroDevs. It encompasses modifications implemented by HeroDevs to ensure successful framework builds.

Security Fixes

This release patches the following:

  • CVE-2025-52999: Nested data handling flaw in Jackson Core
    • The default maximum nesting level is 1000 to prevent potential denial-of-service attacks.
    • JsonFactory builder has streamReadConstraints for configuring the max nesting level.
    • Possible Breaking Change: Applications that rely on specific nested data structures >=1000 will need to increase the maximum allowed nesting level.

Dependency Updates

  • Jackson BOM (NES) 2.13.5-jackson-bom-2.13.6

Stay in the loop

~/herodevs-spring-framework-support

Open Source Support

When official support ends, we're just getting started.