Lucene search
+L

427 matches found

CVE
CVE
added 2026/04/22 4:07 p.m.42 views

CVE-2026-35342

CVE-2026-35342 affects the mktemp utility in the uutils coreutils project. The issue arises because the implementation does not treat an empty TMPDIR as a fallback to /tmp (unlike GNU mktemp); instead, it treats an empty string as a valid path, causing temporary files to be created in the current...

3.3CVSS5.7AI score0.00133EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-35363

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability in the rm utility of uutils coreutils allows the bypass of safeguard mechanisms intended to protect the current directory. While the utility...

5.6CVSS5.4AI score0.00166EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.19 views

PT-2026-34478

Name of the Vulnerable Software and Affected Versions uutils coreutils affected versions not specified Description The mktemp utility fails to properly handle an empty TMPDIR environment variable. While other implementations fall back to /tmp when TMPDIR is an empty string, this implementation...

3.3CVSS6AI score0.00133EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.41 views

PT-2026-34499

Name of the Vulnerable Software and Affected Versions uutils coreutils affected versions not specified Description A flaw in the rm utility allows the bypass of safeguard mechanisms designed to protect the current directory. Although the utility prevents the deletion of . or .., it does not...

5.6CVSS6AI score0.00166EPSS
SaveExploits1References12
NVD
NVD
added 2026/04/21 12:16 a.m.14 views

CVE-2026-41294

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.6CVSS0.0013EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/20 11:08 p.m.12 views

EUVD-2026-23998

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.6CVSS5.8AI score0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/20 11:08 p.m.10 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 score
SaveExploits0References4
CVE
CVE
added 2026/04/14 2:55 a.m.35 views

CVE-2026-40287

PraisonAI (versions 4.5.138 and earlier) is vulnerable to local arbitrary code execution via automatic, unsanitized import of a tools.py from the current working directory. The flaw arises in components such as call.py (import_tools_from_file()), tool_resolver.py (_load_local_tools()), and CLI to...

8.4CVSS6.4AI score0.00246EPSS
SaveExploits1References1Affected Software2
Cvelist
Cvelist
added 2026/04/14 2:55 a.m.34 views

CVE-2026-40287 PraisonAI has RCE via Automatic tools.py Import

PraisonAI is a multi-agent teams system. Versions 4.5.138 and below are vulnerable to arbitrary code execution through automatic, unsanitized import of a tools.py file from the current working directory. Components including call.py importtoolsfromfile, toolresolver.py loadlocaltools, and CLI...

8.4CVSS0.00246EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/14 2:55 a.m.6 views

CVE-2026-40287

PraisonAI is a multi-agent teams system. Versions 4.5.138 and below are vulnerable to arbitrary code execution through automatic, unsanitized import of a tools.py file from the current working directory. Components including call.py importtoolsfromfile, toolresolver.py loadlocaltools, and CLI...

8.4CVSS6.4AI score0.00246EPSS
SaveExploits1References2Affected Software2
CNNVD
CNNVD
added 2026/04/14 12:00 a.m.16 views

PraisonAI 安全漏洞

PraisonAI is a low-code multi-agent collaboration framework developed by Mervin Praison. Versions of PraisonAI 4.5.138 and earlier contained a security vulnerability. This vulnerability stemmed from the automatic and uncleanly import of the tools.py file from the current working directory, which...

8.4CVSS6.1AI score0.00246EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/04/12 11:24 p.m.15 views

SUSE CVE-2026-35206

Helm is a package manager for Charts for Kubernetes. In Helm versions =3.20.1 and =4.1.3, a specially crafted Chart will cause helm pull --untar chart URL | repo/chartname to write the Chart's contents to the immediate output directory as defaulted to the current working directory; or as given by...

4.4CVSS5.8AI score0.00199EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2026/04/10 7:26 p.m.13 views

PraisonAI Vulnerable to Implicit Execution of Arbitrary Code via Automatic `tools.py` Loading

PraisonAI automatically loads a file named tools.py from the current working directory to discover and register custom agent tools. This loading process uses importlib.util.specfromfilelocation and immediately executes module-level code via spec.loader.execmodule without explicit user consent,...

7.8CVSS6.4AI score0.00209EPSS
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2026/04/10 4:03 p.m.9 views

nodejs: Nodejs file permissions bypass

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS7.1AI score0.01698EPSS
SaveExploits2References5
NVD
NVD
added 2026/04/09 9:16 p.m.18 views

CVE-2026-35206

Helm is a package manager for Charts for Kubernetes. In Helm versions =3.20.1 and =4.1.3, a specially crafted Chart will cause helm pull --untar chart URL | repo/chartname to write the Chart's contents to the immediate output directory as defaulted to the current working directory; or as given by...

4.8CVSS0.00199EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/02 4:56 p.m.15 views

CVE-2026-5271

pymanager included the current working directory in sys.path meaning modules could be shadowed by modules in the current working directory. As a result, if a user executes a pymanager-generated command e.g., pip, pytest from an attacker-controlled directory, a malicious module in that directory c...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/01 2:16 p.m.27 views

CVE-2026-5271

pymanager included the current working directory in sys.path meaning modules could be shadowed by modules in the current working directory. As a result, if a user executes a pymanager-generated command e.g., pip, pytest from an attacker-controlled directory, a malicious module in that directory c...

7.8CVSS0.00173EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/01 1:48 p.m.14 views

CVE-2026-5271 Possible to hijack modules in current working directory

pymanager included the current working directory in sys.path meaning modules could be shadowed by modules in the current working directory. As a result, if a user executes a pymanager-generated command e.g., pip, pytest from an attacker-controlled directory, a malicious module in that directory c...

5.6CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/01 1:48 p.m.40 views

CVE-2026-5271 Possible to hijack modules in current working directory

pymanager included the current working directory in sys.path meaning modules could be shadowed by modules in the current working directory. As a result, if a user executes a pymanager-generated command e.g., pip, pytest from an attacker-controlled directory, a malicious module in that directory c...

5.6CVSS0.00173EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/01 1:48 p.m.82 views

CVE-2026-5271

CVE-2026-5271 concerns the Python tool pymanager, where the current working directory is added to sys.path. The underlying issue is that modules in the attacker-controlled directory can shadow intended packages, enabling a malicious module to be imported and executed when pymanager-generated comm...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder