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-51504 (Medium) detected in zookeeper-3.9.2.jar - autoclosed #4892

Closed
1 task
mend-for-github-com bot opened this issue Nov 11, 2024 · 2 comments
Closed
1 task
Assignees
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-51504 - Medium Severity Vulnerability

Vulnerable Library - zookeeper-3.9.2.jar

ZooKeeper server

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/org.apache.zookeeper/zookeeper/3.9.2/b6a8d8e3a4cf932cad92e5894c93724c73076333/zookeeper-3.9.2.jar

Dependency Hierarchy:

  • zookeeper-3.9.2.jar (Vulnerable Library)

Found in HEAD commit: 993771cbeb5b2e0927af4a50e415fe10c4f6c3b8

Found in base branch: main

Vulnerability Details

When using IPAuthenticationProvider in ZooKeeper Admin Server there is a possibility of Authentication Bypass by
Spoofing -- this only impacts IP based authentication implemented in ZooKeeper Admin Server. Default configuration of
client's IP address detection in IPAuthenticationProvider, which uses HTTP request headers, is weak and allows an
attacker to bypass authentication via spoofing client's IP address in request headers. Default configuration honors
X-Forwarded-For HTTP header to read client's IP address. X-Forwarded-For request header is mainly used by proxy servers
to identify the client and can be easily spoofed by an attacker pretending that the request comes from a different IP
address. Admin Server commands, such as snapshot and restore arbitrarily can be executed on successful exploitation
which could potentially lead to information leakage or service availability issues. Users are recommended to upgrade to
version 3.9.3, which fixes this issue.

Publish Date: 2024-11-07

URL: CVE-2024-51504

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • 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://seclists.org/oss-sec/2024/q4/60

Release Date: 2024-11-07

Fix Resolution: 3.9.3


  • Check this box to open an automated fix PR
@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Nov 11, 2024
@github-actions github-actions bot added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Nov 11, 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 Nov 11, 2024
@cwperks
Copy link
Member

cwperks commented Nov 11, 2024

[Triage] @willyborankin can you please update the dependency?

willyborankin added a commit to willyborankin/security that referenced this issue Nov 11, 2024
Bumped Zookeeper to 3.9.3, resolving issue opensearch-project#4892

Signed-off-by: Andrey Pleskach <[email protected]>
willyborankin added a commit to willyborankin/security that referenced this issue Nov 11, 2024
Bumped Zookeeper to 3.9.3, resolving issue opensearch-project#4892

Signed-off-by: Andrey Pleskach <[email protected]>
@mend-for-github-com mend-for-github-com bot changed the title CVE-2024-51504 (Medium) detected in zookeeper-3.9.2.jar CVE-2024-51504 (Medium) detected in zookeeper-3.9.2.jar - autoclosed Nov 11, 2024
Copy link
Contributor Author

✔️ 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.

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

No branches or pull requests

2 participants