CVE-2026-32899: OpenClaw: sender-policy bypass injects unauthorized agent events
MEDIUMOpenClaw fails to apply sender-policy checks to reaction_* and pin_* event types, allowing any low-privileged authenticated user—including those explicitly blocked by DM policies or channel allowlists—to inject events directly into the AI agent's system-event context. While CVSS sits at 4.3 (Medium), EPSS places this at the 90th percentile for exploitation likelihood, and OpenClaw's ecosystem is already documented for malicious third-party skill abuse (AIID #1368), making unauthorized context injection a credible pivot toward agent manipulation. No public exploit exists and the CVE is absent from CISA KEV, but the low-privilege, no-user-interaction attack surface means any authenticated user in a multi-tenant deployment is a potential threat actor. Upgrade to OpenClaw 2026.2.25 or later immediately and audit system-event logs for reaction_* and pin_* events originating from policy-restricted senders.
What is the risk?
Medium severity by CVSS (4.3) but contextually elevated in AI agent deployments. CWE-863 (Incorrect Authorization) on event routing means the integrity control protecting agent context is bypassable with only low privileges over the network. The 90th EPSS percentile indicates broader-than-typical exploitation interest relative to peers at this severity level. With 396 prior CVEs in the same package, the OpenClaw attack surface is well-characterized by threat actors. Risk is primarily to integrity—unauthorized events can steer agent behavior—rather than confidentiality or availability, but in agentic workflows that integrity impact can cascade into unauthorized tool invocations or workflow state manipulation.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
5 steps-
Upgrade OpenClaw to version 2026.2.25 or later, which applies consistent sender-policy validation to all event types including reaction_* and pin_*.
-
Until patched, restrict OpenClaw deployments to trusted, homogeneous user pools where allowlist enforcement is not the primary isolation boundary.
-
Audit system-event logs for reaction_* and pin_* events emitted by senders configured as restricted in DM policies or channel allowlists.
-
Review and patch all downstream dependents that embed OpenClaw as a library.
-
Enable event-level audit logging in OpenClaw to establish a detection baseline for anomalous event injection patterns.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-32899?
OpenClaw fails to apply sender-policy checks to reaction_* and pin_* event types, allowing any low-privileged authenticated user—including those explicitly blocked by DM policies or channel allowlists—to inject events directly into the AI agent's system-event context. While CVSS sits at 4.3 (Medium), EPSS places this at the 90th percentile for exploitation likelihood, and OpenClaw's ecosystem is already documented for malicious third-party skill abuse (AIID #1368), making unauthorized context injection a credible pivot toward agent manipulation. No public exploit exists and the CVE is absent from CISA KEV, but the low-privilege, no-user-interaction attack surface means any authenticated user in a multi-tenant deployment is a potential threat actor. Upgrade to OpenClaw 2026.2.25 or later immediately and audit system-event logs for reaction_* and pin_* events originating from policy-restricted senders.
Is CVE-2026-32899 actively exploited?
No confirmed active exploitation of CVE-2026-32899 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-32899?
1. Upgrade OpenClaw to version 2026.2.25 or later, which applies consistent sender-policy validation to all event types including reaction_* and pin_*. 2. Until patched, restrict OpenClaw deployments to trusted, homogeneous user pools where allowlist enforcement is not the primary isolation boundary. 3. Audit system-event logs for reaction_* and pin_* events emitted by senders configured as restricted in DM policies or channel allowlists. 4. Review and patch all downstream dependents that embed OpenClaw as a library. 5. Enable event-level audit logging in OpenClaw to establish a detection baseline for anomalous event injection patterns.
What systems are affected by CVE-2026-32899?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, multi-agent orchestration, event-driven AI pipelines.
What is the CVSS score for CVE-2026-32899?
CVE-2026-32899 has a CVSS v3.1 base score of 4.3 (MEDIUM). The EPSS exploitation probability is 0.20%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0012 Valid Accounts AML.T0049 Exploit Public-Facing Application AML.T0080 AI Agent Context Poisoning Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions prior to 2026.2.25 fail to consistently apply sender-policy checks to reaction_* and pin_* non-message events before adding them to system-event context. Attackers can bypass configured DM policies and channel user allowlists to inject unauthorized reaction and pin events from restricted senders.
Exploitation Scenario
An attacker with a low-privilege account blocked from a target channel via the allowlist sends crafted reaction_* or pin_* events directly against the OpenClaw API. Because pre-2026.2.25 code skips sender validation for these non-message event types, the events pass through and are appended to the AI agent's system-event context. The agent, treating these as legitimate signals from authorized participants, may trigger downstream workflow steps, summarize or act on pinned content, or update internal state in ways the channel administrators did not sanction. In a multi-tenant enterprise deployment where the agent coordinates sensitive workflows, this provides a low-effort path to indirect influence over agent behavior without controlling any message content directly—essentially a policy-invisible prompt injection via event injection.
Weaknesses (CWE)
CWE-863 — Incorrect Authorization: The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
- [Architecture and Design] Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries. Note that this approach may not protect against horizontal authorization, i.e., it will not protect a user from attacking others with the same role.
- [Architecture and Design] Ensure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible to the patient and the patient's doctor [REF-7].
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N References
- github.com/openclaw/openclaw/commit/75dfb71e4e8b7c2feba5a8ca662f92ea840e0147 patch
- github.com/openclaw/openclaw/commit/aedf62ac7e669a89c7b299201bf6537dc6b12e0e patch
- github.com/openclaw/openclaw/security/advisories/GHSA-rm2p-j3r7-4x4j vendor-advisory
- vulncheck.com/advisories/openclaw-sender-policy-bypass-in-slack-reaction-and-pin-event-handlers third-party-advisory
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw