From 2db5fdf78b7d97324e2c4c0bd7b062ec96ed89e1 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Thu, 28 Nov 2024 16:07:55 +0100 Subject: [PATCH] PSMDB-1558 Release notes 6.0.19-16 (#947) PSMDB-1558 Release notes 6.0.19-16 new file: docs/release_notes/6.0.19-16.md modified: docs/release_notes/index.md modified: mkdocs-base.yml modified: variables.yml --- docs/release_notes/6.0.19-16.md | 27 +++++++++++++++++++++++++++ docs/release_notes/index.md | 2 ++ mkdocs-base.yml | 3 ++- variables.yml | 7 ++++--- 4 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 docs/release_notes/6.0.19-16.md diff --git a/docs/release_notes/6.0.19-16.md b/docs/release_notes/6.0.19-16.md new file mode 100644 index 00000000..cbb003be --- /dev/null +++ b/docs/release_notes/6.0.19-16.md @@ -0,0 +1,27 @@ +# Percona Server for MongoDB 6.0.19-16 ({{date.6_0_19}}) + +[Installation](../install/index.md){.md-button} +[Upgrade from MongoDB Community](../install/upgrade-from-mongodb.md){.md-button} + +Percona Server for MongoDB 6.0.19-16 is an enhanced, source-available, and highly-scalable database that is a +fully-compatible, drop-in replacement for MongoDB Community Edition. + +It is based on [MongoDB 6.0.19 Community Edition](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.19---oct-24--2024) and supports the upstream protocols and drivers. + +## Release Highlights + +!!! important + + This release of Percona Server for MongoDB includes a fix for a security vulnerability [CVE-2024-10921](https://nvd.nist.gov/vuln/detail/CVE-2024-10921). This vulnerability allowed an authorized user to trigger server crashes or receive the contents of the buffer over-reads of the server memory by sending specially crafted requests that constructed malformed BSON in MongoDB. The issue is fixed and included in Percona Server for MongoDB 6.0.19-16. If you wish to [upgrade to the following major version](../install/upgrade-from-50.md), the fix is also included in Percona Server for MongoDB 7.0.15-9. + + Users running any minor version of Percona Server for MongoDB 6.0.x before 6.0.19-16 should upgrade to this version as soon as possible. + +### Upstream Improvements + +The bug fixes, provided by MongoDB and included in Percona Server for MongoDB, are the following: + +* [SERVER-96419](https://jira.mongodb.org/browse/SERVER-96419) - Fixed the issue with improper neutralization of null bytes that may have led to buffer over-reads in MongoDB Server. +* [SERVER-95279](https://jira.mongodb.org/browse/SERVER-95279) - Use a new C++ type for BSON field names to ensure validity. + +Find the full list of changes in the [MongoDB 6.0.19 Community Edition release notes](https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.19---oct-24--2024). + diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index db666828..6c4a2a4e 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -1,5 +1,7 @@ # Percona Server for MongoDB 6.0 Release Notes +* [Percona Server for MongoDB 6.0.19-16 ({{date.6_0_19}})](6.0.19-16.md) + * [Percona Server for MongoDB 6.0.18-15 ({{date.6_0_18}})](6.0.18-15.md) * [Percona Server for MongoDB 6.0.17-14 ({{date.6_0_17}})](6.0.17-14.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 0c81dca0..ab44d039 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -139,7 +139,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaServerforMongoDB-6.0.pdf' cover_title: 'Server for MongoDB Documentation 6.0' - cover_subtitle: 6.0.18-15 (November 5, 2024) + cover_subtitle: 6.0.19-16 (November 28, 2024) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -210,6 +210,7 @@ nav: - install/uninstall.md - Release notes: - "Release notes index": "release_notes/index.md" + - release_notes/6.0.19-16.md - release_notes/6.0.18-15.md - release_notes/6.0.17-14.md - release_notes/6.0.16-13.md diff --git a/variables.yml b/variables.yml index 9b1d40f3..f26b47db 100644 --- a/variables.yml +++ b/variables.yml @@ -1,14 +1,15 @@ # PBM Variables set for HTML output # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '6.0.18-15' +release: '6.0.19-16' version: '6.0' mongosh: '2.3.2' date: - 6_0_16: '2024-07-30' - 6_0_17: '2024-09-18' + 6_0_19: '2024-11-27' 6_0_18: '2024-11-05' + 6_0_17: '2024-09-18' + 6_0_16: '2024-07-30'