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-71948 OS Command Injection in CVE-2026-71948 (CVE-2026-71948)
CVE-2026-71949 OS Command Injection in c (CVE-2026-71949)
CVE-2026-71951 OS Command Injection in c (CVE-2026-71951)
CVE-2026-71950 OS Command Injection in c (CVE-2026-71950)
CVE-2026-71953 OS Command Injection in CVE-2026-71953 (CVE-2026-71953)
CVE-2026-71952 OS Command Injection in CVE-2026-71952 (CVE-2026-71952)
CVE-2026-71945 OS Command Injection in CVE-2026-71945 (CVE-2026-71945)
CVE-2026-71946 OS Command Injection in CVE-2026-71946 (CVE-2026-71946)
CVE-2026-71944 OS Command Injection in CVE-2026-71944 (CVE-2026-71944)
CVE-2026-71947 OS Command Injection in CVE-2026-71947 (CVE-2026-71947)
CVE-2026-48122 OS Command Injection in CVE-2026-48122 (CVE-2026-48122)
CVE-2026-19243 Command Injection in CVE-2026-19243 (CVE-2026-19243)
CVE-2026-48097 OS Command Injection in CVE-2026-48097 (CVE-2026-48097)
CVE-2026-48098 OS Command Injection in CVE-2026-48098 (CVE-2026-48098)
CVE-2026-15816 OS Command Injection in CVE-2026-15816 (CVE-2026-15816)
CVE-2026-63725 OS Command Injection in apache (CVE-2026-63725)
CVE-2026-15733 OS Command Injection in CVE-2026-15733 (CVE-2026-15733)
CVE-2026-67434 OS Command Injection in squizlabs/php_codesniffer (CVE-2026-67434)
CVE-2026-67261 OS Command Injection in dell (CVE-2026-67261)
CVE-2026-53975 OS Command Injection in CVE-2026-53975 (CVE-2026-53975)
CVE-2026-19036 Command Injection in CVE-2026-19036 (CVE-2026-19036)
CVE-2026-19035 Command Injection in CVE-2026-19035 (CVE-2026-19035)
CVE-2026-19034 Command Injection in CVE-2026-19034 (CVE-2026-19034)
CVE-2026-71312 OS Command Injection in github.com/rclone/rclone (CVE-2026-71312)
CVE-2026-66297 OS Command Injection in livebook (CVE-2026-66297)
CVE-2026-17625 OS Command Injection in langflow (CVE-2026-17625)
CVE-2026-17623 OS Command Injection in langflow (CVE-2026-17623)
CVE-2026-70611 OS Command Injection in electron (CVE-2026-70611)
CVE-2026-13477 OS Command Injection in ibm (CVE-2026-13477)
CVE-2026-71284 OS Command Injection in CVE-2026-71284 (CVE-2026-71284)

🍪 About cookies

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

Details →