vendor:
Rospora
by:
EgiX
7,5
CVSS
HIGH
Remote Code Injection
78
CWE
Product Name: Rospora
Affected Version From: 1.5.0
Affected Version To: 1.5.0
Patch Exists: NO
Related CWE: N/A
CPE: a:rospora:rospora:1.5.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
RoSPORA <= 1.5.0 Remote PHP Code Injection Exploit
This PoC was written for educational purpose. Use it at your own risk. Author will be not responsible for any damage. Input parameter passed through $_GET['s'] isn't properly sanitised before being used in a call to "create_function()" at line 675. This can be exploited to inject and execute arbitrary PHP code.
Mitigation:
Input validation should be performed to ensure that untrusted data is not passed to the create_function() function.