vendor:
Widget Property
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Widget Property
Affected Version From: 1.1.19
Affected Version To: Unknown
Patch Exists: No
Related CWE: Unknown
CPE: a:widget_press:widget_property:1.1.19
Platforms Tested:
Unknown
Widget Press Widget Property SQL Injection Vulnerability
The Widget Press Widget Property application is prone to an SQL injection vulnerability. The issue occurs when user-supplied input is not properly sanitized before being used in an SQL query. Remote attackers can exploit this vulnerability to pass malicious input to database queries, which could result in the modification of query logic or other attacks.
Mitigation:
To mitigate this vulnerability, ensure that all user-supplied input is properly sanitized before being used in database queries. Use prepared statements or parameterized queries to prevent SQL injection attacks.