CVE-2023-28710:
Apache Airflow Spark Provider vulnerable to improper input validation
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.48635%
CWE
Published
4/7/2023
Updated
4/14/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
apache-airflow-providers-apache-spark | pip | < 4.0.1 | 4.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper validation in JDBC URL construction. The GitHub PR #30223 explicitly adds validation for 'host' and 'schema' fields, targeting the JDBC Hook. The functions responsible for handling connection parameters and URL assembly (get_connection and build_jdbc_url) would be the logical points where unsanitized inputs were used. The CVE description and patch context confirm these components were modified to address the issue.