# 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://percona.com/blog/pmm-authentication-bypass-vulnerability-fixed-in-2-37-1/). - An Enterprise Linux 9 (el9) version of PMM was released through oversight. This was intended to be a [technical preview](https://docs.percona.com/percona-monitoring-and-management/details/glossary.html#technical-preview). There are several known issues with this el9-based version. Thus, we do not recommend running it in production until the official GA announcement. The images from the `percona` Docker repository have been removed. However, those who want to test them can locate them in the [perconalab](https://hub.docker.com/layers/perconalab/pmm-server/2.37.1-el9/images/sha256-da890362a138f40cad9cc2c0ffb66bdda0d307d438848a87ba619397754f4400?context=explore) Docker repository.