Security Advisory - Published 2026-06-25 - Unraid

Unraid web admin: restrict access and review authenticated activity

This Unraid batch affects authenticated web administration paths. Patch and restrict the admin UI, then review uploads, plugin changes, state changes, web-server process activity, and logins from networks that should not manage the server.

Defensive scope: use this checklist only on Unraid systems you administer. It does not include request examples or steps for testing another system.

Affected Unraid issues

CVERequired accessReviewCVSS
CVE-2026-9772AdminReview upload handling, plugin installs, and www-data process activity8.8
CVE-2026-9773AdminReview state changes, plugin activity, and web-server process activity8.8

Owner self-check

cat /etc/unraid-version 2>/dev/null
last -a | head -80
find /boot/config/plugins /var/log -type f -mtime -14 2>/dev/null | head -120
grep -Rni 'login\\|upload\\|plugin\\|state\\|www-data\\|error\\|warning' /var/log /boot/logs 2>/dev/null | tail -220
ps aux | egrep 'nginx|php|www-data|emhttp' | grep -v grep

What to review

  • Whether Unraid web administration is reachable from the internet, VPN users, or shared office networks.
  • Admin logins, session history, plugin installs, plugin updates, and file upload activity.
  • Unexpected web-server child processes, changed state files, and files modified by the web user.
  • Firewall rules, reverse proxy rules, and any temporary public access created for remote maintenance.

Safe fix path

  1. Apply the Unraid vendor update that covers this advisory batch.
  2. Restrict the web admin UI to trusted management networks before reviewing logs.
  3. Preserve logs and plugin lists before deleting suspicious files or restarting services.
  4. Rotate admin passwords and plugin credentials if web-admin activity is not fully explained.

Repair help

Use Ping7 CVE Repair when an Unraid admin panel was exposed, plugin activity changed, or web-server process activity needs review.

References