vendor:
Segue CMS
by:
nuffsaid
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Segue CMS
Affected Version From: 1.5.4
Affected Version To: 1.5.8
Patch Exists: YES
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
2006
Segue CMS <= 1.5.8 (themesdir) Remote File Include Vulnerability
Segue CMS themes/program/themesettings.inc.php does not intialize the $themesdir variable before using it to include files, assuming register_globals = on, we can intialize the variable in a query string and include a remote file of our choice. Tested and working on version 1.5.4 and 1.5.8 (previous versions may also be affected).
Mitigation:
Ensure that the $themesdir variable is properly initialized before use.