-
Notifications
You must be signed in to change notification settings - Fork 22
RN-6.0.29-23 #1142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rasika-chivate
wants to merge
23
commits into
6.0
Choose a base branch
from
RN-6.0.29-23
base: 6.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+33
−3
Open
RN-6.0.29-23 #1142
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
47e2986
RN-6.0.29-23
rasika-chivate 8b3e6a2
Update 6.0.29-23.md
rasika-chivate 6fd9a24
Potential fix for pull request finding
rasika-chivate 07e3f63
Potential fix for pull request finding
rasika-chivate 8e1899a
Potential fix for pull request finding
rasika-chivate 87ebea8
Potential fix for pull request finding
rasika-chivate a209a13
Add 6.0.29 release metadata references
Copilot 75353df
Update variables.yml
rasika-chivate 685722d
updated config files and date
rasika-chivate d7c1ea7
Potential fix for pull request finding
rasika-chivate 7921b95
Update 6.0.29-23.md
rasika-chivate c212eba
Update 6.0.29-23.md
rasika-chivate 520cab2
Update mkdocs-base.yml
rasika-chivate 87551fd
Update 6.0.29-23.md
rasika-chivate a62e9be
Update 6.0.29-23.md
rasika-chivate e9f182b
Update 6.0.29-23.md
rasika-chivate 8e07221
Update 6.0.29-23.md
rasika-chivate b71284c
Update 6.0.29-23.md
rasika-chivate 3315260
Update docs/release_notes/6.0.29-23.md
rasika-chivate 3ac8076
Update 6.0.29-23.md
rasika-chivate 02e5546
Update 6.0.29-23.md
rasika-chivate cff7f72
Update 6.0.29-23.md
rasika-chivate 3c2ee1a
Update 6.0.29-23.md
rasika-chivate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| --- | ||
| version: 6.0.29-23 | ||
| --- | ||
|
Copilot marked this conversation as resolved.
Outdated
rasika-chivate marked this conversation as resolved.
|
||
|
|
||
| # Percona Server for MongoDB {{ page.meta.version }} ({{date.6_0_29}}) | ||
|
rasika-chivate marked this conversation as resolved.
rasika-chivate marked this conversation as resolved.
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 improvements and bug fixes of: | ||
|
|
||
| - Supports protocols and drivers of MongoDB Community **6.0.29**. | ||
|
Copilot marked this conversation as resolved.
Outdated
rasika-chivate marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Upgrade recommendation | ||
|
|
||
| This release contains multiple high-severity security fixes affecting all Percona Server for MongoDB 7.0.x versions. We strongly recommend upgrading to version {{ page.meta.version }} as soon as possible. | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Improvements | ||
|
|
||
| - [PSMDB-2038](https://perconadev.atlassian.net/browse/PSMDB-2038): Percona Server for MongoDB now exposes LDAP `userToDN` cache statistics through the serverStatus command. These metrics provide visibility into cache utilization and effectiveness, helping administrators troubleshoot LDAP authentication latency, validate cache behavior after configuration changes, and optimize cache sizing for their workloads. The new `ldap.userToDNCache` section reports runtime information such as cache usage, hits, misses, and invalidations, making LDAP authentication performance easier to monitor and tune. | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Security updates: CVE fixes from upstream MongoDB | ||
|
|
||
| ### Affected versions | ||
|
|
||
| These vulnerabilities affect the following versions: | ||
|
|
||
| - All Percona Server for MongoDB 6.0.x versions | ||
|
rasika-chivate marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### High severity | ||
|
rasika-chivate marked this conversation as resolved.
Outdated
|
||
|
|
||
| - [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. | ||
|
|
||
| - [SERVER-125063 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-125063){:target="_blank"} **(CVE-2026-9740):** A vulnerability in the `BSON` validator allows an unauthenticated user to supply specially crafted input that could cause the `mongod` process to terminate unexpectedly, resulting in a denial-of-service condition. | ||
|
|
||
| - [SERVER-124959 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-124959){:target="_blank"} **(CVE-2026-9753):** A vulnerability in the `$_internalApplyOplogUpdate` aggregation stage allows an authenticated user to supply specially crafted input that could cause the server process to terminate unexpectedly. | ||
|
|
||
| - [SERVER-123440 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123440){:target="_blank"} **(CVE-2026-9752):** Inserting specially crafted documents into a collection with a `2dsphere` index could cause the `mongod` process to terminate unexpectedly, leading to a server crash. | ||
|
|
||
| - [SERVER-123633 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123633){:target="_blank"} **(CVE-2026-9750):** A vulnerability in query execution allows an authenticated user to create specially crafted documents that interfere with internal metadata processing. This can cause the server process to terminate unexpectedly and may result in incorrect query results. | ||
|
|
||
| - [SERVER-124031 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-124031){:target="_blank"} **(CVE-2026-9749):** Aggregation pipelines that use the internal `$exchange` stage with key-range partitioning can trigger an unexpected condition when processing large numbers of documents for a single key range. This can cause the server process to terminate unexpectedly. | ||
|
|
||
| - [SERVER-123951 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123951){:target="_blank"} **(CVE-2026-9748):** Under specific conditions, using the internal `$_internalConvertBucketIndexStats` stage together with `$facet` can cause the `mongod` process to terminate unexpectedly. | ||
|
|
||
| - [SERVER-123918 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123918){:target="_blank"} **(CVE-2026-9747):** A vulnerability triggered by using `fromRouter: true` together with `runtimeConstants.userRoles` can cause the `mongod` process to terminate unexpectedly. | ||
|
|
||
| - [SERVER-124190 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-124190){:target="_blank"} **(CVE-2026-9746):** A vulnerability in the use of `$changeStream`, `$_requestReshardingResumeToken`, and the exchange option can cause the `mongod` process to terminate unexpectedly. An authenticated user can trigger this behavior without requiring any special privileges. | ||
|
|
||
| ### Medium severity | ||
|
|
||
| - [SERVER-123370 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123370){:target="_blank"} **(CVE-2026-9751):** When the `ldapQueryPassword` parameter is set using the runtime `setParameter` command, the new password value is written to `mongod.log` in plain text. This can expose sensitive credentials in log files. | ||
|
|
||
| ## Bugs fixed | ||
|
|
||
| - [PSMDB-1977](https://perconadev.atlassian.net/browse/PSMDB-1977): Resolved an issue where Docker-based MongoDB instances could fail to start when replication settings were defined in `mongod.conf`. | ||
|
|
||
| ## Tools packaged with this release | ||
|
|
||
| Percona Server for MongoDB packages the following MongoDB tools: | ||
|
|
||
| - 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"} | ||
|
|
||
| - MongoDB Database 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"} | ||
|
Copilot marked this conversation as resolved.
Outdated
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.