Skip to content

SQL Injection in sequelize

High severity GitHub Reviewed Published Apr 11, 2019 to the GitHub Advisory Database • Updated Nov 20, 2023

Package

npm sequelize (npm)

Affected versions

>= 5.0.0, < 5.3.0

Patched versions

5.3.0

Description

Versions of sequelize prior to 5.3.0 (excluding v3 and v4) are vulnerable to SQL Injection. PostgreSQL optionstandard_conforming_strings is not set to on by default, which may allow attackers to inject SQL statements due to poor handling of backslashes in string literals.

Recommendation

Upgrade to version 5.3.0 or later.

References

Published by the National Vulnerability Database Apr 10, 2019
Published to the GitHub Advisory Database Apr 11, 2019
Reviewed Jun 16, 2020
Last updated Nov 20, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Weaknesses

CVE ID

CVE-2019-11069

GHSA ID

GHSA-2777-2vq8-c4v4

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.