What happened
Attacker gains sandbox foothold via malicious plugin or prompt injection, chains CVE-2026-44113 and CVE-2026-44115 to exfiltrate credentials and secrets, exploits CVE-2026-44118 to escalate to owner-level gateway control, then uses CVE-2026-44112 to install a persistent backdoor on the host.
Why it matters
Full host compromise: credential and secret theft, owner-level agent reconfiguration, and persistent backdoor installation. All approximately 245,000 exposed instances were potentially accessible to this chain prior to the April 23 patch.
Missing authorization check
Owner-level gateway operations (configuration changes, cron scheduling, execution management) should require an out-of-band authorization receipt that cannot be self-issued by the agent runtime. The client-controlled senderIsOwner flag should be validated server-side against the authenticated session.
Would PP block it?
PP covers the authorization layer: any action requiring owner-level gateway control (CVE-2026-44118 pathway) would fail if the agent cannot produce a valid external receipt. PP does not protect against TOCTOU filesystem races (CVE-2026-44112/113) or environment variable leakage (CVE-2026-44115) — those require runtime sandbox hardening. Key insight: even a fully-compromised agent runtime cannot execute authorized production actions if the authority chain is external.