Lucene search
+L

1805 matches found

Cvelist
Cvelist
added 2026/03/18 1:34 a.m.31 views

CVE-2026-22168 OpenClaw < 2026.2.21 - Command Injection via cmd.exe /c Trailing Arguments in system.run

OpenClaw versions prior to 2026.2.21 contain an approval-integrity mismatch vulnerability in system.run that allows authenticated operators to execute arbitrary trailing arguments after cmd.exe /c while approval text reflects only a benign command. Attackers can smuggle malicious arguments throug...

7.1CVSS0.00406EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/03/18 12:0 a.m.8 views

OpenClaw 安全漏洞

OpenClaw is an intelligent artificial assistant open-sourced by OpenClaw. OpenClaw suffers from an approval bypass vulnerability that can be exploited by an attacker to execute commands from an unexpected file system location by rebinding a writable parent symbolic link...

6.9CVSS5.9AI score0.00095EPSS
SaveExploits0References7
CVE
CVE
added 2026/03/17 10:53 a.m.52 views

CVE-2026-30911

Summary (CVE-2026-30911) Apache Airflow versions 3.1.0–3.1.7 have a missing authorization vulnerability in the Execution API’s Human-in-the-Loop (HITL) endpoints. The issue permits any authenticated task instance to read, approve, or reject HITL workflows belonging to other task instances, effect...

8.1CVSS5.8AI score0.00409EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/13 3:47 p.m.8 views

OpenClaw: Node-host approvals could show misleading shell payloads instead of the executed argv

Summary In affected versions of openclaw, node-host system.run approvals could display only an extracted shell payload such as jq --version while execution still ran a different outer wrapper argv such as ./env sh -c 'jq --version'. Impact This is an approval-integrity bug. An attacker who could...

8CVSS6.1AI score0.00272EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/13 3:47 p.m.28 views

GHSA-RW39-5899-8MXP OpenClaw: Node-host approvals could show misleading shell payloads instead of the executed argv

Summary In affected versions of openclaw, node-host system.run approvals could display only an extracted shell payload such as jq --version while execution still ran a different outer wrapper argv such as ./env sh -c 'jq --version'. Impact This is an approval-integrity bug. An attacker who could...

7.1CVSS6.1AI score0.00272EPSS
SaveExploits0References5
OSV
OSV
added 2026/03/13 3:47 p.m.6 views

GHSA-XF99-J42Q-5W5P OpenClaw: Unbound interpreter and runtime commands could bypass node-host approval integrity

Summary In affected versions of openclaw, node-host system.run approvals could still execute rewritten local code for interpreter and runtime commands when OpenClaw could not bind exactly one concrete local file operand during approval planning. Impact Deployments using node-host system.run...

7.3CVSS6.2AI score0.00132EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/13 12:0 a.m.7 views

PT-2026-29231

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.3.11 Description The software contains an approval-integrity issue within the node-host system.run approvals functionality. This allows the display of extracted shell payloads instead of the executed arguments. ...

8CVSS6.3AI score0.00272EPSS
SaveExploits0References13
Snyk
Snyk
added 2026/03/12 2:21 p.m.9 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition through the system.run approval flow. An attacker can execute unauthorized or modified scripts by obtaining approval for a script execution...

6.3CVSS6.1AI score
SaveExploits0References2
OSV
OSV
added 2026/03/12 2:21 p.m.6 views

GHSA-8G75-Q649-6PV6 OpenClaw's system.run approvals did not bind mutable script operands across approval and execution

OpenClaw's system.run approval flow did not bind mutable interpreter-style script operands across approval and execution. A caller could obtain approval for an execution such as sh ./script.sh, rewrite the approved script before execution, and then execute different content under the previously...

6.3CVSS6.2AI score0.002EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/03/12 12:0 a.m.5 views

PT-2026-29229

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.3.8 Description The software contains an approval bypass issue in the system.run function where mutable script operands are not properly bound during the approval and execution stages. This allows attackers to...

6.3CVSS6.1AI score0.002EPSS
SaveExploits0References13
Packet Storm News
Packet Storm News
added 2026/03/12 12:0 a.m.6 views

AEGIS: No Tool Call Left Unchecked -- a Pre-Execution Firewall and Audit Layer for AI Agents

AI agents increasingly act through external tools: they query databases, execute shell commands, read and write files, and send network requests. Yet in most current agent stacks, model-generated tool calls are handed to the execution layer with no framework-agnostic control point in between...

6AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/03/09 7:54 p.m.13 views

OpenClaw: system.run wrapper-depth boundary could skip shell approval gating

OpenClaw's system.run dispatch-wrapper handling applied different depth-boundary rules to shell-wrapper approval detection and execution planning. With exactly four transparent dispatch wrappers such as repeated env invocations before /bin/sh -c, the approval classifier could stop treating the...

5.3CVSS5.9AI score0.00108EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/09 7:54 p.m.10 views

GHSA-R6QF-8968-WJ9Q OpenClaw: system.run wrapper-depth boundary could skip shell approval gating

OpenClaw's system.run dispatch-wrapper handling applied different depth-boundary rules to shell-wrapper approval detection and execution planning. With exactly four transparent dispatch wrappers such as repeated env invocations before /bin/sh -c, the approval classifier could stop treating the...

5.3CVSS5.9AI score0.00108EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/03/09 7:53 p.m.14 views

OpenClaw's system.run allowlist approval parsing missed PowerShell encoded-command wrappers

OpenClaw's system.run shell-wrapper detection did not recognize PowerShell -EncodedCommand forms as inline-command wrappers. In allowlist mode, a caller with access to system.run could invoke pwsh or powershell using -EncodedCommand, -enc, or -e, and the request would fall back to plain argv...

5.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/09 7:53 p.m.5 views

GHSA-3H2Q-J2V4-6W5R OpenClaw's system.run allowlist approval parsing missed PowerShell encoded-command wrappers

OpenClaw's system.run shell-wrapper detection did not recognize PowerShell -EncodedCommand forms as inline-command wrappers. In allowlist mode, a caller with access to system.run could invoke pwsh or powershell using -EncodedCommand, -enc, or -e, and the request would fall back to plain argv...

5CVSS5.9AI score
SaveExploits0References4
Snyk
Snyk
added 2026/03/09 7:53 p.m.11 views

Incorrect Authorization

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Incorrect Authorization in the system.run process when PowerShell encoded-command wrappers such as -EncodedCommand, -enc, or -e are used. An attacker can bypass approval mechanisms and...

5CVSS6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/09 12:0 a.m.13 views

PT-2026-27222

OpenClaw's system.run dispatch-wrapper handling applied different depth-boundary rules to shell-wrapper approval detection and execution planning. With exactly four transparent dispatch wrappers such as repeated env invocations before /bin/sh -c, the approval classifier could stop treating the...

5CVSS6AI score0.00108EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/03/08 1:44 a.m.8 views

CVE-2026-1644

The WP Frontend Profile plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.3.8. This is due to missing nonce validation on the 'updateaction' function. This makes it possible for unauthenticated attackers to approve or reject user account...

4.3CVSS5.8AI score0.0016EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/07 1:43 a.m.5 views

CVE-2026-28466

OpenClaw versions prior to 2026.2.14 contain a vulnerability in the gateway in which it fails to sanitize internal approval fields in node.invoke parameters, allowing authenticated clients to bypass exec approval gating for system.run commands. Attackers with valid gateway credentials can inject...

9.9CVSS6AI score0.0042EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/07 1:21 a.m.3 views

CVE-2026-2494 ProfileGrid <= 5.9.8.2 - Cross-Site Request Forgery to Group Membership Request Approval/Denial

The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.9.8.2. This is due to missing nonce validation on the membership request management page approve and decline actions. This makes it...

4.3CVSS5.6AI score0.00131EPSS
SaveExploits0References4
Rows per page
Query Builder