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-73570 KEV [KEV] OS Command Injection in Synacor zimbra-collaboration-suite (CVE-2026-73570)
CVE-2026-53790 OS Command Injection in CVE-2026-53790 (CVE-2026-53790)
CVE-2026-73625 OS Command Injection in CVE-2026-73625 (CVE-2026-73625)
CVE-2026-73623 OS Command Injection in CVE-2026-73623 (CVE-2026-73623)
CVE-2026-73483 OS Command Injection in CVE-2026-73483 (CVE-2026-73483)
CVE-2026-17431 Vulnerability in CVE-2026-17431 (CVE-2026-17431)
CVE-2026-49819 OS Command Injection in c (CVE-2026-49819)
CVE-2026-49481 OS Command Injection in c (CVE-2026-49481)
CVE-2026-13476 OS Command Injection in ibm (CVE-2026-13476)
CVE-2026-16695 OS Command Injection in ibm (CVE-2026-16695)
CVE-2026-63298 OS Command Injection in CVE-2026-63298 (CVE-2026-63298)
CVE-2026-17642 OS Command Injection in ibm (CVE-2026-17642)
CVE-2026-17417 OS Command Injection in ibm (CVE-2026-17417)
CVE-2026-12005 OS Command Injection in ibm (CVE-2026-12005)
CVE-2026-17420 OS Command Injection in ibm (CVE-2026-17420)
CVE-2026-18235 OS Command Injection in ibm (CVE-2026-18235)
CVE-2026-17248 OS Command Injection in dos (CVE-2026-17248)
CVE-2026-16956 OS Command Injection in ibm (CVE-2026-16956)
CVE-2026-16906 OS Command Injection in ibm (CVE-2026-16906)
CVE-2026-16856 OS Command Injection in ibm (CVE-2026-16856)
CVE-2026-48554 OS Command Injection in CVE-2026-48554 (CVE-2026-48554)
CVE-2026-18683 OS Command Injection in privilege-escalation (CVE-2026-18683)
CVE-2026-48553 OS Command Injection in CVE-2026-48553 (CVE-2026-48553)
CVE-2026-73294 OS Command Injection in CVE-2026-73294 (CVE-2026-73294)
CVE-2026-73263 OS Command Injection in CVE-2026-73263 (CVE-2026-73263)
CVE-2026-11325 OS Command Injection in CVE-2026-11325 (CVE-2026-11325)
CVE-2026-5917 OS Command Injection in c (CVE-2026-5917)
CVE-2026-14863 OS Command Injection in CVE-2026-14863 (CVE-2026-14863)
CVE-2026-73224 electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.15.120, electerm allows a malicious FTP or SFTP server to execute arbitrary commands when a user do...
CVE-2026-73222 Claude Code Templates is a CLI tool for configuring and monitoring Claude Code. Prior to 1.29.4, the Claude Code Studio server launched by the --studio option in cli-tool/src/sandbox-server.js binds t...

🍪 About cookies

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

Details →