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 790

ID Title
CVE-2026-49185 OS Command Injection in acer (CVE-2026-49185)
CVE-2026-41010 OS Command Injection in c (CVE-2026-41010)
CVE-2026-41011 OS Command Injection in c (CVE-2026-41011)
CVE-2026-36576 OS Command Injection in CVE-2026-36576 (CVE-2026-36576)
CVE-2026-47294 OS Command Injection in deserialization (CVE-2026-47294)
CVE-2026-10279 Command Injection in CVE-2026-10279 (CVE-2026-10279)
CVE-2026-10273 Command Injection in CVE-2026-10273 (CVE-2026-10273)
CVE-2026-10219 Command Injection in CVE-2026-10219 (CVE-2026-10219)
CVE-2026-10214 Command Injection in CVE-2026-10214 (CVE-2026-10214)
CVE-2026-49366 In JetBrains IntelliJ IDEA before 2026.1.1 command injection was possible via filename completion
CVE-2026-45633 OS Command Injection in CVE-2026-45633 (CVE-2026-45633)
CVE-2026-45632 OS Command Injection in CVE-2026-45632 (CVE-2026-45632)
CVE-2026-45630 OS Command Injection in CVE-2026-45630 (CVE-2026-45630)
CVE-2026-45629 OS Command Injection in CVE-2026-45629 (CVE-2026-45629)
CVE-2026-45662 OS Command Injection in CVE-2026-45662 (CVE-2026-45662)
CVE-2025-41279 OS Command Injection in waterfall-security (CVE-2025-41279)
CVE-2025-41281 OS Command Injection in waterfall-security (CVE-2025-41281)
CVE-2025-41276 OS Command Injection in waterfall-security (CVE-2025-41276)
CVE-2025-41275 OS Command Injection in waterfall-security (CVE-2025-41275)
CVE-2025-41277 OS Command Injection in waterfall-security (CVE-2025-41277)
CVE-2025-41274 OS Command Injection in waterfall-security (CVE-2025-41274)
CVE-2025-41272 OS Command Injection in waterfall-security (CVE-2025-41272)
CVE-2025-41267 OS Command Injection in waterfall-security (CVE-2025-41267)
CVE-2025-41265 OS Command Injection in waterfall-security (CVE-2025-41265)
CVE-2025-41270 OS Command Injection in waterfall-security (CVE-2025-41270)
CVE-2025-41266 OS Command Injection in waterfall-security (CVE-2025-41266)
CVE-2025-41269 OS Command Injection in waterfall-security (CVE-2025-41269)
CVE-2026-42563 OS Command Injection in dulwich (CVE-2026-42563)
CVE-2026-9645 OS Command Injection in CVE-2026-9645 (CVE-2026-9645)
CVE-2026-44465 OS Command Injection in zed (CVE-2026-44465)

🍪 About cookies

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

Details →