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-72869 Command Injection in CVE-2026-72869 (CVE-2026-72869)
CVE-2026-72870 OS Command Injection in CVE-2026-72870 (CVE-2026-72870)
CVE-2026-72868 OS Command Injection in CVE-2026-72868 (CVE-2026-72868)
CVE-2026-72865 OS Command Injection in c (CVE-2026-72865)
CVE-2026-72867 Vulnerability in CVE-2026-72867 (CVE-2026-72867)
CVE-2026-72862 OS Command Injection in CVE-2026-72862 (CVE-2026-72862)
CVE-2026-72739 OS Command Injection in CVE-2026-72739 (CVE-2026-72739)
CVE-2026-72740 OS Command Injection in CVE-2026-72740 (CVE-2026-72740)
CVE-2026-72738 OS Command Injection in CVE-2026-72738 (CVE-2026-72738)
CVE-2026-72733 OS Command Injection in CVE-2026-72733 (CVE-2026-72733)
CVE-2026-13206 OS Command Injection in CVE-2026-13206 (CVE-2026-13206)
CVE-2026-72589 OS Command Injection in CVE-2026-72589 (CVE-2026-72589)
CVE-2026-72573 OS Command Injection in CVE-2026-72573 (CVE-2026-72573)
CVE-2026-72580 OS Command Injection in CVE-2026-72580 (CVE-2026-72580)
CVE-2026-72579 OS Command Injection in CVE-2026-72579 (CVE-2026-72579)
CVE-2026-19379 Command Injection in CVE-2026-19379 (CVE-2026-19379)
CVE-2026-71990 OS Command Injection in CVE-2026-71990 (CVE-2026-71990)
CVE-2026-71993 OS Command Injection in CVE-2026-71993 (CVE-2026-71993)
CVE-2026-71991 OS Command Injection in c (CVE-2026-71991)
CVE-2026-71992 OS Command Injection in CVE-2026-71992 (CVE-2026-71992)
CVE-2026-71988 OS Command Injection in CVE-2026-71988 (CVE-2026-71988)
CVE-2026-71987 OS Command Injection in CVE-2026-71987 (CVE-2026-71987)
CVE-2026-71989 OS Command Injection in CVE-2026-71989 (CVE-2026-71989)
CVE-2026-71985 OS Command Injection in CVE-2026-71985 (CVE-2026-71985)
CVE-2026-71984 OS Command Injection in CVE-2026-71984 (CVE-2026-71984)
CVE-2026-71986 OS Command Injection in CVE-2026-71986 (CVE-2026-71986)
CVE-2026-71983 OS Command Injection in CVE-2026-71983 (CVE-2026-71983)
CVE-2026-71956 OS Command Injection in CVE-2026-71956 (CVE-2026-71956)
CVE-2026-71954 OS Command Injection in CVE-2026-71954 (CVE-2026-71954)
CVE-2026-71955 OS Command Injection in CVE-2026-71955 (CVE-2026-71955)

🍪 About cookies

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

Details →