CVE-2023-41267:
Apache HDFS Provider error message suggested
7.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
9/14/2023
Updated
2/13/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
apache-airflow-providers-apache-hdfs | pip | < 4.1.1 | 4.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from incorrect package name references in error messages/documentation. The GitHub PR #33813 specifically mentions fixing the exception message's package name, which indicates the error message was generated in HDFSHook initialization when dependencies were missing. This function's error message was the primary vector for the misleading installation instruction, making it the clear vulnerable function. The confidence is high because the PR's context and commit message directly point to this correction in the HDFS provider's hook implementation.