vendor:
Golabi CMS
by:
CrazyAngel
7,5
CVSS
HIGH
Session Poisoning
N/A
CWE
Product Name: Golabi CMS
Affected Version From: Golabi CMS >= 1.0.1
Affected Version To: Golabi CMS >= 1.0.1
Patch Exists: NO
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
2009
Golabi CMS Session Poisoning Vulnerability
Insufficient input validation in ImageVer.php which copies user input into session variable. Malicious User can use this to Re-Install/Change Configurations of Installed Golabi by going to [GOLABI_PATH]/Common/ImageVer.php?svar=InstallStep and then going to Install page [GOLABI_PATH]/install.php and changing configurations. Hacker can also use this to include a malicious file into config.php by injecting php code into table_prefix field (in Installation Page - Step 1).
Mitigation:
Input validation should be done to prevent session poisoning.