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-63305 OS Command Injection in CVE-2026-63305 (CVE-2026-63305)
CVE-2026-63304 OS Command Injection in CVE-2026-63304 (CVE-2026-63304)
CVE-2023-49900 OS Command Injection in CVE-2023-49900 (CVE-2023-49900)
CVE-2026-39808 KEV [KEV] OS Command Injection in Fortinet fortisandbox (CVE-2026-39808)
CVE-2026-50289 OS Command Injection in systeminformation (CVE-2026-50289)
CVE-2026-55576 OS Command Injection in CVE-2026-55576 (CVE-2026-55576)
CVE-2026-52891 OS Command Injection in CVE-2026-52891 (CVE-2026-52891)
CVE-2026-55410 OS Command Injection in @nocobase/plugin-backups (CVE-2026-55410)
CVE-2026-62312 OS Command Injection in CVE-2026-62312 (CVE-2026-62312)
CVE-2026-15895 OS Command Injection in Amazon jsii-diff (CVE-2026-15895)
CVE-2026-46709 Command Injection in tabby (CVE-2026-46709)
CVE-2026-61438 OS Command Injection in CVE-2026-61438 (CVE-2026-61438)
CVE-2026-48347 OS Command Injection in c (CVE-2026-48347)
CVE-2026-48345 OS Command Injection in c (CVE-2026-48345)
CVE-2026-15427 OS Command Injection in tp-link (CVE-2026-15427)
CVE-2026-15428 OS Command Injection in tp-link (CVE-2026-15428)
CVE-2026-58479 OS Command Injection in dan-in-ca (CVE-2026-58479)
CVE-2026-62392 OS Command Injection in apache (CVE-2026-62392)
CVE-2026-3014 OS Command Injection in CVE-2026-3014 (CVE-2026-3014)
CVE-2026-14852 OS Command Injection in privilege-escalation (CVE-2026-14852)
CVE-2026-15669 Command Injection in CVE-2026-15669 (CVE-2026-15669)
CVE-2026-60121 OS Command Injection in vitec (CVE-2026-60121)
CVE-2026-61498 OS Command Injection in vitec (CVE-2026-61498)
CVE-2026-22100 OS Command Injection in CVE-2026-22100 (CVE-2026-22100)
CVE-2026-15546 Command Injection in CVE-2026-15546 (CVE-2026-15546)
CVE-2026-15547 Command Injection in CVE-2026-15547 (CVE-2026-15547)
CVE-2026-15513 Command Injection in CVE-2026-15513 (CVE-2026-15513)
CVE-2026-15511 Command Injection in CVE-2026-15511 (CVE-2026-15511)
CVE-2026-15496 Command Injection in CVE-2026-15496 (CVE-2026-15496)
CVE-2026-15495 Command Injection in CVE-2026-15495 (CVE-2026-15495)

🍪 About cookies

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

Details →