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-5621 Command Injection in CVE-2026-5621 (CVE-2026-5621)
CVE-2026-5619 Command Injection in CVE-2026-5619 (CVE-2026-5619)
CVE-2026-5603 Command Injection in CVE-2026-5603 (CVE-2026-5603)
CVE-2026-5602 Command Injection in CVE-2026-5602 (CVE-2026-5602)
CVE-2026-5547 Command Injection in tenda (CVE-2026-5547)
CVE-2026-5532 Command Injection in CVE-2026-5532 (CVE-2026-5532)
CVE-2026-5528 Command Injection in CVE-2026-5528 (CVE-2026-5528)
CVE-2026-34779 OS Command Injection in electronjs (CVE-2026-34779)
CVE-2026-34955 OS Command Injection in c (CVE-2026-34955)
CVE-2026-34937 OS Command Injection in c (CVE-2026-34937)
CVE-2026-34935 OS Command Injection in praisonai (CVE-2026-34935)
CVE-2017-20236 OS Command Injection in prosoft-technology (CVE-2017-20236)
CVE-2026-28797 Vulnerability in infiniflow (CVE-2026-28797)
CVE-2026-35216 OS Command Injection in budibase (CVE-2026-35216)
CVE-2026-25044 OS Command Injection in budibase (CVE-2026-25044)
CVE-2025-64340 OS Command Injection in jlowin (CVE-2025-64340)
CVE-2026-5353 Command Injection in trendnet (CVE-2026-5353)
CVE-2026-5354 Command Injection in trendnet (CVE-2026-5354)
CVE-2026-5355 Command Injection in trendnet (CVE-2026-5355)
CVE-2026-5352 Command Injection in trendnet (CVE-2026-5352)
CVE-2026-5351 Command Injection in trendnet (CVE-2026-5351)
CVE-2026-34796 OS Command Injection in endian (CVE-2026-34796)
CVE-2026-34797 OS Command Injection in endian (CVE-2026-34797)
CVE-2026-34794 OS Command Injection in endian (CVE-2026-34794)
CVE-2026-34795 OS Command Injection in endian (CVE-2026-34795)
CVE-2026-34792 OS Command Injection in endian (CVE-2026-34792)
CVE-2026-34793 OS Command Injection in endian (CVE-2026-34793)
CVE-2026-3692 OS Command Injection in progress (CVE-2026-3692)
CVE-2026-24154 OS Command Injection in dos (CVE-2026-24154)
CVE-2026-34243 Command Injection in njzjz (CVE-2026-34243)

🍪 About cookies

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

Details →