mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-16 20:27:21 +00:00
18 lines
895 B
Markdown
18 lines
895 B
Markdown
|
|
### [CVE-2019-17426](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17426)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### 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).
|
||
|
|
|
||
|
|
### POC
|
||
|
|
|
||
|
|
#### Reference
|
||
|
|
- https://github.com/Automattic/mongoose/issues/8222
|
||
|
|
|
||
|
|
#### Github
|
||
|
|
- https://github.com/seal-community/patches
|
||
|
|
|