vendor:
Def-Blog
by:
SHiKaA
N/A
CVSS
N/A
Remote SQL Injection
89
CWE
Product Name: Def-Blog
Affected Version From: v1.0.1
Affected Version To: v1.0.1
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
2006
Def-Blog <= v1.0.1 (article) Remote SQL Injection Exploit
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'article' parameter of the 'comadd.php' script. A remote attacker can execute arbitrary SQL commands in the application database, compromise the application, access or modify sensitive data, exploit latent vulnerabilities in the underlying database, etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be carefully verified before being used in SQL queries.