
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-35637 is an authorization bypass vulnerability in OpenClaw (npm package) caused by premature cite expansion before channel and direct message (DM) authorization checks are completed. Affecting all versions before 2026.3.22, the flaw allows attackers to trigger cite resolution and content handling prior to final authorization decisions in the Tlon extension. It was disclosed on April 9, 2026, with patches released in version 2026.3.22. The vulnerability carries a CVSS v3.1 base score of 7.3 (High) and a CVSS v4.0 base score of 6.9 (Medium) (Github Advisory, Feedly).
The root cause is classified as CWE-696 (Incorrect Behavior Order): the Tlon extension's message monitor in extensions/tlon/src/monitor/index.ts performed cite expansion — resolving quoted/cited content from channels and DMs via API scry calls — before completing authorization checks against the channel allowFrom list or DM allowlist. This means an unauthenticated or unauthorized sender could craft a message containing a cite (a reference to content in a private channel or DM) and cause the bot to fetch and process that cited content before the deny decision was reached. The fix introduced a resolveAuthorizedMessageText() helper in utils.ts that gates all cite resolution behind an authorizedForCites boolean, ensuring unauthorized paths return only raw text without triggering cross-channel cite fetches (Github Advisory, Fix Commit).
Successful exploitation allows a network-based attacker without any privileges or user interaction to access content from restricted channels or DMs before authorization is enforced, resulting in low-impact confidentiality exposure (unauthorized information disclosure of cited message content), low-impact integrity effects (content manipulation prior to auth decisions), and minor availability impact. The vulnerability is scoped to the vulnerable system with no subsequent system impact, but it could expose sensitive message content from private channels or DMs that the attacker would not otherwise be permitted to read (Github Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure (Feedly). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.042%, indicating a very low probability of exploitation in the near term. No threat actor attribution has been reported. The low attack complexity and absence of authentication requirements make it theoretically accessible to any network attacker, but the limited impact scope reduces overall risk.
cite block referencing a private channel or DM post (e.g., {"block": {"cite": {"chan": {"nest": "chat/~private-ship/ops", "where": "/msg/~victim-ship/<postId>"}}}}) that the attacker would not normally be authorized to access.allowFrom or DM allowlist)./channels/v4/<nest>/posts/post/<postId>.json) before the deny decision is reached./channels/v4/<nest>/posts/post/<postId>.json) originating from the OpenClaw bot process in response to messages from senders not on the configured allowlist.[tlon] resolving cite...) immediately followed by authorization denial log entries, indicating cite expansion occurred before the deny path.dmAllowlist or allowFrom, paired with scry fetch activity for cited content in the same message handling cycle.The primary remediation is to upgrade the OpenClaw npm package to version 2026.3.22 or later, which defers all cite expansion until after authorization checks are completed. The fix was shipped across multiple commits (3cbf932, ebee4e2) and is confirmed present in v2026.3.23 and v2026.3.23-2. No configuration-based workaround is documented; upgrading is the only supported mitigation. Organizations should inventory all OpenClaw deployments and apply the patch within their standard maintenance windows (Github Advisory, Fix Commit).
The vulnerability was reported by researcher @zpbrent and acknowledged by the OpenClaw maintainers, with the advisory published by steipete on March 24, 2026. A duplicate GitHub advisory (GHSA-p6j4-wvmc-vx2h) was published and subsequently withdrawn on April 10, 2026, with the canonical advisory remaining at GHSA-vfg3-pqpq-93m4. VulnCheck independently documented the issue in their advisories database. No significant broader media coverage or social media discussion has been identified beyond automated CVE tracking feeds (Github Advisory, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."