vendor:
Club CMS
by:
Trancek
7.5
CVSS
HIGH
File Inclusion
98
CWE
Product Name: Club CMS
Affected Version From: 0.0.1f
Affected Version To: 0.0.1f
Patch Exists: NO
Related CWE: N/A
CPE: a:club_cms:club_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
2008
File Inclusion
All Club CMS 0.0.1f and maybe prior versions are vulnerable to File Inclusion vulnerability. The vulnerable code is a function __autoload which requires a file from the includes directory. The exploit is to send a malicious request to the server with the class_name parameter set to [LFI]%00. The server should have Register Globals and Magic_quotes_gpc set to On and Off respectively.
Mitigation:
Disable Register Globals and Magic_quotes_gpc.