-
Notifications
You must be signed in to change notification settings - Fork 22
RN-7.0.39-21 #1157
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
Merged
Merged
RN-7.0.39-21 #1157
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bbc24a9
RN-7.0.39-21
rasika-chivate 516befb
Update 7.0.39-21.md
rasika-chivate ffa5f62
Update 7.0.39-21.md
rasika-chivate 20c1a1d
Update 7.0.39-21.md
rasika-chivate f65e17e
Update 7.0.39-21.md
rasika-chivate 32145e8
Update 7.0.39-21.md
rasika-chivate 9759e97
Update 7.0.39-21.md
rasika-chivate f970bdd
Update 7.0.39-21.md
rasika-chivate 0ac2302
Potential fix for pull request finding
rasika-chivate 9bf74c4
Update release notes index for 7.0.39-21
Copilot 17ca729
Update 7.0.39-21.md
rasika-chivate 855877b
Update 7.0.39-21.md
rasika-chivate 7ff8e96
Update 7.0.39-21.md
rasika-chivate b593bde
Update variables.yml
rasika-chivate 16fc341
Update pdf_cover_page.tpl
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
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,97 @@ | ||
| --- | ||
| version: 7.0.39-21 | ||
| --- | ||
|
|
||
| # Percona Server for MongoDB {{ page.meta.version }} ({{date.7_0_39}}) | ||
|
|
||
| [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: | ||
|
|
||
| - [MongoDB 7.0.39 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.39---july-22--2026){:target="_blank"}. | ||
|
|
||
| - Supports protocols and drivers of MongoDB Community **7.0.39**. | ||
|
|
||
| ## 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. | ||
|
|
||
| ## Release Highlights | ||
|
|
||
| ### Software Bill of Materials (SBOM) | ||
|
|
||
| Percona Server for MongoDB (PSMDB) now provides Software Bills of Materials (SBOMs) and Vulnerability Exploitability Exchange (VEX) for every release. SBOMs improve software supply chain transparency by documenting the components and dependencies included in a build. They are generated automatically as part of the release pipeline in the industry standard [CycloneDX :octicons-link-external-16:](https://cyclonedx.org/specification/overview/){:target="_blank"} format. | ||
|
|
||
| SBOMs are distributed through the following channels: | ||
|
|
||
| - Tarballs: An SBOM is included in `doc/sbom.cdx.json` file. | ||
|
|
||
| - Packages: For `.deb` and `.rpm` packages, the SBOM file is installed in a standard documentation directory such as `/usr/share/doc/percona-server-mongodb-server/sbom.cdx.json`. | ||
|
|
||
| - Docker: The SBOM is attached directly to the Docker image as metadata. | ||
|
|
||
| OpenVEX files are published on GitHub Pages and provide the exploitability status of known vulnerabilities. | ||
|
|
||
| - Each release has a separate file that follows this format: | ||
|
|
||
| ``` | ||
| https://percona.github.io/percona-server-mongodb/vex/percona-server-mongodb-{{ release }}.vex.json | ||
| ``` | ||
|
|
||
| For comprehensive information, refer to our [documentation](../sbom.md). | ||
|
|
||
| ## Security fixes from upstream MongoDB | ||
|
|
||
| ### Critical severity | ||
|
|
||
| - [SERVER-128494 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128494){:target="_blank"} ([CVE-2026-13072 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13072){:target="_blank"}): Fixed an issue where compute mode on a standalone MongoDB instance could cause memory corruption while processing externally sourced `BSON` data in an aggregation pipeline. This could cause the process to terminate or behave unexpectedly. Compute mode is disabled by default and must be enabled explicitly at startup. | ||
|
|
||
| ### High severity | ||
|
|
||
| - [SERVER-123081 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-123081){:target="_blank"} ([CVE-2026-13055 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13055){:target="_blank"}): Fixed an issue in the `$_internalIndexKey` aggregation expression. An authenticated user with permission to run aggregation pipelines could submit a compound wildcard index specification that caused mongod to stop, resulting in a denial-of-service attack. | ||
|
|
||
| - [SERVER-127280 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127280){:target="_blank"} ([CVE-2026-13065 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13065){:target="_blank"}): Fixed an input validation issue in `$linearFill`. A user with read-only access could provide an unsupported expression in sortBy, causing `mongod` to stop and resulting in a denial-of-service. | ||
|
|
||
| - [SERVER-127357 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127357){:target="_blank"} ([CVE-2026-13060 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13060){:target="_blank"}): Fixed an issue in the `$graphLookup` aggregation stage that could allow an authenticated user with limited read permissions to access documents from restricted collections. This could occur when the collections were referenced in an existing view pipeline. | ||
|
|
||
| - [SERVER-127566 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127566){:target="_blank"} ([CVE-2026-13069 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13069){:target="_blank"}): Added a limit for the contention value used with **Queryable Encryption (FLE2)**. Previously, an authenticated user could submit a request with a very high value, consuming excessive CPU or memory and making the server slow or unresponsive. | ||
|
|
||
| - [SERVER-127694 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127694){:target="_blank"} ([CVE-2026-13066 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13066){:target="_blank"}): Resolved an issue where improper handling of DBPointer objects during `BSON` serialization in the server-side JavaScript engine could expose internal memory contents to the client. This information disclosure vulnerability affected deployments that use server-side JavaScript. | ||
|
|
||
| - [SERVER-127831 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127831){:target="_blank"} ([CVE-2026-13062 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13062){:target="_blank"}): Resolved an issue where an authenticated user with write privileges on a collection that supports Queryable Encryption could modify internal encryption metadata fields, which are intended to be controlled by the server. This was achieved by sending crafted write commands through the `mongos` router in a sharded cluster. As a result, this could lead to incorrectly encrypted queries. | ||
|
|
||
| - [SERVER-128341](https://jira.mongodb.org/browse/SERVER-128341){:target="_blank"} ([CVE-2026-9737 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-9737){:target="_blank"}): Corrected an issue in query planning where reading the sort pattern in raw `BSONObj` form did not explicitly handle the meta-expression case. This omission could lead to incorrect transformations and potentially cause invariant failures. | ||
|
|
||
| - [SERVER-128433 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128433){:target="_blank"} ([CVE-2026-13059 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13059){:target="_blank"}): Resolved an issue where an authenticated user with limited privileges could bypass role-based query-level access controls by submitting specially crafted command parameters. This could allow unauthorized read or write operations through the `find`, `update`, `delete`, and `aggregate` commands when strict API rules were not enforced. | ||
|
|
||
| - [SERVER-128473 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128473){:target="_blank"} ([CVE-2026-13071 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13071){:target="_blank"}): Resolved an issue where an authenticated user with read access could terminate the `mongod` process using certain aggregation expressions that execute server-side JavaScript. This issue was caused by improper memory handling during document processing. | ||
|
|
||
| - [SERVER-129103](https://jira.mongodb.org/browse/SERVER-129103){:target="_blank"} ([CVE-2026-13077 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13077){:target="_blank"}): Fixed an issue where MongoDB did not properly validate `CodeWScope` elements in malformed `BSONColumn` data. An authenticated user could exploit this with a crafted aggregation pipeline, causing mongod to stop or expose nearby process memory. | ||
|
|
||
| ### Medium severity | ||
|
|
||
| - [SERVER-127689 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-127689){:target="_blank"} ([CVE-2026-13061 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13061){:target="_blank"}): Fixed an issue in the `$listSessions` aggregation stage that could expose session information to users without the required cluster-level privileges. An authenticated user could view other users’ `session IDs`, `usernames`, and `activity timestamps`. | ||
|
|
||
| - [SERVER-128362 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128362){:target="_blank"} ([CVE-2026-13070 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13070){:target="_blank"}): Resolved an issue where a MongoDB server could terminate unexpectedly while processing a malformed OCSP response during an outbound TLS handshake. OCSP stapling validation is enabled by default for outgoing TLS connections. Exploitation required either a remote peer with a certificate issued by the cluster’s trusted certificate authority or a connection passing through an untrusted network path. | ||
|
|
||
| - [SERVER-128517 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128517){:target="_blank"} ([CVE-2026-13074 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13074){:target="_blank"}): Fixed an issue where pre-authentication hello requests in exhaust mode accepted very small `maxAwaitTimeMS` values. An unauthenticated client could use this behavior to create a tight response loop that consumed excessive CPU and reduced server availability. | ||
|
|
||
| - [SERVER-128832 :octicons-link-external-16:](https://jira.mongodb.org/browse/SERVER-128832){:target="_blank"} ([CVE-2026-13078 :octicons-link-external-16:](https://www.cve.org/CVERecord?id=CVE-2026-13078){:target="_blank"}): Fixed an issue discovered in MongoDB Server, where the server-side `MozJS` scripting engine unconditionally registered a module-loading hook that enables JavaScript to read arbitrary files from the host filesystem using the mongod process's privileges. An authenticated user could exploit this through crafted aggregation pipeline commands to read sensitive files accessible to the MongoDB server process. | ||
|
|
||
| For the complete upstream changelog, see [MongoDB 7.0.39 Community Edition :octicons-link-external-16:](https://www.mongodb.com/docs/manual/release-notes/7.0-changelog/#std-label-7.0.39-changelog){:target="_blank"}. | ||
|
|
||
| ## Changelog | ||
|
|
||
| ### New features | ||
|
|
||
| * [PSMDB-2150](https://perconadev.atlassian.net/browse/PSMDB-2150): Percona Server for MongoDB (PSMDB) now provides Software Bills of Materials (SBOMs) for every release. | ||
|
|
||
| ## Tools packaged with this release | ||
|
|
||
| | **Tool** | **Base version** | **Release notes** | | ||
| |---|---|---| | ||
| | MongoDB Shell (`mongosh`) | 2.9.2 | [upstream release notes :octicons-link-external-16:](https://www.mongodb.com/docs/mongodb-shell/changelog/#v2.9.2){: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"} | |
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
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
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
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.