Security Advisory - Published 2026-06-19 - Webmin

Webmin CVEs: patch to 2.641, then review authentication logs

Webmin 2.641 fixes a cluster of authentication and configuration exposure issues. Exposed control panels should patch first, then review who reached miniserv and whether certificate, MFA, or module configuration behavior changed.

Defensive scope: use this page for your own Webmin servers or an approved incident review. The checks focus on version state, listener exposure, logs, and recovery.

Affected items

CVEIssueFixedReviewCVSS
CVE-2026-56020Webmin - SSL client certificate impersonation risk2.641login history, miniserv configuration, and certificate-auth users9.2
CVE-2026-56021Webmin - module configuration file read risk2.641module access, unexpected reads, and exposed configuration6.9
CVE-2026-56022Webmin - MFA/session bypass risk2.641MFA settings, session logs, and authentication sources6.9

Owner self-check

dpkg -l | grep -i webmin || rpm -qa | grep -i webmin
grep -nE 'port=|ssl=|allow=|deny=|trusted|session|twofactor' /etc/webmin/miniserv.conf 2>/dev/null
tail -n 200 /var/webmin/miniserv.log 2>/dev/null
tail -n 200 /var/webmin/miniserv.error 2>/dev/null
find /etc/webmin /var/webmin -type f -mtime -7 2>/dev/null

What to review

  • Public Webmin exposure. Restrict the listener to VPN, bastion, or trusted IP ranges.
  • Recent logins, failed logins, user creation, password changes, and module access.
  • Certificate-authenticated users and any proxy or header-related authentication settings.
  • Configuration reads from module directories and unexpected changes under /etc/webmin.

Safe fix path

  1. Upgrade Webmin to 2.641 or newer.
  2. Restrict external access before reopening the panel.
  3. Rotate Webmin admin credentials if the panel was internet-exposed.
  4. Preserve miniserv logs before cleanup if login activity looks unusual.

Repair help

Use Ping7 CVE Repair when Webmin was exposed to the internet, logs show unknown users, configuration changed, or the server also hosts customer sites that may need follow-up review.

References