Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/evillm/cve-2020-11981-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubevillm/cve-2020-11981-poc

CVE-2020-11981-PoC

View Repository
6 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Example

Build demo stand

root@kitploit:~
docker-compose up -d

VM (docker-container): 172.18.0.2

Command PoC

root@kitploit:~
docker build -t scan11981 .
docker run -v /tmp/:/output --network exploit -t scan11981 --targets 172.18.0.2:6379 --output /output/result.txt
cat /tmp/result.txt

INFO

Vulnerability description: The vulnerability is related to command injection in Apache Airflow (versions 1.10.10 and below) when using CeleryExecutor and Redis as a broker. An attacker with access to Redis can send specially crafted tasks that Airflow workers execute as commands. This can lead to arbitrary code execution with the privileges of the user under which Airflow is running.

Risks: RCE - control over the machine.

Remediation recommendations: Update Apache Airflow, the current stable version is 3.0.1; it is also recommended to restrict access to the broker (Redis or RabbitMQ).

Download Tool