Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
47e2986
RN-6.0.29-23
rasika-chivate Jun 22, 2026
8b3e6a2
Update 6.0.29-23.md
rasika-chivate Jun 22, 2026
6fd9a24
Potential fix for pull request finding
rasika-chivate Jun 22, 2026
07e3f63
Potential fix for pull request finding
rasika-chivate Jun 22, 2026
8e1899a
Potential fix for pull request finding
rasika-chivate Jun 22, 2026
87ebea8
Potential fix for pull request finding
rasika-chivate Jun 22, 2026
a209a13
Add 6.0.29 release metadata references
Copilot Jun 22, 2026
75353df
Update variables.yml
rasika-chivate Jun 22, 2026
685722d
updated config files and date
rasika-chivate Jun 22, 2026
d7c1ea7
Potential fix for pull request finding
rasika-chivate Jun 22, 2026
7921b95
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
c212eba
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
520cab2
Update mkdocs-base.yml
rasika-chivate Jun 23, 2026
87551fd
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
a62e9be
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
e9f182b
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
8e07221
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
b71284c
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
3315260
Update docs/release_notes/6.0.29-23.md
rasika-chivate Jun 23, 2026
3ac8076
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
02e5546
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
cff7f72
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
3c2ee1a
Update 6.0.29-23.md
rasika-chivate Jun 23, 2026
933fa9a
Update release notes for version 6.0.29-23
radoslawszulgo Jun 24, 2026
76e1ef2
Update release notes for version 6.0.29-23
radoslawszulgo Jun 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_templates/pdf_cover_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<p>
<img src="_images/Percona_Logo_Color.png" />
</p>
<h1>Server for MongoDB 6.0.28-22</h1>
<h1>Server for MongoDB 6.0.29-23</h1>
{% if config.site_description %}
<h1>{{ config.site_description }}</h1>
{% endif %}
<h2>6.0.28-22 (May 26, 2026)</h2>
<h2>6.0.29-23 (June 24, 2026)</h2>
<br>
<br>
<br>
Expand Down
33 changes: 33 additions & 0 deletions docs/release_notes/6.0.29-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 6.0.29-23
Comment thread
rasika-chivate marked this conversation as resolved.
---
Comment thread
rasika-chivate marked this conversation as resolved.

# Percona Server for MongoDB {{ page.meta.version }} ({{date.6_0_29}})
Comment thread
rasika-chivate marked this conversation as resolved.
Comment thread
rasika-chivate marked this conversation as resolved.
Comment thread
rasika-chivate marked this conversation as resolved.

[Installation](../install/index.md){.md-button}
[Upgrade from MongoDB Community](../install/upgrade-from-mongodb.md){.md-button}

Percona Server for MongoDB {{ page.meta.version }} is an enhanced, source-available, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB Community Edition.

Percona Server for MongoDB **{{ page.meta.version }}** includes the updates from [MongoDB 6.0.29 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/v6.0/release-notes/6.0-changelog/#6.0.29-changelog){:target="_blank"}. It also supports the protocols and drivers of MongoDB Community **6.0.29**.

## Upgrade recommendation

This release contains a **high-severity security fix** affecting all Percona Server for MongoDB 6.0.x versions. We strongly recommend **upgrading to version {{ page.meta.version }}** as soon as possible.

## Security update

- [SERVER-128125 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128125){:target="_blank"} **(CVE-2026-11933):** A **use-after-free** vulnerability was identified in MongoDB Server’s server-side JavaScript engine when converting `BSON` documents to JavaScript arrays. An authenticated user with read privileges who can execute server-side JavaScript (e.g., via `$where` or `$function`) may trigger access to freed memory, which could result in information disclosure from the `mongod` process memory or a denial of service through a server crash.

## Tools packaged with this release

Percona repackages the upstream MongoDB Shell (`mongosh`) as `percona-mongodb-mongosh`, updating all copyright, authorship, and branding under the full product name "Percona MongoDB Shell."

Percona also repackages and patches Mongo Tools. In this release, we've updated embedded Go libraries in the `mongodump` binary to address 15 security (severity from medium to critical) vulnerabilities:

- `golang.org/x/crypto` updated from **v0.45.0** to **v0.52.0** — fixes [CVE-2026-39827 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39827){:target="_blank"}, [CVE-2026-39828 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39828){:target="_blank"}, [CVE-2026-39829 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39829){:target="_blank"}, [CVE-2026-39830 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39830){:target="_blank"}, [CVE-2026-39835 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39835){:target="_blank"}, [CVE-2026-42508 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-42508){:target="_blank"}, [CVE-2026-46595 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-46595){:target="_blank"}, [CVE-2026-46597 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-46597){:target="_blank"}
- `golang.org/x/net` updated from **v0.47.0** to **v0.55.0** — fixes [CVE-2026-25680 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-25680){:target="_blank"}, [CVE-2026-25681 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-25681){:target="_blank"}, [CVE-2026-27136 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-27136){:target="_blank"}, [CVE-2026-33814 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-33814){:target="_blank"}, [CVE-2026-39821 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-39821){:target="_blank"}, [CVE-2026-42502 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-42502){:target="_blank"}, [CVE-2026-42506 :octicons-link-external-16:](https://nvd.nist.gov/vuln/detail/CVE-2026-42506){:target="_blank"}

| **Tool** | **Base version** | **Release notes** |
|---|---|---|
| MongoDB Shell (`mongosh`) | 2.8.3 | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/mongodb-shell/changelog/#v2.8.3){:target="_blank"} |
| Mongo Tools | 100.17.0 | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/database-tools/release-notes/dbtools-100.17.0-changelog/){:target="_blank"} |
2 changes: 2 additions & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Server for MongoDB 6.0 Release Notes

* [Percona Server for MongoDB 6.0.29-23 ({{date.6_0_29}})](6.0.29-23.md)

* [Percona Server for MongoDB 6.0.28-22 ({{date.6_0_28}})](6.0.28-22.md)

* [Percona Server for MongoDB 6.0.27-21 ({{date.6_0_27}})](6.0.27-21.md)
Expand Down
1 change: 1 addition & 0 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ nav:
- install/uninstall.md
- Release notes:
- "Release notes index": "release_notes/index.md"
- release_notes/6.0.29-23.md
- release_notes/6.0.28-22.md
- release_notes/6.0.27-21.md
- release_notes/6.0.25-20.md
Expand Down
3 changes: 2 additions & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -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.28-22'
release: '6.0.29-23'
Comment thread
rasika-chivate marked this conversation as resolved.
Comment thread
rasika-chivate marked this conversation as resolved.
Comment thread
rasika-chivate marked this conversation as resolved.
version: '6.0'
mongosh: '2.8.3'

product:
psmdb_full_name: Percona Server for MongoDB

date:
6_0_29: '2026-06-24'
6_0_28: '2026-05-26'
6_0_27: '2026-01-12'
6_0_25: '2025-07-30'
Expand Down