AutoAgent's unauthenticated root shell and a SonicWall NSM command injection top a rough Saturday
CVE-2026-86124 (CVSS 9.8) gives any network attacker a root shell on AutoAgent with zero auth. CVE-2026-78327 (CVSS 9.1) lets SuperAdmins run OS commands on SonicWall NSM. Plus local privesc bugs in Acunetix and PassMark's kernel driver.
Five patches today, none exploited in the wild yet, but two of them are ugly enough to move on fast. AutoAgent (CVE-2026-86124, CVSS 9.8) is running a no-auth TCP server that hands out root shells to anyone who can reach the port. SonicWall NSM (CVE-2026-78327, CVSS 9.1) has an OS command injection bug that lets a SuperAdmin attacker fully own the management appliance. Neither is burning yet, but both are trivially exploitable once someone writes a scanner.
Today's CVEs
Sorted by urgencyCVE-2026-78327
NVDAn authenticated attacker with SuperAdmin access to SonicWall NSM's on-prem management interface can inject OS commands that run directly on the underlying host. That means full remote code execution on your management appliance. The SuperAdmin requirement lowers the risk a bit, but if an attacker compromises or already holds a SuperAdmin account, your NSM box is fully owned.
- Affected estate
- Anyone running SonicWall Network Security Manager (NSM) on-prem
- How to check
- Log into the NSM on-prem console and check the version number under System > About, or check the installed package version on the host OS.
- Included because
- authenticated but high-privilege; management plane; CVSS 9.1; command injection to RCE
- Action
- Update NSM on-prem to the patched version listed in SonicWall's security advisory.
- Why it matters
- A compromised SuperAdmin account gives an attacker full OS-level control over the appliance that manages your entire SonicWall fleet.
- Source
- SonicWall security advisory
Evidence trail
- NVD: View source
CVE-2026-85649
NVDThe Actualizer installer (v1.2.0 and earlier) doesn't check whether mkpasswd actually succeeded when hashing the root and alpha user passwords. If mkpasswd fails, the password field ends up empty, and the resulting image may allow passwordless login to root. This only triggers when the build environment lacks yescrypt support or uses an incompatible mkpasswd, so it won't hit every build, but if it does, your image ships wide open.
- Affected estate
- Anyone building Debian-based images with Holloway Chew's Actualizer v1.2.0 or earlier
- How to check
- Check the Actualizer version in your project dependencies. Inspect /etc/shadow in any generated images for empty password fields on root and alpha accounts.
- Included because
- fail-open auth bypass; CVSS 7.9; affects build outputs that may be deployed to production
- Action
- Upgrade Actualizer to the fixed release and rebuild affected images.
- Why it matters
- An image shipped with empty root credentials can be logged into without a password, giving an attacker full control.
Evidence trail
- NVD: View source
CVE-2026-6958
NVDAcunetix 25.11 on Windows has a local privilege escalation bug. The scanning engine (wvsc.exe) runs as SYSTEM and looks for an OpenSSL-related file in a directory that doesn't exist by default. A low-privilege local user can create that directory, drop a malicious file there, and wvsc.exe will load it as SYSTEM. That's full local privilege escalation on any box running this version.
- Affected estate
- Teams running Acunetix 25.11.251107123 on Windows
- How to check
- Check the installed Acunetix version via Programs and Features or the Acunetix web console's About page.
- Included because
- local privilege escalation to SYSTEM; CVSS 7.8; common security tooling often runs on shared infrastructure
- Action
- Upgrade Acunetix past 25.11.251107123.
- Why it matters
- Any local user on the scanning box can escalate to SYSTEM, fully compromising the host.
Evidence trail
- NVD: View source
CVE-2026-80112
NVDPassMark's DirectIo64.sys kernel driver, shipped with PerformanceTest, BurnInTest, and OSForensics, creates a device object with no security descriptor. That means any local user, regardless of privilege level, can open a handle and send IOCTLs to perform raw hardware operations. An attacker with any local access can use this to read/write physical memory or interact with hardware directly, which is a straight path to kernel-level compromise.
- Affected estate
- Anyone with PassMark PerformanceTest (before 11.1 build 1012), BurnInTest (before 11.1 build 1000), or OSForensics (before 11.1 build 1016) installed on Windows
- How to check
- Check installed versions via Programs and Features. Confirm whether DirectIo64.sys is loaded by running 'sc query DirectIo64' or checking Driver Store.
- Included because
- local privilege escalation; kernel driver with no ACL; CVSS 7.8; commonly found on IT workstations and forensic machines
- Action
- Update each PassMark product to the fixed build version, or unload/remove the DirectIo64.sys driver if the software isn't actively needed.
- Why it matters
- An unprivileged local user can issue privileged hardware IOCTLs through the unprotected driver, enabling kernel-level compromise.
Evidence trail
- NVD: View source
CVE-2026-86124
NVDAutoAgent runs a TCP server that binds to all interfaces, requires no authentication, and executes whatever commands you send it as root. An attacker who can reach the port gets a root shell inside the container, plus access to any host directories bind-mounted into it. No credentials needed, no user interaction, just connect and run commands.
- Affected estate
- Anyone running AutoAgent with its TCP server exposed, whether in containers or directly on a host
- How to check
- Run 'netstat -tlnp' or 'ss -tlnp' on the host to find listening ports associated with AutoAgent. Check Docker or container orchestration configs for bind-mounted host paths.
- Included because
- unauthenticated; remote code execution as root; internet-facing by default; CVSS 9.8; no exploit complexity
- Action
- Immediately block network access to the AutoAgent TCP port via firewall rules or shut down the service. Patch when a fix is released.
- Why it matters
- Unauthenticated remote root command execution with potential access to host filesystems is about as bad as it gets.
Evidence trail
- NVD: View source
One email, every Wednesday morning.
SubscribeFrom the field notes
From this beat
Read the rest of the field notes โ