KOSASIH / Jetchain

Jetchain is a comprehensive microservices-based platform designed to enhance the efficiency of logistics and supply chain management systems. It leverages the power of microservices architecture to enable real-time tracking, inventory management, route optimization, and demand forecasting.
https://kosasih.github.io/Jetchain/
MIT License
1 stars 0 forks source link

spring-cloud-starter-netflix-eureka-client-4.0.2.jar: 13 vulnerabilities (highest severity is: 7.5) #3

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

mend-bolt-for-github[bot] commented 1 year ago
Vulnerable Library - spring-cloud-starter-netflix-eureka-client-4.0.2.jar

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-cloud-starter-netflix-eureka-client version) Remediation Available
CVE-2022-40149 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-41966 High 7.5 xstream-1.4.19.jar Transitive N/A*
CVE-2023-1436 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-45693 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40151 High 7.5 xstream-1.4.19.jar Transitive N/A*
CVE-2022-45685 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40150 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40152 High 7.5 woodstox-core-6.2.1.jar Transitive N/A*
CVE-2023-2976 High 7.1 guava-19.0.jar Transitive N/A*
CVE-2022-40159 Medium 6.5 commons-jxpath-1.3.jar Transitive N/A*
CVE-2022-40160 Medium 6.5 commons-jxpath-1.3.jar Transitive N/A*
CVE-2018-10237 Medium 5.9 guava-19.0.jar Transitive N/A*
CVE-2020-8908 Low 3.3 guava-19.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.

Details

CVE-2022-40149 ### Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **jettison-1.4.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). 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-40149

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

Fix Resolution: org.codehaus.jettison:jettison:1.5.1

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-41966 ### Vulnerable Library - xstream-1.4.19.jar

Library home page: http://x-stream.github.io

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **xstream-1.4.19.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

XStream serializes Java objects to XML and back again. Versions prior to 1.4.20 may allow a remote attacker to terminate the application with a stack overflow error, resulting in a denial of service only via manipulation the processed input stream. The attack uses the hash code implementation for collections and maps to force recursive hash calculation causing a stack overflow. This issue is patched in version 1.4.20 which handles the stack overflow and raises an InputManipulationException instead. A potential workaround for users who only use HashMap or HashSet and whose XML refers these only as default map or set, is to change the default implementation of java.util.Map and java.util per the code example in the referenced advisory. However, this implies that your application does not care about the implementation of the map and all elements are comparable.

Publish Date: 2022-12-28

URL: CVE-2022-41966

### 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://github.com/advisories/GHSA-j563-grx4-pjpv

Release Date: 2022-12-28

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.20

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2023-1436 ### Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **jettison-1.4.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown.

Publish Date: 2023-03-22

URL: CVE-2023-1436

### 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://github.com/advisories/GHSA-q6g2-g7f3-rr83

Release Date: 2023-03-22

Fix Resolution: org.codehaus.jettison:jettison:1.5.4

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-45693 ### Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **jettison-1.4.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Jettison before v1.5.2 was discovered to contain a stack overflow via the map parameter. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted string.

Publish Date: 2022-12-13

URL: CVE-2022-45693

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

Fix Resolution: org.codehaus.jettison:jettison:1.5.2

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-40151 ### Vulnerable Library - xstream-1.4.19.jar

Library home page: http://x-stream.github.io

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **xstream-1.4.19.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). 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-40151

### 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://github.com/advisories/GHSA-f8cc-g7j8-xxpm

Release Date: 2022-09-16

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.20

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-45685 ### Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **jettison-1.4.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

A stack overflow in Jettison before v1.5.2 allows attackers to cause a Denial of Service (DoS) via crafted JSON data.

Publish Date: 2022-12-13

URL: CVE-2022-45685

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

Fix Resolution: org.codehaus.jettison:jettison:1.5.2

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-40150 ### Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - :x: **jettison-1.4.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by Out of memory. This effect may support a denial of service attack.

Publish Date: 2022-09-16

URL: CVE-2022-40150

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

Fix Resolution: org.codehaus.jettison:jettison:1.5.1

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-40152 ### Vulnerable Library - woodstox-core-6.2.1.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: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-core-2.0.0.jar - :x: **woodstox-core-6.2.1.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### 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 (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-09-16

Fix Resolution: com.fasterxml.woodstox:woodstox-core:5.4.0,6.4.0

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2023-2976 ### Vulnerable Library - guava-19.0.jar

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

Library home page: https://github.com/google/guava

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - servo-core-0.12.21.jar - :x: **guava-19.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class. Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.

Publish Date: 2023-06-14

URL: CVE-2023-2976

### CVSS 3 Score Details (7.1)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2023-2976

Release Date: 2023-06-14

Fix Resolution: com.google.guava:guava:32.0.1-jre,com.google.guava:guava:32.0.1-android

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-40159 ### Vulnerable Library - commons-jxpath-1.3.jar

A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - netflix-eventbus-0.3.0.jar - netflix-infix-0.3.0.jar - :x: **commons-jxpath-1.3.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

** DISPUTED ** This record was originally reported by the oss-fuzz project who failed to consider the security context in which JXPath is intended to be used and failed to contact the JXPath maintainers prior to requesting the CVE allocation. The CVE was then allocated by Google in breach of the CNA rules. After review by the JXPath maintainers, the original report was found to be invalid.

Publish Date: 2022-10-06

URL: CVE-2022-40159

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

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2022-40160 ### Vulnerable Library - commons-jxpath-1.3.jar

A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - netflix-eventbus-0.3.0.jar - netflix-infix-0.3.0.jar - :x: **commons-jxpath-1.3.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

** DISPUTED ** This record was originally reported by the oss-fuzz project who failed to consider the security context in which JXPath is intended to be used and failed to contact the JXPath maintainers prior to requesting the CVE allocation. The CVE was then allocated by Google in breach of the CNA rules. After review by the JXPath maintainers, the original report was found to be invalid.

Publish Date: 2022-10-06

URL: CVE-2022-40160

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

For more information on CVSS3 Scores, click here.

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2018-10237 ### Vulnerable Library - guava-19.0.jar

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

Library home page: https://github.com/google/guava

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - servo-core-0.12.21.jar - :x: **guava-19.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data, because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable.

Publish Date: 2018-04-26

URL: CVE-2018-10237

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

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-10237

Release Date: 2018-04-26

Fix Resolution: 24.1.1-jre, 24.1.1-android

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
CVE-2020-8908 ### Vulnerable Library - guava-19.0.jar

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

Library home page: https://github.com/google/guava

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar

Dependency Hierarchy: - spring-cloud-starter-netflix-eureka-client-4.0.2.jar (Root Library) - eureka-client-2.0.0.jar - servo-core-0.12.21.jar - :x: **guava-19.0.jar** (Vulnerable Library)

Found in HEAD commit: d2dd6685e77601c3ec5e15d56e1104de7751c5c8

Found in base branch: main

### Vulnerability Details

A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured.

Publish Date: 2020-12-10

URL: CVE-2020-8908

### CVSS 3 Score Details (3.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2020-8908

Release Date: 2020-12-10

Fix Resolution: org.apache.servicemix.bundles:org.apache.servicemix.bundles.guava - 11_1;com.google.guava:guava - 30.0-android

Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
github-actions[bot] commented 1 year ago

Message that will be displayed on users' first issue

github-actions[bot] commented 1 year ago

Stale issue message