vendor:
Sitemagic CMS
by:
Unknown
6.5
CVSS
MEDIUM
Directory Traversal
22
CWE
Product Name: Sitemagic CMS
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: CVE-2011-1007
CPE: a:sitemagic:sitemagic_cms
Platforms Tested:
Unknown
Sitemagic CMS Directory Traversal Vulnerability
The Sitemagic CMS is prone to a directory-traversal vulnerability that allows an attacker to obtain arbitrary local files by supplying a specially crafted input in the 'SMTpl' parameter of the 'index.php' script. By including '../' sequences in the parameter value, an attacker can traverse the directory structure and access files outside the intended directory.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user-supplied input before using it in file operations. Additionally, restricting access to sensitive files and directories can also help prevent unauthorized access.