PatchDayAlert
Daily Digest · 2 min read · 5 CVEs · Issue 01 By PatchDayAlert

Four perfect 10s and a 9.9 sandbox escape: Spinnaker, Perl, and OpenClaw all need attention

Two Spinnaker RCEs (CVE-2026-32613, CVE-2026-32604) let attackers run code through pipeline expressions and gitrepo artifact injection. A 9.9 OpenClaw sandbox escape (CVE-2026-41329) bypasses privilege boundaries. Perl's Storable and Net::Dropbear round out the list with legacy crypto and deserialization bugs, both CVSS 10.0. None are exploited in the wild yet.

Patch now
0
Within 24h
3
This week
2
Exploited
0
ExchangeMicrosoftSpinnakerCloud

Four perfect 10.0s landed today, plus a 9.9 sandbox escape. The two Spinnaker bugs are the ones to move on first: both give attackers full remote code execution through pipeline definitions, no auth bypass needed. None of these are exploited in the wild yet, but that CVSS density deserves your attention this morning.


Today's CVEs

Sorted by urgency

02

CVE-2017-20230

NVD
10.0
CVSS
Patch this week CRITICAL

Perl's Storable module before version 3.05 has a stack overflow triggered by a signed/unsigned mismatch when reading class name lengths. An attacker who can feed crafted serialized data to your Perl process can crash it or potentially run arbitrary code. Exploitation requires the app to deserialize untrusted Storable blobs, so if you only deserialize data you control, your exposure is lower.

Affected estate
Anyone running Perl applications that use Storable (before 3.05) to deserialize data from untrusted sources

Evidence trail

03

CVE-2026-32613

GitHub
10.0
CVSS EPSS 0.06%
Patch within 24h CRITICAL
SpinnakerCloud

Spinnaker's expression parsing in the Echo pipeline triggers component doesn't restrict context handling, which lets an attacker inject expressions that execute arbitrary code on the server. No authentication bypass is needed if the attacker can submit or modify a pipeline definition. CVSS 10.0, not yet exploited in the wild, and EPSS is low (0.00057), but the impact is full remote code execution.

Affected estate
Teams running Spinnaker with the echo-pipelinetriggers component

Evidence trail

04

CVE-2026-32604

GitHub
10.0
CVSS EPSS 0.18%
Patch within 24h CRITICAL
SpinnakerCloud

If you use Spinnaker's gitrepo artifact type, an attacker can inject commands through the branch name or file path fields. The clouddriver-artifacts-gitrepo module doesn't properly sanitize user input, so a crafted pipeline config gives the attacker remote code execution on the Clouddriver host. CVSS 10.0, not yet exploited in the wild.

Affected estate
Teams running Spinnaker with gitrepo artifact types enabled (clouddriver-artifacts-gitrepo)

Evidence trail

05

CVE-2026-41329

NVD
9.9
CVSS EPSS 0.04%
Patch within 24h CRITICAL

OpenClaw before 2026.3.31 has a sandbox escape. An attacker can manipulate the senderIsOwner parameter and abuse heartbeat context inheritance to bypass sandbox restrictions and escalate privileges. The attack doesn't require physical access, but the attacker does need some level of existing access within the sandboxed environment to trigger it.

Affected estate
Anyone running OpenClaw versions older than 2026.3.31

Evidence trail


One email, every Wednesday morning.

Subscribe