vendor:
syndeocms
by:
abysssec.com
8,8
CVSS
HIGH
CSRF - Add Admin Account, LFI (Local File Inclusion)
352, 22
CWE
Product Name: syndeocms
Affected Version From: syndeocms <= 2.8.02
Affected Version To: syndeocms <= 2.8.02
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
syndeocms 2.8.02 Multiple Vulnerabilities
This CMS have many critical vulnerability that we refer to some of those here: 1. CSRF - Add Admin Account: An attacker can craft a malicious HTML page that contains a form with hidden inputs. When the victim visits the page, the form is automatically submitted, creating a new admin account. 2. LFI (Local File Inclusion): An attacker can exploit this vulnerability by sending a crafted HTTP request containing directory traversal characters (e.g. ../../). This allows the attacker to include and execute arbitrary local files on the server.
Mitigation:
1. Restrict access to the application to trusted users. 2. Validate user input and filter out malicious characters. 3. Use a web application firewall to detect and block malicious requests.