Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2019-9658 (Medium) detected in checkstyle-8.12.jar - autoclosed #691

Closed
mend-bolt-for-github bot opened this issue Oct 5, 2021 · 1 comment
Closed
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Oct 5, 2021

CVE-2019-9658 - Medium Severity Vulnerability

Vulnerable Library - checkstyle-8.12.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: /opentelemetry-java/contrib/auto_annotations/build.gradle

Path to vulnerable library: /.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar,/.gradle/caches/modules-2/files-2.1/com.puppycrawl.tools/checkstyle/8.12/10a0937868b45a8d6bce041ae432054a5df2ded8/checkstyle-8.12.jar

Dependency Hierarchy:

  • checkstyle-8.12.jar (Vulnerable Library)

Found in HEAD commit: 64dde89c50c07496423c4d4a865f2e16b92399ad

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

Origin: checkstyle/checkstyle#6474

Release Date: 2020-10-01

Fix Resolution: checkstyle-8.18


Step up your Open Source Security Game with WhiteSource here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Oct 5, 2021
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2019-9658 (Medium) detected in checkstyle-8.12.jar CVE-2019-9658 (Medium) detected in checkstyle-8.12.jar - autoclosed Apr 28, 2022
@mend-bolt-for-github
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants