一、 漏洞 CVE-2023-40273 基础信息
漏洞标题
在Apache Airflow Web界面中的会话修复
来源:AIGC 神龙大模型
漏洞描述信息
Apache Airflow Web界面的会话固定
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
会话固定
来源:AIGC 神龙大模型
漏洞标题
Session fixation in Apache Airflow web interface
来源:美国国家漏洞数据库 NVD
漏洞描述信息
The session fixation vulnerability allowed the authenticated user to continue accessing Airflow webserver even after the password of the user has been reset by the admin - up until the expiry of the session of the user. Other than manually cleaning the session database (for database session backend), or changing the secure_key and restarting the webserver, there were no mechanisms to force-logout the user (and all other users with that). With this fix implemented, when using the database session backend, the existing sessions of the user are invalidated when the password of the user is reset. When using the securecookie session backend, the sessions are NOT invalidated and still require changing the secure key and restarting the webserver (and logging out all other users), but the user resetting the password is informed about it with a flash message warning displayed in the UI. Documentation is also updated explaining this behaviour. Users of Apache Airflow are advised to upgrade to version 2.7.0 or newer to mitigate the risk associated with this vulnerability.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
会话固定
来源:美国国家漏洞数据库 NVD
漏洞标题
Apache Airflow 授权问题漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Apache Airflow是美国阿帕奇(Apache)基金会的一套用于创建、管理和监控工作流程的开源平台。该平台具有可扩展和动态监控等特点。 Apache Airflow 2.7.0之前版本存在授权问题漏洞,该漏洞源于会话固定漏洞,即使管理员重置了用户密码也允许经过身份验证的用户继续访问Airflow网络服务器。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
授权问题
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-40273 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-40273 的情报信息