influx@3.2.0 vulnerabilities

InfluxDB Client

  • latest version

    5.11.0

  • latest non vulnerable version

  • first published

    12 years ago

  • latest version published

    1 months ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the influx package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    SQL Injection

    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()
    

    How to fix SQL Injection?

    Upgrade influx to version 5.5.3 or higher.

    <5.5.3