CVE-2019-17426
CRITICAL9.1EPSS 0.24%Improper Input Validation in Automattic Mongoose
發布日:2019/10/22修改日:2023/11/29
描述
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).
受影響套件(1)
- npm/mongoose>= 5.0.0, < 5.7.5
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | CRITICAL9.1 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N |
參考連結(7)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2019-17426
- PATCHhttps://github.com/Automattic/mongoose
- WEBhttps://github.com/Automattic/mongoose/commit/f3eca5b94d822225c04e96cbeed9f095afb3c31c
- WEBhttps://github.com/Automattic/mongoose/commit/f88eb2524b65a68ff893c90a03c04f0913c1913e
- WEBhttps://github.com/Automattic/mongoose/commits/4.13.21
- WEBhttps://github.com/Automattic/mongoose/issues/8222
- WEBhttps://github.com/Automattic/mongoose/releases/tag/4.13.21