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-71923 OS Command Injection in CVE-2026-71923 (CVE-2026-71923)
CVE-2026-71906 OS Command Injection in CVE-2026-71906 (CVE-2026-71906)
CVE-2026-16348 OS Command Injection in CVE-2026-16348 (CVE-2026-16348)
CVE-2026-71904 OS Command Injection in CVE-2026-71904 (CVE-2026-71904)
CVE-2026-71905 OS Command Injection in CVE-2026-71905 (CVE-2026-71905)
CVE-2026-71910 OS Command Injection in c (CVE-2026-71910)
CVE-2026-71907 OS Command Injection in CVE-2026-71907 (CVE-2026-71907)
CVE-2026-71908 OS Command Injection in CVE-2026-71908 (CVE-2026-71908)
CVE-2026-71909 OS Command Injection in CVE-2026-71909 (CVE-2026-71909)
CVE-2026-76055 OS Command Injection in c (CVE-2026-76055)
CVE-2026-59561 OS Command Injection in jvn (CVE-2026-59561)
CVE-2026-78211 OS Command Injection in CVE-2026-78211 (CVE-2026-78211)
CVE-2026-78177 Command Injection in CVE-2026-78177 (CVE-2026-78177)
CVE-2026-57998 OS Command Injection in CVE-2026-57998 (CVE-2026-57998)
CVE-2026-41450 OS Command Injection in CVE-2026-41450 (CVE-2026-41450)
CVE-2026-41449 OS Command Injection in CVE-2026-41449 (CVE-2026-41449)
CVE-2026-41451 OS Command Injection in CVE-2026-41451 (CVE-2026-41451)
CVE-2026-47359 OS Command Injection in apache (CVE-2026-47359)
CVE-2026-50112 OS Command Injection in apache (CVE-2026-50112)
CVE-2026-76156 OS Command Injection in CVE-2026-76156 (CVE-2026-76156)
CVE-2026-18835 OS Command Injection in ibm (CVE-2026-18835)
CVE-2026-18824 OS Command Injection in CVE-2026-18824 (CVE-2026-18824)
CVE-2026-53804 OS Command Injection in CVE-2026-53804 (CVE-2026-53804)
CVE-2026-19586 OS Command Injection in CVE-2026-19586 (CVE-2026-19586)
CVE-2026-18284 OS Command Injection in privilege-escalation (CVE-2026-18284)
CVE-2026-18272 OS Command Injection in CVE-2026-18272 (CVE-2026-18272)
CVE-2026-18268 OS Command Injection in privilege-escalation (CVE-2026-18268)
CVE-2026-18264 OS Command Injection in CVE-2026-18264 (CVE-2026-18264)
CVE-2026-61898 OS Command Injection in CVE-2026-61898 (CVE-2026-61898)
CVE-2026-16932 OS Command Injection in ibm (CVE-2026-16932)

🍪 About cookies

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

Details →