Lucene search
+L

19 matches found

SUSE CVE
SUSE CVE
added 5 days ago5 views

SUSE CVE-2026-54090

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.33.8, when a shell interpreter is configured e.g. /bin/sh -c, the command allowlist can be bypassed through shell metacharacters. The allowlist...

8.7CVSS7.8AI score0.00323EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/27 5:54 p.m.9 views

CVE-2026-55578

Pheditor is a single-file editor and file manager written in PHP. From version 2.0.1 to before version 2.0.6, the terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which...

8.8CVSS6AI score0.00362EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/27 5:54 p.m.34 views

CVE-2026-55578 Pheditor: Incomplete command sanitization in terminal feature allows RCE via pipe operator, backtick substitution, and newline injection

Pheditor is a single-file editor and file manager written in PHP. From version 2.0.1 to before version 2.0.6, the terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which...

8.8CVSS0.00362EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/27 5:53 p.m.10 views

CVE-2026-54540

Pheditor is a single-file editor and file manager written in PHP. Prior to version 2.0.5, there is an authenticated terminal command whitelist bypass. The terminal feature checks whether the submitted command starts with one of the configured TERMINALCOMMANDS values, then passes the full command...

8.8CVSS6AI score0.00712EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/16 12:0 a.m.17 views

PT-2026-60697

Name of the Vulnerable Software and Affected Versions Pheditor versions 2.0.1 through 2.0.5 Description The terminal feature in Pheditor contains a flaw in how it sanitizes user-supplied commands before passing them to the shell exec function. While a blocklist is used to filter dangerous...

8.8CVSS6.1AI score0.00362EPSS
SaveExploits0References12
OSV
OSV
added 2026/06/29 11:50 a.m.12 views

PYSEC-2026-471 PraisonAI: OS Command Injection in MCPHandler.parse_mcp_command()

Summary The --mcp CLI argument is passed directly to shlex.split and forwarded through the call chain to anyio.openprocess with no validation, allowlist check, or sanitization at any hop, allowing arbitrary OS command execution as the process user. Details cli/features/mcp.py:61 source -...

9.8CVSS6AI score0.00824EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/06/25 5:51 p.m.6 views

CVE-2026-54090 File Browser: Command Allowlist Bypass via Shell Metacharacter Injection

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.33.8, when a shell interpreter is configured e.g. /bin/sh -c, the command allowlist can be bypassed through shell metacharacters. The allowlist...

8.7CVSS5.9AI score0.00323EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/25 5:51 p.m.10 views

CVE-2026-54090

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.33.8, when a shell interpreter is configured e.g. /bin/sh -c, the command allowlist can be bypassed through shell metacharacters. The allowlist...

8.7CVSS6AI score0.00323EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/06/25 5:51 p.m.26 views

CVE-2026-54090 File Browser: Command Allowlist Bypass via Shell Metacharacter Injection

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.33.8, when a shell interpreter is configured e.g. /bin/sh -c, the command allowlist can be bypassed through shell metacharacters. The allowlist...

8.7CVSS0.00323EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/25 5:51 p.m.75 views

CVE-2026-54090

Summary (CVE-2026-54090) : File Browser before version 2.33.8 is vulnerable to a command allowlist bypass when a shell interpreter is configured (e.g., /bin/sh -c). The allowlist checks only the first token, but the full raw input is passed to the shell, allowing metacharacters (semicolon, pipe, ...

8.7CVSS6AI score0.00323EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/25 5:51 p.m.7 views

CVE-2026-54090 File Browser: Command Allowlist Bypass via Shell Metacharacter Injection

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.33.8, when a shell interpreter is configured e.g. /bin/sh -c, the command allowlist can be bypassed through shell metacharacters. The allowlist...

8.7CVSS6.1AI score0.00323EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/06/19 1:35 p.m.16 views

Network-AI: Improper Neutralization of Special Elements used in an OS Command

Summary The agent sandbox gates shell commands behind an allowlist SandboxPolicy.isCommandAllowed, which THREATMODEL.md calls the main control against a compromised agent Adversary 3.2. The allowlist glob-matches the whole command string, but ShellExecutor runs that string through /bin/sh -c. So...

9.9CVSS6.5AI score0.0037EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/19 12:0 a.m.21 views

PT-2026-50970

Name of the Vulnerable Software and Affected Versions Network-AI versions prior to 5.9.1 Description An issue exists in the agent sandbox where shell commands are gated behind an allowlist using the SandboxPolicy.isCommandAllowed function. The allowlist uses glob-matching on the entire command...

9.9CVSS6.2AI score0.0037EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/06/18 2:26 p.m.15 views

npm PraisonAI utility shell safe-command wrapper allowlist bypass via shell chaining

Summary The published npm package praisonai ships dist/tools/utility-tools.js, which exports a shellcommand helper described in source as: text Execute shell command safe version - read-only commands The helper attempts to enforce a safe read-only command allowlist by checking only the first...

5.9AI score
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/05/26 7:54 p.m.27 views

EUVD-2026-31978

Lumiverse is a full-featured AI chat application. Prior to 0.9.7, the MCP server creation endpoint validates the command field against an allowlist of binary names but forwards the args array to the child process without any validation. Every binary on the allowlist accepts an inline-code executi...

9.9CVSS6.3AI score0.00377EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/01 11:20 p.m.4 views

GHSA-9GM9-C8MQ-VQ7M PraisonAI: OS Command Injection in MCPHandler.parse_mcp_command()

Summary The --mcp CLI argument is passed directly to shlex.split and forwarded through the call chain to anyio.openprocess with no validation, allowlist check, or sanitization at any hop, allowing arbitrary OS command execution as the process user. Details cli/features/mcp.py:61 source -...

9.8CVSS6.2AI score0.00824EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/31 11:44 p.m.9 views

GHSA-X8JC-JVQM-PM3F File Browser's Signup Grants Execution Permissions When Default Permissions Includes Execution

Summary The signupHandler in File Browser applies default user permissions via d.settings.Defaults.Applyuser, then strips only Admin commit a63573b. The Execute permission and Commands list from the default user template are not stripped. When an administrator has enabled signup, server-side...

8.1CVSS6.3AI score0.00654EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/03/21 12:0 a.m.14 views

PT-2026-26738

OpenClaw versions prior to 2026.2.22 fail to sanitize shell startup environment variables HOME and ZDOTDIR in the system.run function, allowing attackers to bypass command allowlist protections. Remote attackers can inject malicious startup files such as .bash profile or .zshenv to achieve...

7.7CVSS6.5AI score0.00559EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/19 10:16 p.m.17 views

CVE-2026-32003

OpenClaw versions prior to 2026.2.22 contain an environment variable injection vulnerability in the system.run function that allows attackers to bypass command allowlist restrictions via SHELLOPTS and PS4 environment variables. An attacker who can invoke system.run with request-scoped environment...

7.5CVSS0.0053EPSS
SaveExploits0References3
Rows per page
Query Builder