SQL Injection Affecting loopback-connector-mysql Open this link in a new tab package, versions <1.5.0
Attack Complexity
High
Confidentiality
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
npm:loopback-connector-mysql:20150108
-
published
4 Jan 2017
-
disclosed
7 Jan 2015
-
credit
Raymond Feng
Introduced: 7 Jan 2015
CWE-89 Open this link in a new tabHow to fix?
Upgrade loopback-connector-mysql
to version 1.5.0 or higher.
Overview
loopback-connector-mysql
is Loopback Oracle Connector.
Affected versions of the package are vulnerable to SQL injection attacks. User-supplied inputs are not properly sanitized before using it in SQL queries. This may allow a remote attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.