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-2018-11138 KEV [KEV] OS Command Injection in Quest kace-system-management-appliance (CVE-2018-11138)
CVE-2017-6334 KEV [KEV] OS Command Injection in Netgear dgn2200-devices (CVE-2017-6334)
CVE-2016-11021 KEV [KEV] OS Command Injection in D-link dcs-930l-devices (CVE-2016-11021)
CVE-2017-6077 KEV [KEV] OS Command Injection in Netgear wireless-router-dgn2200 (CVE-2017-6077)
CVE-2022-25060 OS Command Injection in tp-link (CVE-2022-25060)
CVE-2022-25064 OS Command Injection in tp-link (CVE-2022-25064)
CVE-2022-25061 OS Command Injection in tp-link (CVE-2022-25061)
CVE-2014-6271 KEV [KEV] OS Command Injection in Gnu bourne-again-shell-bash (CVE-2014-6271)
CVE-2014-7169 KEV [KEV] OS Command Injection in Gnu bourne-again-shell-bash (CVE-2014-7169)
CVE-2021-25296 KEV [KEV] OS Command Injection in nagios (CVE-2021-25296)
CVE-2021-25297 KEV [KEV] OS Command Injection in nagios (CVE-2021-25297)
CVE-2021-25298 KEV [KEV] OS Command Injection in nagios (CVE-2021-25298)
CVE-2021-21315 KEV [KEV] OS Command Injection in Npm package systeminformation (CVE-2021-21315)
CVE-2020-11978 KEV [KEV] OS Command Injection in Apache airflow (CVE-2020-11978)
CVE-2021-36260 KEV [KEV] OS Command Injection in Hikvision security-cameras-web-server (CVE-2021-36260)
CVE-2019-10149 KEV [KEV] OS Command Injection in Exim mail-transfer-agent-mta (CVE-2019-10149)
CVE-2021-42912 OS Command Injection in fiberhome (CVE-2021-42912)
CVE-2021-35394 KEV [KEV] OS Command Injection in Realtek jungle-software-development-kit-sdk (CVE-2021-35394)
CVE-2020-8816 KEV [KEV] OS Command Injection in Pi-hole adminlte (CVE-2020-8816)
CVE-2020-25367 OS Command Injection in dlink (CVE-2020-25367)
CVE-2021-27104 KEV [KEV] Vulnerability in Accellion fta (CVE-2021-27104)
CVE-2021-27102 KEV [KEV] Vulnerability in Accellion fta (CVE-2021-27102)
CVE-2021-1497 KEV [KEV] OS Command Injection in Cisco hyperflex-hx (CVE-2021-1497)
CVE-2021-1498 KEV [KEV] OS Command Injection in Cisco hyperflex-hx (CVE-2021-1498)
CVE-2020-25506 KEV [KEV] OS Command Injection in D-link dns-320-device (CVE-2020-25506)
CVE-2020-8515 KEV [KEV] OS Command Injection in Draytek multiple-vigor-routers (CVE-2020-8515)
CVE-2020-4428 KEV [KEV] OS Command Injection in Ibm data-risk-manager (CVE-2020-4428)
CVE-2021-22502 KEV [KEV] Vulnerability in Micro focus micro-focus (CVE-2021-22502)
CVE-2019-15949 KEV [KEV] OS Command Injection in nagios (CVE-2019-15949)
CVE-2019-19356 KEV [KEV] OS Command Injection in Netis wf2419-devices (CVE-2019-19356)

🍪 About cookies

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

Details →