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-44170 OS Command Injection in mariadb (CVE-2026-44170)
CVE-2026-11845 OS Command Injection in CVE-2026-11845 (CVE-2026-11845)
CVE-2026-42846 OS Command Injection in CVE-2026-42846 (CVE-2026-42846)
CVE-2026-45172 OS Command Injection in paloaltonetworks (CVE-2026-45172)
CVE-2026-48547 OS Command Injection in CVE-2026-48547 (CVE-2026-48547)
CVE-2026-49261 OS Command Injection in mariadb (CVE-2026-49261)
CVE-2026-49219 Path Traversal in Magick.NET-Q16-AnyCPU (CVE-2026-49219)
CVE-2026-0273 OS Command Injection in CVE-2026-0273 (CVE-2026-0273)
CVE-2026-6893 OS Command Injection in CVE-2026-6893 (CVE-2026-6893)
CVE-2026-9151 OS Command Injection in CVE-2026-9151 (CVE-2026-9151)
CVE-2026-11417 OS Command Injection in aws-cdk-lib (CVE-2026-11417)
CVE-2026-45564 OS Command Injection in c (CVE-2026-45564)
CVE-2026-45558 Vulnerability in c (CVE-2026-45558)
CVE-2026-45556 Vulnerability in nginx (CVE-2026-45556)
CVE-2026-24719 OS Command Injection in qnap (CVE-2026-24719)
CVE-2026-22893 OS Command Injection in qnap (CVE-2026-22893)
CVE-2025-66273 OS Command Injection in qnap (CVE-2025-66273)
CVE-2025-66279 OS Command Injection in qnap (CVE-2025-66279)
CVE-2026-38615 DedeCMS V5.7.118 is vulnerable to Command Execution in file_manage_control.php.
CVE-2026-49959 OS Command Injection in CVE-2026-49959 (CVE-2026-49959)
CVE-2026-25089 OS Command Injection in fortinet (CVE-2026-25089)
CVE-2026-10520 KEV [KEV] OS Command Injection in Ivanti standalone-sentry (CVE-2026-10520)
CVE-2026-10727 OS Command Injection in CVE-2026-10727 (CVE-2026-10727)
CVE-2026-9277 Command Injection in shell-quote (CVE-2026-9277)
CVE-2026-9279 OS Command Injection in CVE-2026-9279 (CVE-2026-9279)
CVE-2026-46746 OS Command Injection in siemens (CVE-2026-46746)
CVE-2026-11572 Command Injection in CVE-2026-11572 (CVE-2026-11572)
CVE-2026-40519 OS Command Injection in nginx (CVE-2026-40519)
CVE-2026-10544 OS Command Injection in devolutions (CVE-2026-10544)
CVE-2026-8913 OS Command Injection in CVE-2026-8913 (CVE-2026-8913)

🍪 About cookies

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

Details →