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-0596 OS Command Injection in mlflow (CVE-2026-0596)
CVE-2026-30312 OS Command Injection in CVE-2026-30312 (CVE-2026-30312)
CVE-2026-30314 OS Command Injection in ridvay (CVE-2026-30314)
CVE-2026-30309 OS Command Injection in tokfinity (CVE-2026-30309)
CVE-2026-30311 OS Command Injection in ridvay (CVE-2026-30311)
CVE-2026-32917 OS Command Injection in openclaw (CVE-2026-32917)
CVE-2025-14213 Vulnerability in CVE-2025-14213 (CVE-2025-14213)
CVE-2026-34714 OS Command Injection in vim (CVE-2026-34714)
CVE-2025-15379 Command Injection in mlflow (CVE-2025-15379)
CVE-2026-4946 OS Command Injection in nsa (CVE-2026-4946)
CVE-2026-26213 OS Command Injection in thingino (CVE-2026-26213)
CVE-2026-1961 OS Command Injection in CVE-2026-1961 (CVE-2026-1961)
CVE-2025-15101 OS Command Injection in asus (CVE-2025-15101)
CVE-2026-26832 OS Command Injection in zapolnoch (CVE-2026-26832)
CVE-2026-33412 OS Command Injection in vim (CVE-2026-33412)
CVE-2026-3227 OS Command Injection in tp-link (CVE-2026-3227)
CVE-2026-31386 OS Command Injection in litespeedtech (CVE-2026-31386)
CVE-2025-14287 Code Injection in lfprojects (CVE-2025-14287)
CVE-2025-70082 OS Command Injection in lantronix (CVE-2025-70082)
CVE-2025-67041 OS Command Injection in lantronix (CVE-2025-67041)
CVE-2026-23816 OS Command Injection in hpe (CVE-2026-23816)
CVE-2026-28292 Vulnerability in simple-git (CVE-2026-28292)
CVE-2026-25836 OS Command Injection in fortinet (CVE-2026-25836)
CVE-2026-29783 OS Command Injection in github (CVE-2026-29783)
CVE-2026-20008 OS Command Injection in cisco (CVE-2026-20008)
CVE-2026-28517 OS Command Injection in opendcim (CVE-2026-28517)
CVE-2026-25109 OS Command Injection in copeland (CVE-2026-25109)
CVE-2026-20910 OS Command Injection in copeland (CVE-2026-20910)
CVE-2026-25108 KEV [KEV] OS Command Injection in Soliton systems k.k soliton-systems-kk (CVE-2026-25108)
CVE-2026-26318 OS Command Injection in systeminformation (CVE-2026-26318)

🍪 About cookies

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

Details →