Lucene search
+L

34312 matches found

OSV
OSV
added 2026/04/01 11:18 p.m.26 views

GHSA-W37C-QQFP-C67F PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

Summary runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick substitutions unescaped, allowing arbitrary OS command executi...

7.8CVSS6.3AI score0.00545EPSS
SaveExploits1References3
NVD
NVD
added 2026/04/01 9:17 p.m.11 views

CVE-2026-34528

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.62.2, the signupHandler in File Browser applies default user permissions via d.settings.Defaults.Applyuser, then strips only Admin. The Execu...

9.8CVSS0.00654EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/01 8:39 p.m.4 views

CVE-2026-34528 File Browser's Signup Grants Execution Permissions When Default Permissions Includes Execution

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.62.2, the signupHandler in File Browser applies default user permissions via d.settings.Defaults.Applyuser, then strips only Admin. The Execu...

8.1CVSS6.1AI score0.00654EPSS
SaveExploits1References2
CVE
CVE
added 2026/04/01 8:39 p.m.28 views

CVE-2026-34528

CVE-2026-34528 — File Browser : Multiple sources confirm that prior to version 2.62.2, the signupHandler copies all default permissions and only strips Admin, leaving Execute and Commands intact. If signup is enabled and Execute=true with default commands, an unauthenticated self-registered user ...

9.8CVSS6.1AI score0.00654EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/01 8:39 p.m.5 views

CVE-2026-34528

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.62.2, the signupHandler in File Browser applies default user permissions via d.settings.Defaults.Applyuser, then strips only Admin. The Execu...

8.1CVSS6.1AI score0.00654EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/04/01 3:31 p.m.11 views

EUVD-2026-17903

ByteDance Deer-Flow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

8.8CVSS6.3AI score0.004EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/01 2:16 p.m.9 views

CVE-2026-34430

ByteDance DeerFlow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

9.6CVSS0.004EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/01 1:34 p.m.6 views

CVE-2026-34430

ByteDance DeerFlow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

9.6CVSS6.2AI score0.004EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/01 1:34 p.m.14 views

CVE-2026-34430 ByteDance DeerFlow LocalSandboxProvider Host Bash Escape

ByteDance DeerFlow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

8.6CVSS6.3AI score
SaveExploits0References6
CVE
CVE
added 2026/04/01 1:34 p.m.27 views

CVE-2026-34430

CVE-2026-34430 affects ByteDance DeerFlow versions before commit 92c7a20. A sandbox escape exists in the bash tool handling, allowing an attacker to bypass regex-based validation via shell features (e.g., directory changes, relative paths) and exploit incomplete shell semantics modeling to read/m...

9.6CVSS6.2AI score0.004EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/01 1:34 p.m.48 views

CVE-2026-34430 ByteDance DeerFlow LocalSandboxProvider Host Bash Escape

ByteDance DeerFlow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

8.8CVSS0.004EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/01 5:01 a.m.9 views

CVE-2026-30314

Ridvay Code's command auto-approval module contains a critical OS command injection vulnerability that renders its whitelist security mechanism completely ineffective. The system relies on fragile regular expressions to parse command structures; while it attempts to intercept dangerous operations...

9.8CVSS6.3AI score0.01201EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 5:00 a.m.12 views

CVE-2026-30311

Ridvay Code's command auto-approval module contains a critical OS command injection vulnerability that renders its whitelist security mechanism completely ineffective. The system relies on fragile regular expressions to parse command structures; while it attempts to intercept dangerous operations...

9.8CVSS6.3AI score0.01659EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.22 views

PT-2026-29522

Name of the Vulnerable Software and Affected Versions ByteDance Deer-Flow versions prior to commit 92c7a20 Description ByteDance Deer-Flow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling. This allows attackers to execute arbitrary commands on the host...

9.6CVSS6.3AI score0.004EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.30 views

PT-2026-29824

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 1.5.90 Description PraisonAI's run python function constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only...

9.8CVSS6.3AI score0.00545EPSS
SaveExploits1References8
CNNVD
CNNVD
added 2026/04/01 12:00 a.m.14 views

File Browser 安全漏洞

File Browser is an open-source file management interface developed by File Browser. It allows for the uploading, deletion, previewing, and editing of files within a specified directory. Versions of File Browser prior to 2.62.2 contained security vulnerabilities. These vulnerabilities stemmed from...

9.8CVSS6.2AI score0.00654EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.14 views

PT-2026-29811

Name of the Vulnerable Software and Affected Versions: Ferret versions prior to 2.0.0-alpha.4 Description: Ferret is a declarative system for working with web data. A path traversal vulnerability exists in the IO::FS::WRITE standard library function, allowing a malicious website to write arbitrar...

8.1CVSS6.5AI score0.00514EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.15 views

PT-2026-29831

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 4.5.97 Description PraisonAI's SubprocessSandbox in all modes BASIC, STRICT, NETWORK ISOLATED utilizes subprocess.run with shell=True and relies on string-pattern matching for command blocking. The blocklist does no...

10CVSS6.2AI score0.00383EPSS
SaveExploits1References12
CNNVD
CNNVD
added 2026/04/01 12:00 a.m.14 views

Cisco Integrated Management Controller 命令注入漏洞

The Cisco Integrated Management Controller IMC is a set of software developed by Cisco, Inc., used for managing UCS Unified Computing System environments. This software supports HTTP and SSH access, and allows operations such as powering on, powering off, and restarting servers. The Cisco IMC has...

6.5CVSS6.1AI score0.00929EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/03/31 10:24 p.m.10 views

Command Injection

Overview fastmcp is a The fast, Pythonic way to build MCP servers and clients. Affected versions of this package are vulnerable to Command Injection via the subprocess-backed install commands. An attacker can execute arbitrary commands with the privileges of the user running the process by...

7.8CVSS6.1AI score0.00735EPSS
SaveExploits1References2
Rows per page
Query Builder