vendor:
FestOS CMS
by:
abysssec.com
8,8
CVSS
HIGH
SQL Injection, Local File Inclusion (LFI)
89, 22
CWE
Product Name: FestOS CMS
Affected Version From: <=2.3b
Affected Version To: <=2.3b
Patch Exists: No
Related CWE: N/A
CPE: a:festengine:festos_cms:2.3b
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
2020
FestOS CMS 2.3b Multiple Remote Vulnerabilities
This CMS has many critical vulnerabilities, including SQL Injection and Local File Inclusion (LFI). For SQL Injection, the proof of concept is to use the username and password 'admin' or '1'='1' in the admin.php page. For LFI, the proof of concept is to use the URL http://localhost/festos/index.php?theme=../admin/css/admin.css%00 in various pages such as artists.php, contacts.php, applications.php, entertainers.php, exhibitors.php, and foodvendors.php.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a query. Also, ensure that the application is not vulnerable to LFI attacks by restricting access to sensitive files.