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

hadoop-aliyun-3.3.4.jar: 3 vulnerabilities (highest severity is: 7.7) #36

Open
mend-for-github-com bot opened this issue Sep 25, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Sep 25, 2024

Vulnerable Library - hadoop-aliyun-3.3.4.jar

Path to dependency file: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Path to vulnerable library: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Found in HEAD commit: c27a26f4799df4c668b008444b16a7c716856920

Vulnerabilities

CVE Severity CVSS Exploit Maturity EPSS Dependency Type Fixed in (hadoop-aliyun version) Remediation Possible** Reachability
WS-2021-0419 High 7.7 Not Defined gson-2.8.6.jar Transitive N/A*
CVE-2022-25647 High 7.7 Not Defined 0.5% gson-2.8.6.jar Transitive N/A*
CVE-2021-33813 High 7.5 Not Defined 0.5% jdom2-2.0.6.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-2021-0419

Vulnerable Library - gson-2.8.6.jar

Gson JSON library

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

Path to dependency file: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Path to vulnerable library: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Dependency Hierarchy:

  • hadoop-aliyun-3.3.4.jar (Root Library)
    • aliyun-sdk-oss-3.13.2.jar
      • aliyun-java-sdk-core-4.5.10.jar
        • gson-2.8.6.jar (Vulnerable Library)

Found in HEAD commit: c27a26f4799df4c668b008444b16a7c716856920

Found in base branch: master

Vulnerability Details

Denial of Service vulnerability was discovered in gson before 2.8.9 via the writeReplace() method.

Publish Date: 2021-10-11

URL: WS-2021-0419

Threat Assessment

Exploit Maturity: Not Defined

EPSS:

CVSS 3 Score Details (7.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2021-10-11

Fix Resolution: com.google.code.gson:gson:2.8.9

CVE-2022-25647

Vulnerable Library - gson-2.8.6.jar

Gson JSON library

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

Path to dependency file: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Path to vulnerable library: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Dependency Hierarchy:

  • hadoop-aliyun-3.3.4.jar (Root Library)
    • aliyun-sdk-oss-3.13.2.jar
      • aliyun-java-sdk-core-4.5.10.jar
        • gson-2.8.6.jar (Vulnerable Library)

Found in HEAD commit: c27a26f4799df4c668b008444b16a7c716856920

Found in base branch: master

Vulnerability Details

The package com.google.code.gson:gson before 2.8.9 are vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes, which may lead to DoS attacks.

Publish Date: 2022-05-01

URL: CVE-2022-25647

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.5%

CVSS 3 Score Details (7.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25647`

Release Date: 2022-05-01

Fix Resolution: com.google.code.gson:gson:gson-parent-2.8.9

CVE-2021-33813

Vulnerable Library - jdom2-2.0.6.jar

A complete, Java-based solution for accessing, manipulating, and outputting XML data

Library home page: http://www.jdom.org

Path to dependency file: /flink-filesystems/flink-oss-fs-hadoop/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar

Dependency Hierarchy:

  • hadoop-aliyun-3.3.4.jar (Root Library)
    • aliyun-sdk-oss-3.13.2.jar
      • jdom2-2.0.6.jar (Vulnerable Library)

Found in HEAD commit: c27a26f4799df4c668b008444b16a7c716856920

Found in base branch: master

Vulnerability Details

An XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request.

Publish Date: 2021-06-16

URL: CVE-2021-33813

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.5%

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://nvd.nist.gov/vuln/detail/CVE-2021-33813

Release Date: 2021-06-16

Fix Resolution: org.apache.servicemix.bundles:org.apache.servicemix.bundles.jdom - 2.0.5_1;org.jdom:jdom2:2.0.6.1

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Sep 25, 2024
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 Mend
Projects
None yet
Development

No branches or pull requests

0 participants