amaybaum-dev / legend-depot

Legend Depot component
Apache License 2.0
0 stars 1 forks source link

legend-depot-store-metrics-1.7.6-SNAPSHOT.jar: 4 vulnerabilities (highest severity is: 7.5) reachable - autoclosed #11

Closed dev-mend-for-github-com[bot] closed 1 year ago

dev-mend-for-github-com[bot] commented 1 year ago
Vulnerable Library - legend-depot-store-metrics-1.7.6-SNAPSHOT.jar

Path to dependency file: /legend-depot-artifacts-purge/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar

Found in HEAD commit: 6da7d9c826f03302fa9e0c04dd7292b0a7bcb176

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (legend-depot-store-metrics version) Remediation Possible** Reachability
CVE-2022-42004 High 7.5 jackson-databind-2.10.5.1.jar Transitive N/A*
CVE-2022-42003 High 7.5 jackson-databind-2.10.5.1.jar Transitive N/A*

CVE-2020-36518 High 7.5 jackson-databind-2.10.5.1.jar Transitive N/A*

CVE-2021-46877 High 7.5 jackson-databind-2.10.5.1.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

CVE-2022-42004 ### Vulnerable Library - jackson-databind-2.10.5.1.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /legend-depot-artifacts-refresh/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar

Dependency Hierarchy: - legend-depot-store-metrics-1.7.6-SNAPSHOT.jar (Root Library) - legend-depot-store-mongo-1.7.6-SNAPSHOT.jar - legend-depot-model-1.7.6-SNAPSHOT.jar - legend-engine-protocol-pure-4.4.5.jar - legend-engine-protocol-4.4.5.jar - :x: **jackson-databind-2.10.5.1.jar** (Vulnerable Library)

Found in HEAD commit: 6da7d9c826f03302fa9e0c04dd7292b0a7bcb176

Found in base branch: master

### Vulnerability Details

In FasterXML jackson-databind before 2.13.4, resource exhaustion can occur because of a lack of a check in BeanDeserializer._deserializeFromArray to prevent use of deeply nested arrays. An application is vulnerable only with certain customized choices for deserialization.

Publish Date: 2022-10-02

URL: CVE-2022-42004

### 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

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2022-10-02

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.13.4

CVE-2022-42003 ### Vulnerable Library - jackson-databind-2.10.5.1.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /legend-depot-artifacts-refresh/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar

Dependency Hierarchy: - legend-depot-store-metrics-1.7.6-SNAPSHOT.jar (Root Library) - legend-depot-store-mongo-1.7.6-SNAPSHOT.jar - legend-depot-model-1.7.6-SNAPSHOT.jar - legend-engine-protocol-pure-4.4.5.jar - legend-engine-protocol-4.4.5.jar - :x: **jackson-databind-2.10.5.1.jar** (Vulnerable Library)

Found in HEAD commit: 6da7d9c826f03302fa9e0c04dd7292b0a7bcb176

Found in base branch: master

### Reachability Analysis

This vulnerability is potentially used ``` org.finos.legend.depot.store.mongo.admin.metrics.QueryMetricsMongo (Application) -> com.fasterxml.jackson.databind.ObjectMapper (Extension) -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory (Extension) -> com.fasterxml.jackson.databind.deser.BasicDeserializerFactory (Extension) -> com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer (Extension) -> ❌ com.fasterxml.jackson.databind.deser.std.StdDeserializer (Vulnerable Component) ```

### Vulnerability Details

In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled. Additional fix version in 2.13.4.1 and 2.12.17.1

Publish Date: 2022-10-02

URL: CVE-2022-42003

### 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

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2022-10-02

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.12.7.1,2.13.4.1

CVE-2020-36518 ### Vulnerable Library - jackson-databind-2.10.5.1.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /legend-depot-artifacts-refresh/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar

Dependency Hierarchy: - legend-depot-store-metrics-1.7.6-SNAPSHOT.jar (Root Library) - legend-depot-store-mongo-1.7.6-SNAPSHOT.jar - legend-depot-model-1.7.6-SNAPSHOT.jar - legend-engine-protocol-pure-4.4.5.jar - legend-engine-protocol-4.4.5.jar - :x: **jackson-databind-2.10.5.1.jar** (Vulnerable Library)

Found in HEAD commit: 6da7d9c826f03302fa9e0c04dd7292b0a7bcb176

Found in base branch: master

### Reachability Analysis

This vulnerability is potentially used ``` org.finos.legend.depot.store.mongo.admin.metrics.QueryMetricsMongo (Application) -> com.fasterxml.jackson.databind.ObjectMapper (Extension) -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory (Extension) -> com.fasterxml.jackson.databind.deser.BasicDeserializerFactory (Extension) -> com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer (Extension) -> ❌ com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla (Vulnerable Component) ```

### Vulnerability Details

jackson-databind before 2.13.0 allows a Java StackOverflow exception and denial of service via a large depth of nested objects. Mend Note: After conducting further research, Mend has determined that all versions of com.fasterxml.jackson.core:jackson-databind up to version 2.13.2 are vulnerable to CVE-2020-36518.

Publish Date: 2022-03-11

URL: CVE-2020-36518

### 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

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2022-03-11

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.12.6.1,2.13.2.1

CVE-2021-46877 ### Vulnerable Library - jackson-databind-2.10.5.1.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /legend-depot-artifacts-refresh/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1.jar

Dependency Hierarchy: - legend-depot-store-metrics-1.7.6-SNAPSHOT.jar (Root Library) - legend-depot-store-mongo-1.7.6-SNAPSHOT.jar - legend-depot-model-1.7.6-SNAPSHOT.jar - legend-engine-protocol-pure-4.4.5.jar - legend-engine-protocol-4.4.5.jar - :x: **jackson-databind-2.10.5.1.jar** (Vulnerable Library)

Found in HEAD commit: 6da7d9c826f03302fa9e0c04dd7292b0a7bcb176

Found in base branch: master

### Reachability Analysis

This vulnerability is potentially used ``` org.finos.legend.depot.server.pure.model.context.services.PureModelContextServiceImpl (Application) -> com.fasterxml.jackson.databind.json.JsonMapper (Extension) -> com.fasterxml.jackson.databind.node.ArrayNode (Extension) -> com.fasterxml.jackson.databind.node.BaseJsonNode (Extension) -> ❌ com.fasterxml.jackson.databind.node.NodeSerialization (Vulnerable Component) ```

### Vulnerability Details

jackson-databind 2.10.x through 2.12.x before 2.12.6 and 2.13.x before 2.13.1 allows attackers to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization.

Publish Date: 2023-03-18

URL: CVE-2021-46877

### 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

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2021-46877

Release Date: 2023-03-18

Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.12.6,2.13.1

dev-mend-for-github-com[bot] commented 1 year ago

:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.