Skip to content

Commit 4a7d46d

Browse files
(DOCSP-36567): Add advisory for CVE-86 (#6500) (#6543)
* (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 89f680f commit 4a7d46d

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-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 - Upcoming
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

source/release-notes/5.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Patch Releases
5555
5.0.25 - Upcoming
5656
~~~~~~~~~~~~~~~~~
5757

58+
.. |cve-version-list| replace:: MongoDB 5.0 prior to 5.0.25
59+
60+
.. include:: /includes/security/cve-2024-1351-info.rst
61+
5862
- :issue:`SERVER-64444` listIndexes fails on invalid pre-5.0 index spec
5963
after upgrade
6064
- :issue:`SERVER-82353` Multi-document transactions can miss documents

0 commit comments

Comments
 (0)