Lucene search
+L

163 matches found

OSV
OSV
added 2026/05/28 8:41 p.m.4 views

CVE-2026-45344 LinkAce: Setup database password newline injection enables pre-auth RCE on uninitialized instances

LinkAce is a self-hosted archive to collect website links. Prior to 2.5.6, the setup database configuration flow on uninitialized LinkAce instances accepts attacker-controlled database credential fields and writes them back into .env without escaping. A remote attacker who can reach the setup...

8.1CVSS6.2AI score0.00456EPSS
Exploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/22 1:55 a.m.13 views

Malicious code in mev-shield (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 9783d5e48d62da6de516b1cf5d36474143528a9c6f33a86892ee558266a4e5ec The package advertises itself as an 'MEV protection layer for Ethereum trading bots' but does the opposite. On npm install, a postinstall script...

5.8AI score
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/05/08 8:21 p.m.13 views

CVE-2026-39918

Vvveb prior to 1.0.8.1 contains a code injection vulnerability in the installation endpoint where the subdir POST parameter is written unsanitized into the env.php configuration file without escaping or validation. Attackers can inject arbitrary PHP code by breaking out of the string context in t...

9.8CVSS6.5AI score0.00665EPSS
Exploits0References1
OSV
OSV
added 2026/05/01 11:13 a.m.8 views

MAL-2026-3210 Malicious code in graphicsctxr (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 10408decaf8cace14b8124fa392ee96996c3c91358cb454cbfcd45790d18cdf9 Package contains code to exfiltrate .env to a remote target. Prior to version 2.1.1, it also created a persistent backdoor via embedding a hardcoded SSH key...

5.9AI score
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/04/28 12:0 a.m.28 views

PT-2026-35780

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.3.31 Description Workspace .env files can override the OPENCLAW BUNDLED PLUGINS DIR environment variable, which compromises the verification of plugin trust. This allows attackers who have control over the...

8.5CVSS5.8AI score0.00126EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2026/04/24 12:31 a.m.11 views

Duplicate Advisory: OpenClaw: Workspace `.env` can override the bundled hooks root and load attacker hook code

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-3qpv-xf3v-mm45. This link is maintained to preserve external references. Original Description OpenClaw before 2026.3.31 allows workspace .env files to override the OPENCLAWBUNDLEDHOOKSDIR environment variable,...

8.5CVSS6AI score0.00133EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/04/23 12:10 a.m.20 views

CVE-2026-41180

Summary: PsiTransfer before 2.4.3 is vulnerable to a path traversal in the upload PATCH flow (/files/:uploadId). The attack can abuse a mounted request path vs the downstream tus handler’s decoded uploadId to cause an unauthenticated attacker to create a file named with a pattern like config..js ...

7.5CVSS5.8AI score0.00307EPSS
Exploits0References3
CNNVD
CNNVD
added 2026/04/21 12:0 a.m.9 views

OpenClaw 安全漏洞

OpenClaw is an open-source intelligent artificial assistant developed by OpenClaw. Versions of OpenClaw prior to 2026.3.28 contained security vulnerabilities. These vulnerabilities stemmed from loading the current working directory’s .env file before configuring the trusted state directory, which...

8.6CVSS5.8AI score0.0013EPSS
Exploits0References1
OSV
OSV
added 2026/04/20 11:8 p.m.3 views

CVE-2026-41294 OpenClaw < 2026.3.28 - Environment Variable Injection via CWD .env File

OpenClaw before 2026.3.28 loads the current working directory .env file before trusted state-dir configuration, allowing environment variable injection. Attackers can place a malicious .env file in a repository or workspace to override runtime configuration and security-sensitive environment...

8.5CVSS6AI score0.0013EPSS
Exploits0References4
CVE
CVE
added 2026/04/20 2:46 p.m.12 views

CVE-2026-39918

Vvveb before 1.0.8.1 contains a code injection vulnerability in the installation endpoint. The subdir POST parameter is written unsanitized into env.php without escaping or validation, allowing an attacker to break out of the string context in the define statement and achieve unauthenticated remo...

9.8CVSS6.6AI score0.00665EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/04/20 2:46 p.m.2 views

CVE-2026-39918 Vvveb < 1.0.8.1 Code Injection via Installation Endpoint

Vvveb prior to 1.0.8.1 contains a code injection vulnerability in the installation endpoint where the subdir POST parameter is written unsanitized into the env.php configuration file without escaping or validation. Attackers can inject arbitrary PHP code by breaking out of the string context in t...

9.8CVSS6.6AI score0.00665EPSS
Exploits0References3
OSV
OSV
added 2026/04/20 2:46 p.m.3 views

CVE-2026-39918 Vvveb < 1.0.8.1 Code Injection via Installation Endpoint

Vvveb prior to 1.0.8.1 contains a code injection vulnerability in the installation endpoint where the subdir POST parameter is written unsanitized into the env.php configuration file without escaping or validation. Attackers can inject arbitrary PHP code by breaking out of the string context in t...

9.2CVSS6.7AI score0.00665EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2026/04/17 9:56 p.m.13 views

OpenClaw: Workspace .env could inject OpenClaw runtime-control variables

Summary Workspace .env could inject OpenClaw runtime-control variables. Affected Packages / Versions - Package: openclaw - Ecosystem: npm - Affected versions: = 2026.4.9 Impact A malicious workspace .env file could set OpenClaw runtime-control variables affecting update sources, gateway URLs,...

8.8CVSS5.7AI score0.00203EPSS
Exploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 9:13 p.m.8 views

PsiTransfer: Upload PATCH path traversal can create `config.<NODE_ENV>.js` and lead to code execution on restart

Summary The upload PATCH flow under /files/:uploadId validates the mounted request path using the still-encoded req.path, but the downstream tus handler later writes using the decoded req.params.uploadId. In deployments that use a supported custom PSITRANSFERUPLOADDIR whose basename prefixes a...

7.5CVSS6.1AI score0.00307EPSS
Exploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/16 1:22 p.m.7 views

CVE-2025-61260

A vulnerability was identified in OpenAI Codex CLI v0.23.0 and before that enables code execution through malicious MCP Model Context Protocol configuration files. The attack is triggered when a user runs the codex command inside a malicious or compromised repository. Codex automatically loads...

9.8CVSS6.5AI score0.06583EPSS
Exploits1References1
NVD
NVD
added 2026/04/14 3:16 p.m.5 views

CVE-2025-61260

A vulnerability was identified in OpenAI Codex CLI v0.23.0 and before that enables code execution through malicious MCP Model Context Protocol configuration files. The attack is triggered when a user runs the codex command inside a malicious or compromised repository. Codex automatically loads...

9.8CVSS0.06583EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2026/04/11 1:21 a.m.4 views

CVE-2026-39393

CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a production-ready, modular architecture with RBAC authorization and theme support. Prior to 0.31.4.0, the install route guard in ci4ms relies solely on a volatile cache check cache'settings' combined with .env file existence to block...

8.1CVSS5.9AI score0.00421EPSS
Exploits1References1
EUVD
EUVD
added 2026/04/08 7:16 p.m.8 views

EUVD-2026-20489

CI4MS Vulnerable to .env CRLF Injection via Unvalidated host Parameter in Install Controller...

8.1CVSS5.9AI score0.00516EPSS
Exploits1References3
OSV
OSV
added 2026/04/08 7:16 p.m.3 views

GHSA-VFHX-5459-QHQH CI4MS Vulnerable to .env CRLF Injection via Unvalidated `host` Parameter in Install Controller

Summary The Install::index controller reads the host POST parameter without any validation and passes it directly into updateEnvSettings, which writes it into the .env file via pregreplace. Because newline characters in the value are not stripped, an attacker can inject arbitrary configuration...

8.1CVSS5.9AI score0.00516EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2026/04/08 7:15 p.m.7 views

CI4MS Vulnerable to Post-Installation Re-entry via Cache-Dependent Install Guard Bypass

Summary The install route guard in ci4ms relies solely on a volatile cache check cache'settings' combined with .env file existence to block post-installation access to the setup wizard. When the database is temporarily unreachable during a cache miss TTL expiry or admin-triggered cache clear, the...

8.1CVSS6AI score0.00421EPSS
Exploits1References4Affected Software1
Rows per page
Query Builder