vendor:
Mailist
by:
SirGod
8.8
CVSS
HIGH
Insecure Backup/Local File Inclusion
98
CWE
Product Name: Mailist
Affected Version From: 3
Affected Version To: 3
Patch Exists: NO
Related CWE: N/A
CPE: a:ninjadesigns:mailist
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
Mailist 3.0 Insecure Backup/Local File Inclusion
The vulnerable code in admin.php creates a backup of the maillist.php file using the date() function. This allows an attacker to guess the database backup if they know when it was created. The vulnerable code in send.php allows for local file inclusion, which can be exploited by appending %00 to the end of the URL.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a file operation.