-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Vulnerable Library - google-auth-library-oauth2-http-0.22.0.jar
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (google-auth-library-oauth2-http version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| WS-2022-0468 | 7.5 | jackson-core-2.11.3.jar | Transitive | 0.23.0 | ✅ | |
| CVE-2025-52999 | 7.5 | jackson-core-2.11.3.jar | Transitive | 0.23.0 | ✅ | |
| WS-2019-0379 | 6.5 | commons-codec-1.11.jar | Transitive | N/A* | ❌ | |
| WS-2021-0616 | 5.9 | jackson-core-2.11.3.jar | Transitive | 0.23.0 | ✅ | |
| CVE-2025-49128 | 4.0 | jackson-core-2.11.3.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.11.3.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar
Dependency Hierarchy:
- google-auth-library-oauth2-http-0.22.0.jar (Root Library)
- google-http-client-jackson2-1.37.0.jar
- ❌ jackson-core-2.11.3.jar (Vulnerable Library)
- google-http-client-jackson2-1.37.0.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Found in base branch: main
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 (com.google.auth:google-auth-library-oauth2-http): 0.23.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2025-52999
Vulnerable Library - jackson-core-2.11.3.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar
Dependency Hierarchy:
- google-auth-library-oauth2-http-0.22.0.jar (Root Library)
- google-http-client-jackson2-1.37.0.jar
- ❌ jackson-core-2.11.3.jar (Vulnerable Library)
- google-http-client-jackson2-1.37.0.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Found in base branch: main
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 (com.google.auth:google-auth-library-oauth2-http): 0.23.0
⛑️ Automatic Remediation will be attempted for this issue.
WS-2019-0379
Vulnerable Library - commons-codec-1.11.jar
The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
Library home page: https://www.apache.org/
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Dependency Hierarchy:
- google-auth-library-oauth2-http-0.22.0.jar (Root Library)
- google-http-client-jackson2-1.37.0.jar
- google-http-client-1.37.0.jar
- httpclient-4.5.13.jar
- ❌ commons-codec-1.11.jar (Vulnerable Library)
- httpclient-4.5.13.jar
- google-http-client-1.37.0.jar
- google-http-client-jackson2-1.37.0.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Found in base branch: main
Vulnerability Details
Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation.
Publish Date: 2019-05-20
URL: WS-2019-0379
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
WS-2021-0616
Vulnerable Library - jackson-core-2.11.3.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar
Dependency Hierarchy:
- google-auth-library-oauth2-http-0.22.0.jar (Root Library)
- google-http-client-jackson2-1.37.0.jar
- ❌ jackson-core-2.11.3.jar (Vulnerable Library)
- google-http-client-jackson2-1.37.0.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Found in base branch: main
Vulnerability Details
FasterXML jackson-databind before 2.12.6 and 2.13.1 there is DoS when using JDK serialization to serialize JsonNode.
Publish Date: 2021-11-20
URL: WS-2021-0616
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- 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: 2021-11-20
Fix Resolution (com.fasterxml.jackson.core:jackson-core): 2.12.6
Direct dependency fix Resolution (com.google.auth:google-auth-library-oauth2-http): 0.23.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2025-49128
Vulnerable Library - jackson-core-2.11.3.jar
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
Library home page: http://fasterxml.com/
Path to dependency file: /WORKSPACE
Path to vulnerable library: /tmp/containerbase/cache/.cache/bazel/_bazel_wss-scanner/e9f87fdbefc81034778f5e91abcd9b44/external/maven/v1/https/repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar
Dependency Hierarchy:
- google-auth-library-oauth2-http-0.22.0.jar (Root Library)
- google-http-client-jackson2-1.37.0.jar
- ❌ jackson-core-2.11.3.jar (Vulnerable Library)
- google-http-client-jackson2-1.37.0.jar
Found in HEAD commit: 45453c8f4e25ba23bf1be8e1e2a032e3db02e363
Found in base branch: main
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
⛑️Automatic Remediation will be attempted for this issue.