vendor:
thesystem
by:
Sadik Cetin
7.5
CVSS
HIGH
Command Injection
78
CWE
Product Name: thesystem
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:kostasmitroglou:thesystem
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2019
thesystem Command Injection
Simple Command injection after login bypass(login_required didn't used). An attacker can send a malicious POST request to the vulnerable endpoint /run_command/ with a command parameter containing arbitrary system commands. The application will execute the command without any validation or sanitization.
Mitigation:
Validate and sanitize user input before passing it to the system command.