Cwe 78

🧬 CWE Related 120
slug: cwe-78

Explanation

CWE-78は「ユーザー入力をシェルコマンドの一部として使うとき、適切にエスケープせず、攻撃者がコマンドを追加実行できてしまう欠陥」のことです。 例えば `ping {ユーザー入力IP}` の {ユーザー入力IP} に `; rm -rf /` のような文字列を入れられると、サーバー上のファイルが削除されます。 対策は「シェル経由を避け、引数を配列として直接渡す (PHPなら escapeshellarg)」。
📌 Example
Shellshock (CVE-2014-6271): Bashの脆弱性で、Webサーバーへの普通のリクエスト経由で任意のシェルコマンドが実行できた歴史的な事件。

🔖 Related tags

🛡 Vulnerabilities tagged with this 1,313

ID Title
CVE-2026-76060 OS Command Injection in cisa (CVE-2026-76060)
CVE-2026-45018 OS Command Injection in chainlit (CVE-2026-45018)
CVE-2026-79992 OS Command Injection in CVE-2026-79992 (CVE-2026-79992)
CVE-2026-76195 OS Command Injection in CVE-2026-76195 (CVE-2026-76195)
CVE-2026-76197 OS Command Injection in CVE-2026-76197 (CVE-2026-76197)
CVE-2026-55580 OS Command Injection in github.com/sonirico/mcp-shell (CVE-2026-55580)
CVE-2026-55581 OS Command Injection in github.com/sonirico/mcp-shell (CVE-2026-55581)
CVE-2026-55582 OS Command Injection in github.com/sonirico/mcp-shell (CVE-2026-55582)
CVE-2026-79623 Command Injection in CVE-2026-79623 (CVE-2026-79623)
CVE-2026-63586 OS Command Injection in CVE-2026-63586 (CVE-2026-63586)
CVE-2026-78430 Command Injection in CVE-2026-78430 (CVE-2026-78430)
CVE-2026-78541 OS Command Injection in CVE-2026-78541 (CVE-2026-78541)
CVE-2026-9254 OS Command Injection in CVE-2026-9254 (CVE-2026-9254)
CVE-2026-71943 OS Command Injection in CVE-2026-71943 (CVE-2026-71943)
CVE-2026-71931 OS Command Injection in CVE-2026-71931 (CVE-2026-71931)
CVE-2026-71925 OS Command Injection in CVE-2026-71925 (CVE-2026-71925)
CVE-2026-71929 OS Command Injection in CVE-2026-71929 (CVE-2026-71929)
CVE-2026-71930 OS Command Injection in CVE-2026-71930 (CVE-2026-71930)
CVE-2026-71927 OS Command Injection in CVE-2026-71927 (CVE-2026-71927)
CVE-2026-71928 OS Command Injection in CVE-2026-71928 (CVE-2026-71928)
CVE-2026-71926 OS Command Injection in CVE-2026-71926 (CVE-2026-71926)
CVE-2026-71924 OS Command Injection in c (CVE-2026-71924)
CVE-2026-71923 OS Command Injection in CVE-2026-71923 (CVE-2026-71923)
CVE-2026-71917 OS Command Injection in CVE-2026-71917 (CVE-2026-71917)
CVE-2026-71921 OS Command Injection in CVE-2026-71921 (CVE-2026-71921)
CVE-2026-71913 OS Command Injection in CVE-2026-71913 (CVE-2026-71913)
CVE-2026-71916 OS Command Injection in CVE-2026-71916 (CVE-2026-71916)
CVE-2026-71918 OS Command Injection in CVE-2026-71918 (CVE-2026-71918)
CVE-2026-71915 OS Command Injection in CVE-2026-71915 (CVE-2026-71915)
CVE-2026-71914 OS Command Injection in CVE-2026-71914 (CVE-2026-71914)

🍪 About cookies

We use cookies to keep you logged in, remember your language, and improve the service.

Details →