vendor:
Blog System
by:
Dr.2, d3hydr8, jonathan59, inkubus, Tundergun, VMw4r3, TinKode, darkc0de's members
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Blog System
Affected Version From: 1.x
Affected Version To: 1.x
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:blog_system
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
2020
Blog System Exploit
A SQL injection vulnerability exists in the Blog System 1.x. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. The crafted request contains a malicious SQL query in the 'user' parameter of the 'blog.php' script. This can allow an attacker to extract sensitive information from the database, such as usernames and passwords.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.