vendor:
Cuppa CMS
by:
CWH Underground
8,8
CVSS
HIGH
PHP Code Injection
94
CWE
Product Name: Cuppa CMS
Affected Version From: Beta
Affected Version To: Beta
Patch Exists: Yes
Related CWE: N/A
CPE: a:cuppacms:cuppa_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2013
Cuppa CMS File Inclusion
An attacker might include local or remote PHP files or read non-PHP files with this vulnerability. User tainted data is used when creating the file name that will be included into the current file. PHP code in this file will be evaluated, non-PHP code will be embedded to the output. This vulnerability can lead to full server compromise.
Mitigation:
Validate user input, Sanitize user input, Use prepared statements