vendor:
Sine CMS
by:
KiNgOfThEwOrLd
7.5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Sine CMS
Affected Version From: 2.3.2005
Affected Version To: 2.3.2005
Patch Exists: No
Related CWE: N/A
CPE: a:sinecms:sine_cms
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
Unknown
Sine CMS Local File Inclusion / RCE (Register_globals: ON)
Sine cms is affected by a local file inclusion vulnerabily with register_globals on. Usually, this is a correctly code, with no possible exploitation. But if register_globals is ON, we can edit via GET the $sine[config][index_main] value, and then, using null byte, we'll get a local file inclusion vulnerability like: http://localhost/sinecms/mods/Integrated/index.php?sine[config][index_main]= {FILE_TO_INCLUDE}%00 But pay attention, in this way the include_one functio will be disabled, so we can't include a php file.
Mitigation:
Disable register_globals in php.ini