vendor:
Txx CMS
by:
nne
N/A
CVSS
N/A
File Inclusion
File Inclusion
CWE
Product Name: Txx CMS
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Txx CMS File Inclusion Vulnerability
The Txx CMS has a file inclusion vulnerability in modules/addons/plugin.php, modules/addons/sidebar.php, modules/mail/index.php, and modules/mail/mailbox.php. The variable $doc_root is not defined, which allows an attacker to include arbitrary files. An example exploit URL is http://site.com/modules/addons/plugin.php?doc_root=[vuln]. Additionally, there are numerous XSS vulnerabilities in the CMS.
Mitigation:
The vendor should define the $doc_root variable properly to prevent file inclusion attacks. Additionally, the XSS vulnerabilities should be addressed.