pegasystems / pega-tracerviewer

The tracer viewing tool helps users understand and debug Pega tracer files. To download the tool, click on the "release" link, scroll to the bottom, and download the tracerviewer zip file.
Apache License 2.0
43 stars 13 forks source link

checkstyle-8.14.jar: 5 vulnerabilities (highest severity is: 7.3) - autoclosed #18

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

mend-for-github-com[bot] commented 1 year ago
Vulnerable Library - checkstyle-8.14.jar

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Library home page: http://checkstyle.sourceforge.net/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.14/2dd444e6ab62d93542c2b9d8701c50d9551cee20/checkstyle-8.14.jar

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (checkstyle version) Remediation Available
CVE-2019-10086 High 7.3 commons-beanutils-1.9.3.jar Transitive 8.24
CVE-2014-0114 High 7.3 commons-beanutils-1.9.3.jar Transitive 8.24
CVE-2019-10782 Medium 5.3 checkstyle-8.14.jar Direct 8.29
CVE-2019-9658 Medium 5.3 checkstyle-8.14.jar Direct 8.18
CVE-2020-8908 Low 3.3 guava-26.0-jre.jar Transitive 8.38

Details

CVE-2019-10086 ### Vulnerable Library - commons-beanutils-1.9.3.jar

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

Library home page: https://commons.apache.org/proper/commons-beanutils/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/commons-beanutils/commons-beanutils/1.9.3/c845703de334ddc6b4b3cd26835458cb1cba1f3d/commons-beanutils-1.9.3.jar

Dependency Hierarchy: - checkstyle-8.14.jar (Root Library) - :x: **commons-beanutils-1.9.3.jar** (Vulnerable Library)

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Found in base branch: master

### Vulnerability Details

In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean.

Publish Date: 2019-08-20

URL: CVE-2019-10086

### CVSS 3 Score Details (7.3)

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: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2019-08-20

Fix Resolution (commons-beanutils:commons-beanutils): 1.9.4

Direct dependency fix Resolution (com.puppycrawl.tools:checkstyle): 8.24

:rescue_worker_helmet: Automatic Remediation is available for this issue
CVE-2014-0114 ### Vulnerable Library - commons-beanutils-1.9.3.jar

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

Library home page: https://commons.apache.org/proper/commons-beanutils/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/commons-beanutils/commons-beanutils/1.9.3/c845703de334ddc6b4b3cd26835458cb1cba1f3d/commons-beanutils-1.9.3.jar

Dependency Hierarchy: - checkstyle-8.14.jar (Root Library) - :x: **commons-beanutils-1.9.3.jar** (Vulnerable Library)

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Found in base branch: master

### Vulnerability Details

Apache Commons BeanUtils, as distributed in lib/commons-beanutils-1.8.0.jar in Apache Struts 1.x through 1.3.10 and in other products requiring commons-beanutils through 1.9.2, does not suppress the class property, which allows remote attackers to "manipulate" the ClassLoader and execute arbitrary code via the class parameter, as demonstrated by the passing of this parameter to the getClass method of the ActionForm object in Struts 1.

Publish Date: 2014-04-30

URL: CVE-2014-0114

### CVSS 3 Score Details (7.3)

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: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0114

Release Date: 2014-04-30

Fix Resolution (commons-beanutils:commons-beanutils): 1.9.4

Direct dependency fix Resolution (com.puppycrawl.tools:checkstyle): 8.24

:rescue_worker_helmet: Automatic Remediation is available for this issue
CVE-2019-10782 ### Vulnerable Library - checkstyle-8.14.jar

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Library home page: http://checkstyle.sourceforge.net/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.14/2dd444e6ab62d93542c2b9d8701c50d9551cee20/checkstyle-8.14.jar

Dependency Hierarchy: - :x: **checkstyle-8.14.jar** (Vulnerable Library)

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Found in base branch: master

### Vulnerability Details

All versions of com.puppycrawl.tools:checkstyle before 8.29 are vulnerable to XML External Entity (XXE) Injection due to an incomplete fix for CVE-2019-9658.

Publish Date: 2020-01-30

URL: CVE-2019-10782

### CVSS 3 Score Details (5.3)

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: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10782

Release Date: 2020-02-10

Fix Resolution: 8.29

:rescue_worker_helmet: Automatic Remediation is available for this issue
CVE-2019-9658 ### Vulnerable Library - checkstyle-8.14.jar

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Library home page: http://checkstyle.sourceforge.net/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.14/2dd444e6ab62d93542c2b9d8701c50d9551cee20/checkstyle-8.14.jar

Dependency Hierarchy: - :x: **checkstyle-8.14.jar** (Vulnerable Library)

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Found in base branch: master

### Vulnerability Details

Checkstyle before 8.18 loads external DTDs by default.

Publish Date: 2019-03-11

URL: CVE-2019-9658

### CVSS 3 Score Details (5.3)

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: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2019-03-11

Fix Resolution: 8.18

:rescue_worker_helmet: Automatic Remediation is available for this issue
CVE-2020-8908 ### Vulnerable Library - guava-26.0-jre.jar

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.

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

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/26.0-jre/6a806eff209f36f635f943e16d97491f00f6bfab/guava-26.0-jre.jar

Dependency Hierarchy: - checkstyle-8.14.jar (Root Library) - :x: **guava-26.0-jre.jar** (Vulnerable Library)

Found in HEAD commit: b1d425f7f670e9accfabbe00c0be1cb2af0300f9

Found in base branch: master

### 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908

Release Date: 2020-12-10

Fix Resolution (com.google.guava:guava): 30.0-android

Direct dependency fix Resolution (com.puppycrawl.tools:checkstyle): 8.38

:rescue_worker_helmet: Automatic Remediation is available for this issue

:rescue_worker_helmet: Automatic Remediation is available for this issue.

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.