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
Link | Resource |
---|---|
https://github.com/Automattic/mongoose/commit/f3eca5b94d822225c04e96cbeed9f095afb3c31c | Patch |
https://github.com/Automattic/mongoose/issues/8222 | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2019-10-10 02:05
Updated : 2024-02-04 20:39
NVD link : CVE-2019-17426
Mitre link : CVE-2019-17426
CVE.ORG link : CVE-2019-17426
JSON object : View
Products Affected
mongoosejs
- mongoose
CWE