-
Notifications
You must be signed in to change notification settings - Fork 0
dokka-core-1.9.20.jar: 4 vulnerabilities (highest severity is: 7.5) #102
Description
Vulnerable Library - dokka-core-1.9.20.jar
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.12.7/4669a54b799c105572aa8de2a1ae0fe64a17745/jackson-core-2.12.7.jar
Found in HEAD commit: 899028de2201d39f28dda5a25e06b3a547297a6c
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (dokka-core version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| WS-2022-0468 | 7.5 | jackson-core-2.12.7.jar | Transitive | 2.1.0 | ❌ | |
| CVE-2025-52999 | 7.5 | jackson-core-2.12.7.jar | Transitive | 2.1.0 | ❌ | |
| CVE-2022-40152 | 6.5 | woodstox-core-6.2.4.jar | Transitive | 2.1.0 | ❌ | |
| CVE-2025-49128 | 4.0 | jackson-core-2.12.7.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-2022-0468
Vulnerable Library - jackson-core-2.12.7.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.12.7/4669a54b799c105572aa8de2a1ae0fe64a17745/jackson-core-2.12.7.jar
Dependency Hierarchy:
- dokka-core-1.9.20.jar (Root Library)
- jackson-dataformat-xml-2.12.7.jar
- ❌ jackson-core-2.12.7.jar (Vulnerable Library)
- jackson-dataformat-xml-2.12.7.jar
Found in HEAD commit: 899028de2201d39f28dda5a25e06b3a547297a6c
Found in base branch: master
Vulnerability Details
The jackson-core package is vulnerable to a Denial of Service (DoS) attack. The methods in the classes listed below fail to restrict input size when performing numeric type conversions. A remote attacker can exploit this vulnerability by causing the application to deserialize data containing certain numeric types with large values. Deserializing many of the aforementioned objects may cause the application to exhaust all available resources, resulting in a DoS condition.
Publish Date: 2022-12-07
URL: WS-2022-0468
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
Release Date: 2022-12-07
Fix Resolution (com.fasterxml.jackson.core:jackson-core): 2.15.0-rc1
Direct dependency fix Resolution (org.jetbrains.dokka:dokka-core): 2.1.0
Step up your Open Source Security Game with Mend here
CVE-2025-52999
Vulnerable Library - jackson-core-2.12.7.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.12.7/4669a54b799c105572aa8de2a1ae0fe64a17745/jackson-core-2.12.7.jar
Dependency Hierarchy:
- dokka-core-1.9.20.jar (Root Library)
- jackson-dataformat-xml-2.12.7.jar
- ❌ jackson-core-2.12.7.jar (Vulnerable Library)
- jackson-dataformat-xml-2.12.7.jar
Found in HEAD commit: 899028de2201d39f28dda5a25e06b3a547297a6c
Found in base branch: master
Vulnerability Details
jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. In versions prior to 2.15.0, if a user parses an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large. jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. jackson-core will throw a StreamConstraintsException if the limit is reached. jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs. As a workaround, users should avoid parsing input files from untrusted sources.
Publish Date: 2025-06-25
URL: CVE-2025-52999
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
Release Date: 2025-06-25
Fix Resolution (com.fasterxml.jackson.core:jackson-core): 2.15.0
Direct dependency fix Resolution (org.jetbrains.dokka:dokka-core): 2.1.0
Step up your Open Source Security Game with Mend here
CVE-2022-40152
Vulnerable Library - woodstox-core-6.2.4.jar
Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs
Library home page: https://github.com/FasterXML/woodstox
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.fasterxml.woodstox/woodstox-core/6.2.4/16b9f8ab972e67eb21872ea2c40046249d543989/woodstox-core-6.2.4.jar
Dependency Hierarchy:
- dokka-core-1.9.20.jar (Root Library)
- jackson-dataformat-xml-2.12.7.jar
- ❌ woodstox-core-6.2.4.jar (Vulnerable Library)
- jackson-dataformat-xml-2.12.7.jar
Found in HEAD commit: 899028de2201d39f28dda5a25e06b3a547297a6c
Found in base branch: master
Vulnerability Details
Those using Woodstox to parse XML data may be vulnerable to Denial of Service attacks (DOS) if DTD support is enabled. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.
Publish Date: 2022-09-16
URL: CVE-2022-40152
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2022-09-16
Fix Resolution (com.fasterxml.woodstox:woodstox-core): 6.4.0
Direct dependency fix Resolution (org.jetbrains.dokka:dokka-core): 2.1.0
Step up your Open Source Security Game with Mend here
CVE-2025-49128
Vulnerable Library - jackson-core-2.12.7.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.12.7/4669a54b799c105572aa8de2a1ae0fe64a17745/jackson-core-2.12.7.jar
Dependency Hierarchy:
- dokka-core-1.9.20.jar (Root Library)
- jackson-dataformat-xml-2.12.7.jar
- ❌ jackson-core-2.12.7.jar (Vulnerable Library)
- jackson-dataformat-xml-2.12.7.jar
Found in HEAD commit: 899028de2201d39f28dda5a25e06b3a547297a6c
Found in base branch: master
Vulnerability Details
Jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. Starting in version 2.0.0 and prior to version 2.13.0, a flaw in jackson-core's "JsonLocation._appendSourceDesc" method allows up to 500 bytes of unintended memory content to be included in exception messages. When parsing JSON from a byte array with an offset and length, the exception message incorrectly reads from the beginning of the array instead of the logical payload start. This results in possible information disclosure in systems using pooled or reused buffers, like Netty or Vert.x. This issue was silently fixed in jackson-core version 2.13.0, released on September 30, 2021, via PR #652. All users should upgrade to version 2.13.0 or later. If upgrading is not immediately possible, applications can mitigate the issue by disabling exception message exposure to clients to avoid returning parsing exception messages in HTTP responses and/or disabling source inclusion in exceptions to prevent Jackson from embedding any source content in exception messages, avoiding leakage.
Publish Date: 2025-06-06
URL: CVE-2025-49128
CVSS 3 Score Details (4.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Release Date: 2025-06-06
Fix Resolution: https://github.com/FasterXML/jackson-core.git - jackson-core-2.13.0-rc1
Step up your Open Source Security Game with Mend here