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-33414 OS Command Injection in github.com/containers/podman (CVE-2026-33414)
CVE-2026-35196 OS Command Injection in chamilo (CVE-2026-35196)
CVE-2026-24893 Vulnerability in it-novum (CVE-2026-24893)
CVE-2026-28291 OS Command Injection in simple-git (CVE-2026-28291)
CVE-2026-21915 Vulnerability in juniper (CVE-2026-21915)
CVE-2026-5831 Command Injection in CVE-2026-5831 (CVE-2026-5831)
CVE-2026-40029 OS Command Injection in khyrenz (CVE-2026-40029)
CVE-2026-40030 OS Command Injection in khyrenz (CVE-2026-40030)
CVE-2026-40032 OS Command Injection in CVE-2026-40032 (CVE-2026-40032)
CVE-2026-5802 Command Injection in CVE-2026-5802 (CVE-2026-5802)
CVE-2026-39862 OS Command Injection in c (CVE-2026-39862)
CVE-2026-30815 OS Command Injection in tp-link (CVE-2026-30815)
CVE-2026-30818 OS Command Injection in tp-link (CVE-2026-30818)
CVE-2026-27806 OS Command Injection in github.com/fleetdm/fleet/v4 (CVE-2026-27806)
CVE-2026-5208 OS Command Injection in coolercontrol (CVE-2026-5208)
CVE-2026-35585 OS Command Injection in github.com/filebrowser/filebrowser/v2 (CVE-2026-35585)
CVE-2026-5741 Command Injection in CVE-2026-5741 (CVE-2026-5741)
CVE-2026-39382 OS Command Injection in CVE-2026-39382 (CVE-2026-39382)
CVE-2026-4631 OS Command Injection in CVE-2026-4631 (CVE-2026-4631)
CVE-2026-5692 Command Injection in CVE-2026-5692 (CVE-2026-5692)
CVE-2026-5691 Command Injection in CVE-2026-5691 (CVE-2026-5691)
CVE-2026-5690 Command Injection in CVE-2026-5690 (CVE-2026-5690)
CVE-2026-5689 Command Injection in CVE-2026-5689 (CVE-2026-5689)
CVE-2026-5688 Command Injection in CVE-2026-5688 (CVE-2026-5688)
CVE-2026-5709 OS Command Injection in c (CVE-2026-5709)
CVE-2026-5679 Command Injection in CVE-2026-5679 (CVE-2026-5679)
CVE-2026-5677 Command Injection in CVE-2026-5677 (CVE-2026-5677)
CVE-2026-5678 Command Injection in CVE-2026-5678 (CVE-2026-5678)
CVE-2026-34977 OS Command Injection in c (CVE-2026-34977)
CVE-2026-34982 OS Command Injection in vim (CVE-2026-34982)

🍪 About cookies

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

Details →