-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release Notes PMM 2.37.1 * Update 2.37.1.md * Update 2.37.1.md * Update 2.37.1.md * Update mkdocs-base.yml * version changes * updated the config fike * updated the config file * Update mkdocs-base.yml * Update 2.37.1.md * Update 2.37.1.md * Update docs/release-notes/2.37.1.md Co-authored-by: Roman Novikov <[email protected]> --------- Co-authored-by: Roman Novikov <[email protected]>
- Loading branch information
1 parent
80c0d14
commit b00c76d
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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,34 @@ | ||
# Percona Monitoring and Management 2.37.1 | ||
|
||
| **Release date:** | Jun 5, 2023 | | ||
| ----------------- | ----------------------------------------------------------------------------------------------- | | ||
| **Installation:** | [Installing Percona Monitoring and Management](https://www.percona.com/software/pmm/quickstart) | | ||
|
||
Percona Monitoring and Management (PMM) is an open source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB. | ||
|
||
!!! caution alert alert-warning "Important" | ||
We recommend using the latest version of PMM. This ensures that you have access to the latest PMM features and that your environment runs on the latest version of the underlying components, such as VictoriaMetrics, with all the bug fixes in place. | ||
|
||
## Release Highlights | ||
|
||
We have identified and fixed CVE-2023-34409 in PMM 2.37.1: | ||
|
||
[PMM-12182](https://jira.percona.com/browse/PMM-12182): PMM authentication bypass vulnerability | ||
|
||
**Workaround** | ||
|
||
If you are unable to update PMM you can resolve this issue as follows: | ||
|
||
1. Make changes to the NGINX configuration on the running PMM instance. To do so, create a Bash script with [the code from this script on GitHub](https://raw.githubusercontent.com/percona/pmm/main/scripts/authfix.sh). | ||
|
||
2. Apply the code using this `docker` command on a server running the PMM Docker container (as root or using sudo): | ||
```sh | ||
docker exec -it pmm-server bash -c 'curl -fsSL https://raw.githubusercontent.com/percona/pmm/main/scripts/authfix.sh | /bin/bash ' | ||
``` | ||
3. If you are running PMM via a virtual appliance (OVF or AMI), use SSH to shell into the PMM server and run this command: | ||
```sh | ||
curl -fsSL https://raw.githubusercontent.com/percona/pmm/main/scripts/authfix.sh | /bin/bash | ||
``` | ||
|
||
For more details see, [blogpost](https://docs.google.com/document/d/1DZ1VrM6bMR5EkM0YKiq317-h6wKQUHmYsCW1ja9AhPs/edit#). | ||
|
This file contains 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 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 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