Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsUpgrade influx
to version 5.5.3 or higher.
influx is an InfluxDB Client for Node.js and Browsers.
Affected versions of this package are vulnerable to SQL Injection due to improperly escaping value
input.
###PoC
const influx = require('influx')
const exp = new influx.Expression();
exp.tag('symbol').equals.value("GAZP()\\' or 1=1 --").toString()