mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 07:40:25 +02:00
18 lines
775 B
Markdown
18 lines
775 B
Markdown
### [CVE-2018-13863](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-13863)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The MongoDB bson JavaScript module (also known as js-bson) versions 0.5.0 to 1.0.x before 1.0.5 is vulnerable to a Regular Expression Denial of Service (ReDoS) in lib/bson/decimal128.js. The flaw is triggered when the Decimal128.fromString() function is called to parse a long untrusted string.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/npm:bson:20180225
|
|
|
|
#### Github
|
|
- https://github.com/ossf-cve-benchmark/CVE-2018-13863
|
|
|