Cwe 89

🧬 CWE Related 54
slug: cwe-89

Explanation

CWE-89は「Webアプリがユーザー入力をきちんとパラメータ化せずにSQL文に埋め込んでしまう欠陥」のことです。 攻撃者はSQL文の構造を書き換えてデータベースを直接操作でき、全ユーザーのID/パスワードを抜く・データ改ざん・データベース全削除など何でもされます。 対策は「プリペアドステートメント (パラメータ化クエリ)」を必ず使うこと。
📌 Example
Equifax事件 (2017): 米国最大の信用情報機関で1.4億人の個人情報流出。直接的にはApache Strutsの脆弱性だったが、SQLi脆弱性を経由した類似事件は無数にある。

🔖 Related tags

🛡 Vulnerabilities tagged with this 1,707

ID Title
CVE-2017-12302 SQL Injection in sqli (CVE-2017-12302)
CVE-2015-3933 SQL Injection in sqli (CVE-2015-3933)
CVE-2017-16561 SQL Injection in sqli (CVE-2017-16561)
CVE-2017-16542 SQL Injection in sqli (CVE-2017-16542)
CVE-2017-16543 SQL Injection in sqli (CVE-2017-16543)
CVE-2017-11508 SQL Injection in sqli (CVE-2017-11508)
CVE-2017-12276 Vulnerability in sqli (CVE-2017-12276)
CVE-2017-16510 SQL Injection in wordpress (CVE-2017-16510)
CVE-2017-14356 SQL Injection in express (CVE-2017-14356)
CVE-2017-15977 Protected Links - Expiring Download Links 1.0 allows SQL Injection via the username parameter.
CVE-2017-15978 AROX School ERP PHP Script 1.0 allows SQL Injection via the office_admin/ id parameter.
CVE-2017-15979 Shareet - Photo Sharing Social Network 1.0 allows SQL Injection via the photo parameter.
CVE-2017-15980 US Zip Codes Database Script 1.0 allows SQL Injection via the state parameter.
CVE-2017-15981 SQL Injection in sqli (CVE-2017-15981)
CVE-2017-15982 SQL Injection in sqli (CVE-2017-15982)
CVE-2017-15983 SQL Injection in sqli (CVE-2017-15983)
CVE-2017-15984 Creative Management System (CMS) Lite 1.4 allows SQL Injection via the S parameter to index.php.
CVE-2017-15985 Basic B2B Script allows SQL Injection via the product_view1.php pid or id parameter.
CVE-2017-15986 CPA Lead Reward Script allows SQL Injection via the username parameter.
CVE-2017-15987 SQL Injection in sqli (CVE-2017-15987)
CVE-2017-15988 SQL Injection in sqli (CVE-2017-15988)
CVE-2017-15989 SQL Injection in sqli (CVE-2017-15989)
CVE-2017-15991 SQL Injection in sqli (CVE-2017-15991)
CVE-2017-15992 Website Broker Script allows SQL Injection via the 'status_id' Parameter to status_list.php.
CVE-2017-15993 Zomato Clone Script allows SQL Injection via the restaurant-menu.php resid parameter.
CVE-2017-16000 SQL Injection in sqli (CVE-2017-16000)
CVE-2017-15975 SQL Injection in sqli (CVE-2017-15975)
CVE-2017-15976 SQL Injection in sqli (CVE-2017-15976)
CVE-2017-15958 D-Park Pro Domain Parking Script 1.0 allows SQL Injection via the username to admin/loginform.php.
CVE-2017-15959 SQL Injection in sqli (CVE-2017-15959)

🍪 About cookies

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

Details →