Lucene search
+L

302525 matches found

CVE
CVE
added 2026/08/25 3:42 p.m.23 views

CVE-2026-55580

mcp-shell is an MCP server for running shell commands. Prior to 0.6.0 , config.go initializes Security.Enabled to false, and when MCP_SHELL_SEC_CONFIG_FILE is unset, the documented bare-binary deployment starts without a security policy. SecurityValidator.validateCommand in security.go then short...

8.6CVSS5.5AI score0.00151EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/08/25 3:42 p.m.19 views

binary-exploitation-writeups

Binary Exploitation Writeups A comprehensive collection of bi...

6.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/25 3:41 p.m.9 views

mcp-shell has a Secure Mode Allowlist Bypass via Default `/bin/bash` Executable

Summary mcp-shell ships a default Docker configuration security.yaml that includes /bin/bash in the allowedexecutables allowlist. The command validator security.go only checks whether the first token of the supplied command matches an allowed executable; it does not inspect or reject shell...

8.4CVSS6.4AI score0.0034EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/25 3:41 p.m.4 views

GHSA-3X77-WG38-92R3 mcp-shell has a Secure Mode Allowlist Bypass via Default `/bin/bash` Executable

Summary mcp-shell ships a default Docker configuration security.yaml that includes /bin/bash in the allowedexecutables allowlist. The command validator security.go only checks whether the first token of the supplied command matches an allowed executable; it does not inspect or reject shell...

8.4CVSS6.5AI score0.0034EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 3:40 p.m.39 views

CVE-2026-55581 mcp-shell: Secure Mode Allowlist Bypass via Default `/bin/bash` Executable

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default Docker security.yaml includes /bin/bash in allowedexecutables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell...

8.4CVSS0.0034EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/25 3:40 p.m.6 views

CVE-2026-55581 mcp-shell: Secure Mode Allowlist Bypass via Default `/bin/bash` Executable

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default Docker security.yaml includes /bin/bash in allowedexecutables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell...

8.4CVSS5.8AI score0.0034EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 3:40 p.m.7 views

CVE-2026-55581 mcp-shell: Secure Mode Allowlist Bypass via Default `/bin/bash` Executable

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default Docker security.yaml includes /bin/bash in allowedexecutables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell...

8.4CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/25 3:40 p.m.25 views

CVE-2026-55581

mcp-shell is an MCP server for running shell commands securely. Prior to 0.6.0 , the default Docker security.yaml includes /bin/bash in allowed_executables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell -c flag. A caller of the shel...

8.4CVSS5.8AI score0.0034EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 3:40 p.m.8 views

EUVD-2026-65549

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default Docker security.yaml includes /bin/bash in allowedexecutables, while security.go validates only the first token and checkBlockedPatternsAndCommands does not reject the shell...

8.4CVSS5.8AI score0.0034EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 3:39 p.m.20 views

mcp-shell has a Secure Mode Allowlist Bypass via Git Shell Alias

Summary mcp-shell's "secure mode" is designed to restrict command execution to an allowlist of executables defined in security.yaml. The default configuration includes /usr/bin/git. The security validator in security.go blocks common shell metacharacters |&;$\ but omits !, which is the prefix Git...

8.4CVSS6.6AI score0.00193EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/25 3:39 p.m.3 views

GHSA-74HP-MGGR-HV58 mcp-shell has a Secure Mode Allowlist Bypass via Git Shell Alias

Summary mcp-shell's "secure mode" is designed to restrict command execution to an allowlist of executables defined in security.yaml. The default configuration includes /usr/bin/git. The security validator in security.go blocks common shell metacharacters |&;$\ but omits !, which is the prefix Git...

8.4CVSS6.8AI score0.00193EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/25 3:37 p.m.6 views

CVE-2026-55582 mcp-shell: Secure Mode Allowlist Bypass via Git Shell Alias

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default security.yaml allows /usr/bin/git, while security.go omits ! from containsShellMetacharacters and containsDangerousShellConstructs and applies no per-executable argument policy. A...

8.4CVSS6AI score0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 3:37 p.m.7 views

CVE-2026-55582 mcp-shell: Secure Mode Allowlist Bypass via Git Shell Alias

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default security.yaml allows /usr/bin/git, while security.go omits ! from containsShellMetacharacters and containsDangerousShellConstructs and applies no per-executable argument policy. A...

8.4CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/25 3:37 p.m.28 views

CVE-2026-55582 mcp-shell: Secure Mode Allowlist Bypass via Git Shell Alias

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default security.yaml allows /usr/bin/git, while security.go omits ! from containsShellMetacharacters and containsDangerousShellConstructs and applies no per-executable argument policy. A...

8.4CVSS0.00193EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/25 3:37 p.m.25 views

CVE-2026-55582

mcp-shell is an MCP server for running shell commands securely. Prior to 0.6.0 , the default security.yaml allows /usr/bin/git, while security.go omits the ! character from its shell-metacharacter and dangerous-construct checks and applies no per-executable argument policy. A caller of the shell_...

8.4CVSS5.9AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 3:37 p.m.8 views

EUVD-2026-65548

mcp-shell is an MCP server for running shell commands securely, auditably, and on demand. Prior to 0.6.0, the default security.yaml allows /usr/bin/git, while security.go omits ! from containsShellMetacharacters and containsDangerousShellConstructs and applies no per-executable argument policy. A...

8.4CVSS5.9AI score0.00193EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/25 3:36 p.m.5 views

cve-2022-36804

CVE-2022-36804 Bitbucket PoC Questo repository contiene uno script di exploit in Python per la vulnerabilità CVE-2022-36804 di Atlassian Bitbucket Server/Data Center. Il problema è una falla di command injection nel flusso dell'archivio Git, in cui parametri prefix appositamente costruiti possono...

8.8CVSS8.4AI score0.99077EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/08/25 3:32 p.m.3 views

ghostlock-k419-adapter

GhostLock — Jailbreak per Bootloader Bloccato OnePlus Exploit del kernel per dispositivi OnePlus/OPPO/realme con bootloader bloccato. Ottiene la root + installazione di KernelSU senza sbloccare il bootloader o modificare l'immagine di boot. Rilevamento automatico a runtime della versione del kern...

7.8CVSS7AI score0.00768EPSS
SaveExploits76
OSV
OSV
added 2026/08/25 3:26 p.m.4 views

GHSA-MW6R-2HVM-4RP2 qwed-mcp has Unsafe SymPy `parse_expr()` Remote Code Execution via Unsanitized Math Expression Input

Summary verifymathexpression in qwed-mcp v0.2.0 passes attacker-controlled strings directly to SymPy's parseexpr without restricting globaldict or validating the expression's AST. Because parseexpr internally calls eval and Python automatically injects the current module's builtins when no explic...

9.8CVSS6.8AI score0.0041EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/25 3:26 p.m.8 views

qwed-mcp has Unsafe SymPy `parse_expr()` Remote Code Execution via Unsanitized Math Expression Input

Summary verifymathexpression in qwed-mcp v0.2.0 passes attacker-controlled strings directly to SymPy's parseexpr without restricting globaldict or validating the expression's AST. Because parseexpr internally calls eval and Python automatically injects the current module's builtins when no explic...

9.8CVSS6.7AI score0.0041EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder