Skip to content

Commit 360f0d4

Browse files
(DOCSP-36567): Add advisory for CVE-86 (#6500) (#6544) (#6753)
* (DOCSP-36567): Add advisory for CVE-86 * fix build error * remove 'mongodb server' from list * add CVE id * review edits * convert to include * add info to prior release pages
1 parent 8a3ffaf commit 360f0d4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. important:: Fix for MongoDB Server may allow successful untrusted connection
2+
3+
Due to CVE-2024-1351, in |cve-version-list|, under certain
4+
configurations of :option:`--tlsCAFile <mongod --tlsCAFile>` and
5+
:setting:`~net.tls.CAFile`, MongoDB Server may skip peer certificate
6+
validation which may result in untrusted connections to succeed.
7+
8+
This may effectively reduce the security guarantees provided by TLS
9+
and open connections that should have been closed due to failing
10+
certificate validation. This issue affects the following MongoDB
11+
Server versions:
12+
13+
- 7.0.0 - 7.0.5
14+
- 6.0.0 - 6.0.13
15+
- 5.0.0 - 5.0.24
16+
- 4.4.0 - 4.4.28
17+
18+
**CVSS Score**: 8.8
19+
20+
**CWE**: CWE-295: Improper Certificate Validation

source/release-notes/4.4.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Patch Releases
4848
4.4.29 - February 28, 2024
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

51+
.. |cve-version-list| replace:: MongoDB 4.4 prior to 4.4.29
52+
53+
.. include:: /includes/security/cve-2024-1351-info.rst
54+
5155
- :issue:`SERVER-70155` Add duration of how long an oplog slot is kept
5256
open to mongod "Slow query" log lines
5357
- :issue:`SERVER-82353` Multi-document transactions can miss documents

0 commit comments

Comments
 (0)