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-44096 A privilege escalation vulnerability in udhcpc allows a local user "charx-web" to execute...
CVE-2026-44093 A local privilege escalation vulnerability in the init-script for user-applications allows a low...
CVE-2026-44098 This vulnerability allows an unauthenticated remote attacker with control over the OCPP backend...
CVE-2026-44095 A privilege escalation vulnerability in a script used for network configuration allows a low...
CVE-2026-16524 OS Command Injection in CVE-2026-16524 (CVE-2026-16524)
CVE-2026-67438 OS Command Injection in github.com/OliveTin/OliveTin (CVE-2026-67438)
CVE-2026-56389 OS Command Injection in gnu (CVE-2026-56389)
CVE-2026-14958 OS Command Injection in ibm (CVE-2026-14958)
CVE-2026-14959 OS Command Injection in ibm (CVE-2026-14959)
CVE-2026-59764 OS Command Injection in CVE-2026-59764 (CVE-2026-59764)
CVE-2026-61376 OS Command Injection in CVE-2026-61376 (CVE-2026-61376)
CVE-2026-24252 OS Command Injection in CVE-2026-24252 (CVE-2026-24252)
CVE-2026-16812 KEV [KEV] OS Command Injection in Arista velocloud-orchestrator (CVE-2026-16812)
CVE-2025-59172 OS Command Injection in CVE-2025-59172 (CVE-2025-59172)
CVE-2026-59686 OS Command Injection in progress (CVE-2026-59686)
CVE-2026-59687 OS Command Injection in progress (CVE-2026-59687)
CVE-2026-59688 OS Command Injection in progress (CVE-2026-59688)
CVE-2026-17497 OS Command Injection in notegen (CVE-2026-17497)
CVE-2026-16766 OS Command Injection in CVE-2026-16766 (CVE-2026-16766)
CVE-2026-73414 OS Command Injection in shescape (CVE-2026-73414)
CVE-2026-73412 OS Command Injection in shescape (CVE-2026-73412)
CVE-2026-65711 OS Command Injection in CVE-2026-65711 (CVE-2026-65711)
CVE-2026-66138 OS Command Injection in CVE-2026-66138 (CVE-2026-66138)
CVE-2026-63732 OS Command Injection in CVE-2026-63732 (CVE-2026-63732)
CVE-2026-16763 Command Injection in CVE-2026-16763 (CVE-2026-16763)
CVE-2026-6516 OS Command Injection in CVE-2026-6516 (CVE-2026-6516)
CVE-2026-16733 Command Injection in CVE-2026-16733 (CVE-2026-16733)
CVE-2026-16735 Command Injection in CVE-2026-16735 (CVE-2026-16735)
CVE-2026-16287 OS Command Injection in CVE-2026-16287 (CVE-2026-16287)
CVE-2026-16631 Command Injection in CVE-2026-16631 (CVE-2026-16631)

🍪 About cookies

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

Details →