-
Notifications
You must be signed in to change notification settings - Fork 2
jackson-databind-2.20.0.jar: 1 vulnerabilities (highest severity is: 7.5) #240
Description
Vulnerable Library - jackson-databind-2.20.0.jar
Path to dependency file: /artemis-java-template/pom.xml
Path to vulnerable library: /artemis-java-template/pom.xml
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (jackson-databind version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| WS-2026-0003 | 7.5 | jackson-core-2.20.0.jar | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
WS-2026-0003
Vulnerable Library - jackson-core-2.20.0.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: https://github.com/FasterXML/jackson-core
Path to dependency file: /artemis-java-template/pom.xml
Path to vulnerable library: /artemis-java-template/pom.xml
Dependency Hierarchy:
- jackson-databind-2.20.0.jar (Root Library)
- ❌ jackson-core-2.20.0.jar (Vulnerable Library)
Found in base branch: main
Vulnerability Details
The non-blocking (async) JSON parser in jackson-core bypasses the maxNumberLength constraint (default: 1000 characters) defined in StreamReadConstraints. This allows an attacker to send JSON with arbitrarily long numbers through the async parser API, leading to excessive memory allocation and potential CPU exhaustion, resulting in a Denial of Service (DoS).
The standard synchronous parser correctly enforces this limit, but the async parser fails to do so, creating an inconsistent enforcement policy.
Publish Date: 2026-03-02
URL: WS-2026-0003
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-72hv-8253-57qq
Release Date: 2026-03-02
Fix Resolution: com.fasterxml.jackson.core:jackson-core:2.18.6,https://github.com/FasterXML/jackson-core.git - jackson-core-2.21.1,https://github.com/FasterXML/jackson-core.git - jackson-core-2.18.6,tools.jackson.core:jackson-core:3.1.0,https://github.com/FasterXML/jackson-core.git - jackson-core-3.1.0
Step up your Open Source Security Game with Mend here