Cyber & AI intelligence
Wasteland.
Briefs indexed2769
Issues28
Published Mondays07:30 CT
⚡ Active KEV CVE-2026-93985 2026-09-19

CVE-2026-93985: OpenPanel Webhook Template Sandbox Escape Yields Worker RCE

"A critical (CVSS 9.9) sandbox escape in OpenPanel's js-runtime lets any user with project write access break out of the JavaScript webhook template validator and execute arbitrary code in the worker process."

A critical (CVSS 9.9) sandbox escape in OpenPanel's js-runtime lets any user with project write access break out of the JavaScript webhook template validator and execute arbitrary code in the worker process.

What Is It

OpenPanel's js-runtime includes a validator meant to constrain the JavaScript used in webhook templates. Through commit bad75bdd, that validator fails to block computed member access to constructor chains. An attacker who can author a webhook template can use computed property notation to reach the Function constructor and execute arbitrary code inside the worker process; a classic code injection escape, tracked as CWE-94.

The prerequisite is project write access, not anonymous access. The attack is remote, low-complexity, requires no user interaction, and needs only low privileges.

Why It Matters

The CVSS 3.1 base score is 9.9 (CRITICAL) with vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H. The CVSS 4.0 secondary score is 9.4 (CRITICAL). Two details drive the severity:

What's Vulnerable

No CPE entries have been published for this CVE, so automated inventory matching is unlikely to flag affected deployments; identify exposure by checking the commit your instance is built from.

Patch Status

The NVD record was published 2026-09-19 with vulnStatus: Received and no CISA KEV entry, so there is no confirmation of active exploitation and no federally mandated remediation deadline at this time. No fixed version or patch identifier appears in the supplied data; the vendor's GitHub security advisory (GHSA-6f7h-cvp6-w9w5) is the authoritative place to check for fix availability and any workaround guidance.

Sources