Skip to content

Improper Input Validation in Automattic Mongoose

Critical severity GitHub Reviewed Published Oct 22, 2019 to the GitHub Advisory Database • Updated Nov 29, 2023

Package

npm mongoose (npm)

Affected versions

>= 5.0.0, < 5.7.5
< 4.13.21

Patched versions

5.7.5
4.13.21

Description

Automattic Mongoose through 5.7.4 allows attackers to bypass access control (in some applications) because any query object with a _bsontype attribute is ignored. For example, adding "_bsontype":"a" can sometimes interfere with a query filter. NOTE: this CVE is about Mongoose's failure to work around this _bsontype special case that exists in older versions of the bson parser (aka the mongodb/js-bson project).

References

Published by the National Vulnerability Database Oct 10, 2019
Reviewed Oct 14, 2019
Published to the GitHub Advisory Database Oct 22, 2019
Last updated Nov 29, 2023

Severity

Critical
9.1
/ 10

CVSS base metrics

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

Weaknesses

CVE ID

CVE-2019-17426

GHSA ID

GHSA-8687-vv9j-hgph

Source code

Credits

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