vendor:
Nitrotech CMS
by:
Osirys
7.5
CVSS
HIGH
Remote File Inclusion and SQL Injection
94, 89
CWE
Product Name: Nitrotech CMS
Affected Version From: 0.0.3a
Affected Version To: 0.0.3a
Patch Exists: YES
Related CWE: N/A
CPE: nitrotech
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
Nitrotech 0.0.3a Multiple Remote Vulnerabilities
Nitrotech cms is vulnerable to multiple vulnerabilities, like remote file inclusion and sql injection. The first bug, the remote file inclusion, is caused becouse of an include of a non declarated variable. The second vulnerability is caused becouse of a direct use in a query of a get variable.
Mitigation:
To fix the remote file inclusion bug, we could just define the variable. To avoid the SQL Injection vulnerability, we could filtered the variable, for example with an int().