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-2024-47554 (High) detected in commons-io-2.11.0.jar #4790

Closed
mend-for-github-com bot opened this issue Oct 7, 2024 · 2 comments · Fixed by #4791
Closed

CVE-2024-47554 (High) detected in commons-io-2.11.0.jar #4790

mend-for-github-com bot opened this issue Oct 7, 2024 · 2 comments · Fixed by #4791
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@mend-for-github-com
Copy link
Contributor

CVE-2024-47554 - High Severity Vulnerability

Vulnerable Library - commons-io-2.11.0.jar

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Library home page: https://www.apache.org/

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.11.0/a2503f302b11ebde7ebc3df41daebe0e4eea3689/commons-io-2.11.0.jar

Dependency Hierarchy:

  • zookeeper-3.9.2.jar (Root Library)
    • commons-io-2.11.0.jar (Vulnerable Library)

Found in HEAD commit: 597953ff0de54c6511ce28618070e7896b31f52a

Found in base branch: main

Vulnerability Details

Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

Publish Date: 2024-10-03

URL: CVE-2024-47554

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://lists.apache.org/thread/6ozr91rr9cj5lm0zyhv30bsp317hk5z1

Release Date: 2024-10-03

Fix Resolution: commons-io:commons-io:2.14.0

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Oct 7, 2024
@github-actions github-actions bot added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Oct 7, 2024
@cwperks cwperks added triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Oct 7, 2024
@cwperks
Copy link
Member

cwperks commented Oct 7, 2024

[Triage] @willyborankin Can you check on this dependency update?

@willyborankin
Copy link
Collaborator

@cwperks commons-io comes via ZK:

+--- org.apache.zookeeper:zookeeper:3.9.2
|    +--- org.apache.zookeeper:zookeeper-jute:3.9.2
|    |    \--- org.apache.yetus:audience-annotations:0.12.0
|    +--- org.apache.yetus:audience-annotations:0.12.0
|    +--- io.netty:netty-handler:4.1.105.Final -> 4.1.114.Final (*)
|    +--- io.netty:netty-transport-native-epoll:4.1.105.Final
|    |    +--- io.netty:netty-common:4.1.105.Final -> 4.1.114.Final
|    |    +--- io.netty:netty-buffer:4.1.105.Final -> 4.1.114.Final (*)
|    |    +--- io.netty:netty-transport:4.1.105.Final -> 4.1.114.Final (*)
|    |    +--- io.netty:netty-transport-native-unix-common:4.1.105.Final -> 4.1.114.Final (*)
|    |    \--- io.netty:netty-transport-classes-epoll:4.1.105.Final
|    |         +--- io.netty:netty-common:4.1.105.Final -> 4.1.114.Final
|    |         +--- io.netty:netty-buffer:4.1.105.Final -> 4.1.114.Final (*)
|    |         +--- io.netty:netty-transport:4.1.105.Final -> 4.1.114.Final (*)
|    |         \--- io.netty:netty-transport-native-unix-common:4.1.105.Final -> 4.1.114.Final (*)
|    +--- io.netty:netty-tcnative-boringssl-static:2.0.61.Final (*)
|    +--- org.slf4j:slf4j-api:1.7.30 -> 1.7.36
|    \--- commons-io:commons-io:2.11.0

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 triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants