cvelist/2021/26xxx/CVE-2021-26559.json

84 lines
2.9 KiB
JSON
Raw Normal View History

2021-02-02 11:00:42 +00:00
{
"CVE_data_meta": {
2021-02-17 14:12:12 +00:00
"ASSIGNER": "security@apache.org",
2021-02-02 11:00:42 +00:00
"ID": "CVE-2021-26559",
2021-02-17 14:12:12 +00:00
"STATE": "PUBLIC",
"TITLE": "CWE-284 Improper Access Control on Configurations Endpoint for the Stable API"
2021-02-02 11:00:42 +00:00
},
2021-02-17 14:12:12 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Airflow",
"version": {
"version_data": [
{
"version_affected": "=",
"version_name": "Apache Airflow",
"version_value": "2.0.0"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Apache Airflow would like to thank Ian Carroll for reporting this issue."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-02-02 11:00:42 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-02-17 14:12:12 +00:00
"value": "Improper Access Control on Configurations Endpoint for the Stable API of Apache Airflow allows users with Viewer or User role to get Airflow Configurations including sensitive information even when `[webserver] expose_config` is set to `False` in `airflow.cfg`. \n\nThis allowed a privilege escalation attack.\n\nThis issue affects Apache Airflow 2.0.0."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-284 Improper Access Control on Configurations Endpoint for the Stable API"
}
]
2021-02-02 11:00:42 +00:00
}
]
2021-02-17 14:12:12 +00:00
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://lists.apache.org/thread.html/r3b3787700279ec361308cbefb7c2cce2acb26891a12ce864e4a13c8d%40%3Cusers.airflow.apache.org%3E"
}
]
},
"source": {
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "eng",
"value": "Upgrade to Airflow 2.0.1 or remove `can read on Configurations` permission from the roles like Viewer and Users if you want to restrict users with those roles to view configurations in 2.0.0."
}
]
}