vendor:
The Concord Asset, Software, and Ticket system(CoAST)
by:
DaRkLiFe
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: The Concord Asset, Software, and Ticket system(CoAST)
Affected Version From: 0.95
Affected Version To: 0.95
Patch Exists: YES
Related CWE: N/A
CPE: coast-0.95.tgz
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
The Concord Asset, Software, and Ticket system(CoAST) 0.95 Remote File Inclusion Vulnerability
The header.php.dist file exists and it has to be renamed into header.php as given in instructions. The vulnerability lies in line 201 of the header.php file, which includes the $sections_file variable without any sanitization.
Mitigation:
Sanitize user input and validate the data before using it in the application.