vendor:
OneCMS
by:
AmnPardaz Security Research Team
7.5
CVSS
HIGH
SQL Injection (Authentication bypass) , Arbitrary file upload!
89,434
CWE
Product Name: OneCMS
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: No
Related CWE: N/A
CPE: a:insanevisions:onecms
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
OneCMS Vulnerabilities
Multiple SQL Injection vulnerabilities (authentication bypass) exist in OneCMS. A remote attacker can bypass the login form regardless of magic quotes setting by providing a username of 'admin' or 1=1 /* and any password. This allows the attacker to do administration tasks such as file upload. Additionally, an arbitrary file upload vulnerability exists in the upload.php script, allowing an attacker to upload malicious files to the server. This vulnerability is only exploitable if magic_quotes_gpc is set to Off.
Mitigation:
Upgrade to the latest version of OneCMS. Additionally, ensure that magic_quotes_gpc is set to On.