Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-61828 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Nixpkgs is a collection of software packages that can be installed with the Nix package manager. Prior to the 25.11 and 26.05 channel fixes, the NixOS module for MySQL services.mysql initializes the MySQL database in a way that allows local users, such as unprivileged web or CGI processes on the same host, to log in as the root user without a password when the service is used with mysql or percona-server. This issue is fixed in the 25.11 and 26.05.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-276Incorrect Default Permissions[email protected]

Affected Products

ProductVersions
NixOS
< 26.11

CPE

  • cpe:2.3:o:nixos:nixos:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 25.11moderate effort
  • Upgrade: 26.05moderate effort
  • Workaround:low effort

    Run the following command to secure the root user with UNIX domain socket authentication: ALTER USER root@localhost IDENTIFIED WITH auth_socket;

  • Workaround:low effort

    Set the following configuration option to disable the new default behavior: services.mysql.secureSuperUserByDefault = false;

MySQL
All versions

CPE

  • cpe:2.3:a:mysql_project:mysql:*:*:*:*:*:node.js:*:*
  • cpe:2.3:a:mysql:mysql:*:*:*:*:*:*:*:*
  • cpe:2.3:a:mysql_project:mysql:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.
Percona-Server
All versions

CPE

  • cpe:2.3:a:percona:percona_server:*:*:*:*:*:mongodb:*:*
  • cpe:2.3:a:percona:percona_server:*:*:*:*:*:*:*:*
  • cpe:2.3:a:percona:percona_server:*:*:*:*:*:mysql:*:*

Remediation

  • No remediation found in references.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-61828
NVD Published Date:
Jul 15, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-61828 Details - Not Deferred