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-18482 OS Command Injection in CVE-2026-18482 (CVE-2026-18482)
CVE-2026-77080 OS Command Injection in CVE-2026-77080 (CVE-2026-77080)
CVE-2026-77084 OS Command Injection in CVE-2026-77084 (CVE-2026-77084)
CVE-2026-76761 Command Injection in CVE-2026-76761 (CVE-2026-76761)
CVE-2026-75616 OS Command Injection in CVE-2026-75616 (CVE-2026-75616)
CVE-2026-16882 OS Command Injection in ibm (CVE-2026-16882)
CVE-2026-16865 OS Command Injection in ibm (CVE-2026-16865)
CVE-2026-16842 OS Command Injection in ibm (CVE-2026-16842)
CVE-2026-16848 OS Command Injection in ibm (CVE-2026-16848)
CVE-2026-16844 OS Command Injection in ibm (CVE-2026-16844)
CVE-2026-53542 OS Command Injection in CVE-2026-53542 (CVE-2026-53542)
CVE-2026-53545 OS Command Injection in CVE-2026-53545 (CVE-2026-53545)
CVE-2026-68560 OS Command Injection in c (CVE-2026-68560)
CVE-2026-16875 OS Command Injection in ibm (CVE-2026-16875)
CVE-2026-71961 OS Command Injection in CVE-2026-71961 (CVE-2026-71961)
CVE-2026-23501 OS Command Injection in CVE-2026-23501 (CVE-2026-23501)
CVE-2026-16816 OS Command Injection in ibm (CVE-2026-16816)
CVE-2026-15068 OS Command Injection in ibm (CVE-2026-15068)
CVE-2026-76226 OS Command Injection in CVE-2026-76226 (CVE-2026-76226)
CVE-2026-76228 OS Command Injection in c (CVE-2026-76228)
CVE-2026-65612 OS Command Injection in CVE-2026-65612 (CVE-2026-65612)
CVE-2026-65611 OS Command Injection in CVE-2026-65611 (CVE-2026-65611)
CVE-2026-54796 OS Command Injection in dell (CVE-2026-54796)
CVE-2026-54795 OS Command Injection in dell (CVE-2026-54795)
CVE-2024-58376 OS Command Injection in CVE-2024-58376 (CVE-2024-58376)
CVE-2026-52876 Vulnerability in CVE-2026-52876 (CVE-2026-52876)
CVE-2026-53455 OS Command Injection in CVE-2026-53455 (CVE-2026-53455)
CVE-2026-71551 OS Command Injection in CVE-2026-71551 (CVE-2026-71551)
CVE-2026-68939 OS Command Injection in CVE-2026-68939 (CVE-2026-68939)
CVE-2026-75094 Command Injection in CVE-2026-75094 (CVE-2026-75094)

🍪 About cookies

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

Details →