CVE-2019-20925
24.11.2020, 11:15
An unauthenticated client can trigger denial of service by issuing specially crafted wire protocol messages, which cause the message decompressor to incorrectly allocate memory. This issue affects MongoDB Server v4.2 versions prior to 4.2.1; MongoDB Server v4.0 versions prior to 4.0.13; MongoDB Server v3.6 versions prior to 3.6.15 and MongoDB Server v3.4 versions prior to 3.4.24.Enginsight
Vendor | Product | Version |
---|---|---|
mongodb | mongodb | 3.4.0 ≤ 𝑥 < 3.4.24 |
mongodb | mongodb | 3.6.0 ≤ 𝑥 < 3.6.15 |
mongodb | mongodb | 4.0.0 ≤ 𝑥 < 4.0.13 |
mongodb | mongodb | 4.2.0 ≤ 𝑥 < 4.2.1 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Common Weakness Enumeration
- CWE-839 - Numeric Range Comparison Without Minimum CheckThe program checks a value to ensure that it is less than or equal to a maximum, but it does not also verify that the value is greater than or equal to the minimum.
- CWE-697 - Incorrect ComparisonThe software compares two entities in a security-relevant context, but the comparison is incorrect, which may lead to resultant weaknesses.