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
CVE-2023-3722 — Python POC for CVE-2023-3722 Avaya Aura Device Services Unrestricted File Upload RCE | Kitploit
Tools/GitHubGitHub/pizza-power/cve-2023-3722
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubpizza-power/cve-2023-3722

CVE-2023-3722

Python POC for CVE-2023-3722 Avaya Aura Device Services Unrestricted File Upload RCE

View Repository
211 year 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

CVE-2023-3722

Python POC for CVE-2023-3722 Avaya Aura Device Services Unrestricted File Upload RCE.

This script will use a PUT request to upload a php file with an eight-digit randomly generated filename. Then it will make a GET request to retrieve this file and parse the output to get the command output.

Running

root@kitploit:~
python3 ./CVE-2023-3722.py example.com:444 --query "id"
root@kitploit:~
python3 ./CVE-2023-3722.py example.com:444 --query "hostname"

Download Tool