vendor:
Online News Portal
by:
Richard Jones
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online News Portal
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_news_portal:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Home 19041 (x64_86) + XAMPP 7.2.34
2021
Online News Portal 1.0 – ‘name’ SQL Injection
This exploit is a time-based blind SQL injection vulnerability in the 'name' parameter of the 'addproduct.php' page of the Online News Portal 1.0 software. An attacker can send a maliciously crafted request to the server, which will cause the server to pause for a certain amount of time, allowing the attacker to infer the existence of the vulnerability.
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.