Daily Wire · Free EditionConfirmed Threats. Zero Noise.

The Exploit Bulletin

What Security Teams Must Act On Today

The Exploit Bulletin

Sunday, August 30, 2026

2 items require action.

Authentication BypasscriticalCVSS 9.8CVE-2026-76581

HMAC canonicalization mismatch in WPMU DEV Dashboard SSO lets unauthenticated attackers log in as administrator (CVE-2026-76581)

Wordfence and Patchstack report in-the-wild exploitation of this unauthenticated administrator bypass and a fixed release (5.0.2) is available, so sites with Hub SSO enabled that delay face full admin takeover.

The plugin's unauthenticated wdpsso_step1 and wdpsso_step2 AJAX actions build HMAC messages inconsistently — step 1 signs and discloses an unseparated concatenation of token, state, redirect, and domain, while step 2 verifies a concatenation that omits the domain. An unauthenticated attacker can exploit this ambiguity on sites connected to WPMU DEV with Hub SSO enabled and mapped to an administrator to authenticate as that administrator and take over the site.

Affected: WPMU DEV Dashboard plugin for WordPress <= 5.0.1

How to Test

Confirm the installed WPMU DEV Dashboard version — anything at or below 5.0.1 is vulnerable. Check whether the site is connected to WPMU DEV with Hub SSO enabled and mapped to an administrator account. Review web server logs for unauthenticated requests to the wdpsso_step1 and wdpsso_step2 AJAX actions, and audit administrator sessions and accounts for unrecognized activity.

How to Patch

Update the WPMU DEV Dashboard plugin to version 5.0.2, the patched version identified by Patchstack. As an interim stop-gap, disable Hub SSO on connected sites until the update is applied. On sites where SSO was enabled, verify no new administrator accounts or sessions were created before patching, and rotate credentials for any admin accounts that show suspicious activity.

Remote Code ExecutioncriticalCVSS 9.8CVE-2026-0768

Unauthenticated Python code injection in Langflow validate endpoint executes as root (CVE-2026-0768)

VulnCheck canary sensors recorded exploitation attempts on 2026-08-29 and again today, so internet-reachable Langflow instances are being actively probed and an unpatched, exposed server can be fully compromised as root.

Langflow's validate endpoint executes the user-supplied 'code' parameter as Python without validation or authentication, letting a remote attacker run arbitrary code in the context of root (ZDI-CAN-27322, CVSS 9.8). Version 1.4.2 is confirmed affected.

Affected: Langflow 1.4.2

How to Test

Confirm whether your deployment runs Langflow 1.4.2 and whether its API is reachable from the internet. Review web server or reverse-proxy logs for unauthenticated POST requests to the validate endpoint carrying a 'code' parameter, and inspect the host for unexpected processes or files created by the Langflow (root) user.

How to Mitigate

No fixed release is identified in the available data: immediately remove Langflow from direct internet exposure, place it behind an authenticating reverse proxy or VPN, and restrict network access to the validate endpoint until the vendor publishes a fix; treat any exposed 1.4.2 instance as potentially compromised and investigate before continuing to use it.