Lucene search
+L

5044 matches found

OSV
OSV
added 2026/04/03 11:3 a.m.5 views

MAL-2026-2460 Malicious code in strapi-plugin-events (npm)

[email protected] is a malicious npm package disguised as a Strapi CMS plugin. On install, it runs a postinstall script that executes an 11-phase attack: stealing .env files, environment variables, Strapi configuration, private keys, Redis data, Docker/Kubernetes secrets, and network...

6AI score
SaveExploits0References2
Snyk
Snyk
added 2026/04/03 3:7 a.m.5 views

Incomplete List of Disallowed Inputs

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs due to insufficient sanitization of environment variables related to package management, registries, Docker, compilers, and TLS overrides in the...

7.1CVSS6AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/02 9:32 p.m.9 views

EUVD-2026-18491

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

7.6CVSS6.1AI score0.0026EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/02 9:32 p.m.8 views

Duplicate Advisory: OpenClaw: Windows media loaders accepted remote-host file URLs before local path validation

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-h3x4-hc5v-v2gm. This link is maintained to preserve external references. Original Description OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment...

7.6CVSS5.9AI score0.0026EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/04/02 9:1 p.m.4 views

Improper Removal of Sensitive Information Before Storage or Transfer

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Improper Removal of Sensitive Information Before Storage or Transfer via the process.env variable being passed unsanitized to child processes. An attacker can influence the environment of...

5.1CVSS5.9AI score0.00152EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/02 9:1 p.m.16 views

OpenClaw: SSH-based sandbox backends pass unsanitized process.env to child processes

Summary SSH-based sandbox backends pass unsanitized process.env to child processes Current Maintainer Triage - Status: narrow - Normalized severity: low - Assessment: Shipped SSH sandbox paths leaked unsanitized env into local SSH child processes, but remote leakage needs non-default SSH env...

5.9AI score
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/04/02 8:57 p.m.14 views

Reliance on Untrusted Inputs in a Security Decision

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Reliance on Untrusted Inputs in a Security Decision via the PIPINDEXURL and UVINDEXURL environment variables, which bypass host execution environment sanitization and redirect Python...

7.3CVSS6AI score0.00125EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/02 7:21 p.m.10 views

CVE-2026-34426

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

7.6CVSS0.0026EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/02 6:25 p.m.36 views

CVE-2026-34426

OpenClaw is affected in versions prior to commit b57b680, due to inconsistent environment variable normalization between approval and execution paths. This allows attackers to inject attacker-controlled environment variables into execution without proper approval validation, by exploiting differi...

7.6CVSS6.1AI score0.0026EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/02 6:25 p.m.4 views

CVE-2026-34426

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

7.6CVSS6.1AI score0.0026EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/02 6:25 p.m.27 views

CVE-2026-34426 OpenClaw - Approval Bypass via Environment Variable Normalization

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

7.6CVSS0.0026EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/02 6:25 p.m.5 views

CVE-2026-34426 OpenClaw - Approval Bypass via Environment Variable Normalization

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

6.9CVSS6.1AI score0.00319EPSS
SaveExploits0References6
F5 Networks
F5 Networks
added 2026/04/02 4:40 p.m.8 views

K000159875: Apache HTTP Server vulnerability CVE-2025-65082

Security Advisory Description Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in Apache HTTP Server through environment variables set via the Apache configuration unexpectedly superseding variables calculated by the server for CGI programs. This issue affects Apache HT...

6.5CVSS7AI score0.00771EPSS
SaveExploits0Affected Software3
CNNVD
CNNVD
added 2026/04/02 12:0 a.m.8 views

OpenClaw 安全漏洞

OpenClaw is an open-source intelligent artificial assistant developed by OpenClaw. Previous versions of OpenClaw b57b680 contained security vulnerabilities. These vulnerabilities stemmed from inconsistent normalization of environment variables between the approval and execution paths, which could...

7.6CVSS5.9AI score0.0026EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.5 views

PT-2026-29869

OpenClaw versions prior to commit b57b680 contain an approval bypass vulnerability due to inconsistent environment variable normalization between approval and execution paths, allowing attackers to inject attacker-controlled environment variables into execution without approval system validation...

7.6CVSS6.1AI score0.0026EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/04/01 9:12 p.m.14 views

openssl-encrypt has CORS wildcard with allow_credentials=True in standalone servers

Summary Both standalone servers configure CORS with alloworigins="", allowcredentials=True, allowmethods="", and allowheaders="". Affected Code python server/key-server/app/main.py:86-92 server/telemetry-server/app/main.py:23-29 app.addmiddleware CORSMiddleware, alloworigins=settings.corsorigins,...

5.9AI score
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/03/31 11:56 p.m.8 views

Information Exposure

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Information Exposure via the src/infra/exec-safe-bin-semantics.ts component. An attacker can access sensitive environment variable data by executing jq programs that leverage the $ENV...

7.7CVSS5.9AI score0.00238EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/31 11:56 p.m.6 views

GHSA-JCCR-RRW2-VC8H OpenClaw safeBins jq `$ENV` filter bypass allows environment variable disclosure

Summary The jq safe-bin policy blocked explicit env usage but still allowed jq programs that accessed environment data through $ENV. Impact An operator-approved safe-bin jq command could disclose environment variables that the safe-bin policy was supposed to keep out of scope. Affected Component...

7.7CVSS5.8AI score0.00238EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/03/31 11:27 p.m.8 views

SUSE CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

9.8CVSS5.9AI score0.00619EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/03/31 4:59 a.m.6 views

CVE-2026-29872

A cross-session information disclosure vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 2026-01-19. The affected Streamlit-based GitHub MCP Agent stores user-supplied API tokens in process-wide environment variables using os.environ without...

8.2CVSS5.9AI score0.00253EPSS
SaveExploits1References1
Rows per page
Query Builder