loopback@1.4.3 vulnerabilities

LoopBack: Open Source Framework for Node.js

  • latest version

    3.28.0

  • latest non vulnerable version

  • first published

    11 years ago

  • latest version published

    4 years ago

  • licenses detected

  • Direct Vulnerabilities

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

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    SQL Injection

    loopback is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs, access data from several databases, incorporate model relationships and access controls for complex APIs, and more.

    Affected versions of this package are vulnerable to SQL Injection. It is possible to send queries using the username and email fields in the /Users/login path, allowing sensitive user information to be compromised.

    e.g.

    {
        "email": {"regexp": "^a" },
        "password": "anything you want"
    }
    

    How to fix SQL Injection?

    Upgrade loopback to version 3.26.0, 2.42.0 or higher.

    >=3.0.0 <3.26.0<2.42.0
    • M
    Authentication Bypass

    loopback is an Open Source Framework for Node.js.

    Affected versions of the package are vulnerable to Authentication Bypass. It allowes users to change Admin's password by using their regular access token in case they have the same id and the same password.

    How to fix Authentication Bypass?

    Upgrade loopback to version 3.16.2 or higher.

    <3.16.2