vendor:
Inout Article Base CMS
by:
Ahmet Ümit BAYRAM
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Inout Article Base CMS
Affected Version From: Lastest
Affected Version To: Lastest
Patch Exists: NO
Related CWE:
CPE: a:inoutscripts:inout_article_base
Platforms Tested: Kali Linux
2019
Inout Article Base CMS – SQL Injection
The Inout Article Base CMS is vulnerable to SQL Injection. This can be exploited through the 'p' and 'u' parameters in the portalLogin.php page. An attacker can inject malicious SQL code to manipulate the database.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize and validate user input before executing database queries. Additionally, using prepared statements or parameterized queries can help prevent SQL Injection attacks.