vendor:
NMDeluxe
by:
notsec group
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NMDeluxe
Affected Version From: 2.0.0
Affected Version To: 2.0.0
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
NMDeluxe 2.0.0
The vulnerability allows an attacker to execute arbitrary SQL queries through the 'id' parameter in the 'do=newspost' action of the 'index.php' file. By manipulating the 'id' parameter, an attacker can retrieve sensitive information from the database.
Mitigation:
To mitigate the vulnerability, it is recommended to use prepared statements or parameterized queries to handle user input and avoid direct concatenation of user input in SQL queries.