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-2025-1338 — Proof-of-concept exploit for CVE-2025-1338, a command injection vulnerability in NUUO Camera, with multi-threaded scanning and result output. | Kitploit
Tools/GitHubGitHub/jxcaxtc/cve-2025-1338
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubjxcaxtc/cve-2025-1338

CVE-2025-1338

Proof-of-concept exploit for CVE-2025-1338, a command injection vulnerability in NUUO Camera, with multi-threaded scanning and result output.

View Repository
2311 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

CVE-2025-1338

This repository contains a proof-of-concept exploit script for CVE-2025-1338 1.Introduction to NUUO-Camera NUUO camera is a network video recorder (NVR) produced by NUUO Company in Taiwan Province, China. It is widely used in many fields such as retail, transportation, education, government and banking.

2.Introduction to the vulnerability NUUO Camera 20250203 and earlier has an injection vulnerability, which originates from command injection in handle_config.php and debugging_center_utils_.php with parameter log. • First inclusion: February 16, 2025 • Impact version: version<=20250203 • Exploit number: CVE-2025-1338

3.Use

Example: python CVE-2025-1338.py -f url.txt -t 100
Parameter description:

  • -f / --file: Required. Path to the file containing the list of target URLs (one URL per line, supports both http and https).
  • -t / --threads: Optional. Number of concurrent threads for detection. Default value is 10 (it is recommended not to exceed 200).
  • -o / --output: Optional. Path to the output file for saving results. Default file name is "nuao_rce_results.txt" (only saves targets with vulnerabilities).
  • -v / --version: Optional. Displays the help information for the script (same function as --help).
Download Tool