-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| apache-airflow | pip | >= 2.7.0, < 2.9.0 | 2.9.0 |
The vulnerability stems from missing initialization of providers' configuration during Gunicorn worker startup. The commit diff shows the fix added ProvidersManager().initialize_providers_configuration() in the on_starting function. Without this initialization, sensitive configuration values from providers (like Celery) were not properly filtered when the configuration endpoint rendered 'non-sensitive-only' settings. The on_starting function's pre-patch version directly accessed connection_form_widgets without first initializing provider configurations, making it the root cause of the exposure.
KEV Misses 88% of Exploited CVEs- Get the report