vendor:
CodeBreak
by:
John Martinelli
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: CodeBreak
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
CodeBreak (codebreak.php process_method) โ Remote File Inclusion Vulnerability
The CodeBreak script is vulnerable to remote file inclusion. The vulnerable code includes a file based on user-controlled input ($_POST['process_method']). An attacker can manipulate the input to include a malicious file from a remote server, leading to arbitrary code execution.
Mitigation:
To mitigate this vulnerability, ensure that user-controlled input is properly validated and sanitized before including files or executing code.