vendor:
SugarCRM Community Edition
by:
Roberto Suggi Liverani
7.5
CVSS
HIGH
Local File Disclosure
200
CWE
Product Name: SugarCRM Community Edition
Affected Version From: SugarCRM – Community Edition Version 4.5.1
Affected Version To: SugarCRM - Community Edition Version 5.0.0
Patch Exists: YES
Related CWE: N/A
CPE: a:sugarcrm:sugarcrm_community_edition
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, Apache, Mysql, PHP
2008
SugarCRM – Local File Disclosure
SugarCRM Community Edition is vulnerable to local file contents disclosure. This vulnerability can be exploited by a malicious user to disclose potentially sensitive information. The flaw is caused due to a lack of input filtering in the SugarCRM RSS module, which can be exploited to disclose the content of local files. An exploitation example in a LAMP (Linux, Apache, Mysql, PHP) environment: If an authenticated attacker enters a value of “/etc/passwd� (without the quotes) in the URL field of the RSS module, the application will create a file in the directory cache/feeds with the filename of the md5 hash of the URL entered. The file will contain the content of the /etc/passwd file.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in the application.