CVE-2024-52279
BaseFortify
Publication date: 2025-08-03
Last updated on: 2025-11-04
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | zeppelin | From 0.11.1 (inc) to 0.12.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Improper Input Validation issue in Apache Zeppelin. Specifically, the fix for JDBC URL validation in a previous vulnerability (CVE-2024-31864) did not properly handle URL encoded input, which means that certain malicious inputs could bypass validation checks.
How can this vulnerability impact me? :
The vulnerability could allow attackers to bypass input validation related to JDBC URLs, potentially leading to unauthorized access or other security issues depending on how the input is used within Apache Zeppelin.
What immediate steps should I take to mitigate this vulnerability?
Users are recommended to upgrade Apache Zeppelin to version 0.12.0, which fixes the issue related to improper input validation of JDBC URLs.