Lucene search
+L

7353 matches found

Github Security Blog
Github Security Blog
added 2026/02/18 5:41 p.m.24 views

OpenClaw Chutes manual OAuth state validation bypass can cause credential substitution

Summary The manual Chutes OAuth login flow could accept attacker-controlled callback input in a way that bypassed OAuth CSRF state validation, potentially resulting in credential substitution. Impact If an attacker can convince a user to paste attacker-provided OAuth callback data during the manu...

7.1CVSS5.7AI score0.00133EPSS
SaveExploits0References6Affected Software1
vulnersOsv
vulnersOsv
added 2026/02/18 5:39 p.m.6 views

vantuz (>=3.3.2 <=3.3.7) potentially affected by CVE-2026-27487 via openclaw (=0.0.1)

openclaw NPM version =0.0.1 is affected by a known vulnerability. The following packages have a transitive dependency on openclaw and may be impacted: - vantuz =3.3.2, =3.3.7 Source cves: CVE-2026-27487 Source advisory: OSV:GHSA-4564-PVR2-QQ4H...

8CVSS5.8AI score0.012EPSS
SaveExploits0
Snyk
Snyk
added 2026/02/18 5:39 p.m.8 views

Command Injection

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Command Injection via the keychain credential refresh path. An attacker can execute arbitrary OS commands by supplying crafted OAuth tokens that are incorporated into shell command...

8.6CVSS6.1AI score0.012EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/18 5:39 p.m.6 views

GHSA-4564-PVR2-QQ4H OpenClaw: Prevent shell injection in macOS keychain credential write

Summary On macOS, the Claude CLI keychain credential refresh path constructed a shell command to write the updated JSON blob into Keychain via security add-generic-password -w .... Because OAuth tokens are user-controlled data, this created an OS command injection risk. The fix avoids invoking a...

7.6CVSS5.6AI score0.012EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/02/18 5:39 p.m.19 views

OpenClaw: Prevent shell injection in macOS keychain credential write

Summary On macOS, the Claude CLI keychain credential refresh path constructed a shell command to write the updated JSON blob into Keychain via security add-generic-password -w .... Because OAuth tokens are user-controlled data, this created an OS command injection risk. The fix avoids invoking a...

8CVSS5.6AI score0.012EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/02/18 5:38 p.m.3 views

GHSA-GQ9C-WG68-GWJ2 OpenClaw has a path traversal in browser trace/download output paths may allow arbitrary file writes

Summary OpenClaw’s browser control API accepted user-supplied output paths for trace/download files without consistently constraining writes to OpenClaw-managed temporary directories. Impact If an attacker can access the browser control API, they could attempt to write trace/download output files...

8.7CVSS5.6AI score0.00425EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/02/18 5:38 p.m.5 views

Directory Traversal

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Directory Traversal via the browser control API's handling of output paths for trace and download files. An attacker can write files to arbitrary locations on the filesystem by supplying...

9.1CVSS6.6AI score0.00425EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/02/18 5:38 p.m.8 views

vantuz (>=3.3.2 <=3.3.7) potentially affected by CVE-2026-28462 via openclaw (=0.0.1)

openclaw NPM version =0.0.1 is affected by a known vulnerability. The following packages have a transitive dependency on openclaw and may be impacted: - vantuz =3.3.2, =3.3.7 Source cves: CVE-2026-28462 Source advisory: OSV:GHSA-GQ9C-WG68-GWJ2...

9.1CVSS5.8AI score0.00425EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/02/18 5:38 p.m.11 views

OpenClaw has a path traversal in browser trace/download output paths may allow arbitrary file writes

Summary OpenClaw’s browser control API accepted user-supplied output paths for trace/download files without consistently constraining writes to OpenClaw-managed temporary directories. Impact If an attacker can access the browser control API, they could attempt to write trace/download output files...

9.1CVSS5.6AI score0.00425EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/02/18 5:37 p.m.4 views

Directory Traversal

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Directory Traversal via the waitForDownloadViaPlaywright and downloadViaPlaywright functions. An attacker can write files outside the intended temporary downloads directory by supplying a...

8.7CVSS6.5AI score0.00199EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/18 5:37 p.m.8 views

GHSA-XWJM-J929-XQ7C OpenClaw has a Path Traversal in Browser Download Functionality

Summary OpenClaw browser download helpers accepted an unsanitized output path. When invoked via the browser control gateway routes, this allowed path traversal to write downloads outside the intended OpenClaw temp downloads directory. This issue is not exposed via the AI agent tool schema no...

6.7CVSS5.6AI score0.00199EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/02/18 5:37 p.m.17 views

OpenClaw has a Path Traversal in Browser Download Functionality

Summary OpenClaw browser download helpers accepted an unsanitized output path. When invoked via the browser control gateway routes, this allowed path traversal to write downloads outside the intended OpenClaw temp downloads directory. This issue is not exposed via the AI agent tool schema no...

6.7CVSS5.5AI score0.00199EPSS
SaveExploits0References5Affected Software1
Akamai Blog
Akamai Blog
added 2026/02/18 5:0 p.m.7 views

From Clawdbot to OpenClaw: Practical Lessons in Building Secure Agents

...

5.4AI score
SaveExploits0
OSV
OSV
added 2026/02/18 12:57 a.m.6 views

GHSA-V6C6-VQQG-W888 OpenClaw affected by potential code execution via unsafe hook module path handling in Gateway

Summary OpenClaw Gateway supports hook mappings with optional JavaScript/TypeScript transform modules. In affected versions, the gateway did not sufficiently constrain configured module paths before passing them to dynamic import. Under some configurations, a user who can modify gateway...

8.6CVSS6.2AI score0.00405EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/02/18 12:57 a.m.26 views

OpenClaw affected by potential code execution via unsafe hook module path handling in Gateway

Summary OpenClaw Gateway supports hook mappings with optional JavaScript/TypeScript transform modules. In affected versions, the gateway did not sufficiently constrain configured module paths before passing them to dynamic import. Under some configurations, a user who can modify gateway...

8.6CVSS6.2AI score0.00405EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/02/18 12:57 a.m.5 views

Directory Traversal

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Directory Traversal via the transcript file operations that use unsanitized sessionId and unvalidated sessionFile paths. An attacker can access arbitrary files outside the intended...

8.4CVSS6.6AI score0.00136EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/02/18 12:57 a.m.6 views

vantuz (>=3.3.2 <=3.3.7) potentially affected by CVE-2026-28482 via openclaw (=0.0.1)

openclaw NPM version =0.0.1 is affected by a known vulnerability. The following packages have a transitive dependency on openclaw and may be impacted: - vantuz =3.3.2, =3.3.7 Source cves: CVE-2026-28482 Source advisory: OSV:GHSA-5XFQ-5MR7-426Q...

8.4CVSS5.8AI score0.00136EPSS
SaveExploits0
OSV
OSV
added 2026/02/18 12:57 a.m.13 views

GHSA-5XFQ-5MR7-426Q OpenClaw's unsanitized session ID enables path traversal in transcript file operations

Description OpenClaw versions = 2026.2.12 Fix Fixed by validating session IDs rejecting path separators / traversal sequences and enforcing sessions-directory containment for session transcript file operations. Fix Commits - 4199f9889f0c307b77096a229b9e085b8d856c26 Additional Hardening -...

8.4CVSS5.5AI score0.00136EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/02/18 12:57 a.m.23 views

OpenClaw's unsanitized session ID enables path traversal in transcript file operations

Description OpenClaw versions = 2026.2.12 Fix Fixed by validating session IDs rejecting path separators / traversal sequences and enforcing sessions-directory containment for session transcript file operations. Fix Commits - 4199f9889f0c307b77096a229b9e085b8d856c26 Additional Hardening -...

8.4CVSS5.5AI score0.00136EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/02/18 12:56 a.m.8 views

Origin Validation Error

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Origin Validation Error via the sessionssend sourceTool. An attacker can cause privileged actions to be performed by injecting crafted inter-session prompts that are misinterpreted as...

7.1CVSS5.6AI score
SaveExploits0References2
Rows per page
Query Builder