vendor:
N/A
by:
Her0
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
FlashBlog sql Inyeccion
The vulnerability exists due to insufficient filtration of user-supplied input passed via the 'articulo_id' parameter to '/php/leer_comentarios.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database. Successful exploitation of this vulnerability may allow an attacker to gain access to sensitive information from the database, modify data, delete data, or exploit vulnerabilities in the underlying database implementation.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered, including data from cookies, query strings, and hidden fields. Special characters should be removed or replaced with their HTML entity equivalents.