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-2026-45439 Unauthenticated SQL Injection in Realtyna Organic IDX plugin <= 5.1.0 versions.
CVE-2026-48874 Subscriber SQL Injection in GamiPress <= 7.8.7 versions.
CVE-2026-42639 Unauthenticated SQL Injection in GD Rating System <= 3.6.2 versions.
CVE-2026-42665 Unauthenticated SQL Injection in WP Data Access <= 5.5.70 versions.
CVE-2026-40771 Unauthenticated SQL Injection in Contest Gallery <= 28.1.6 versions.
CVE-2026-42381 Unauthenticated SQL Injection in Funnel Builder by FunnelKit <= 3.15.0.1 versions.
CVE-2026-40766 Subscriber SQL Injection in MasterStudy LMS <= 3.7.25 versions.
CVE-2026-40798 Unauthenticated SQL Injection in wpForo Forum <= 3.0.4 versions.
CVE-2026-42386 Unauthenticated SQL Injection in Order Delivery Date for WooCommerce <= 4.5.1 versions.
CVE-2026-39530 Unauthenticated SQL Injection in SpeakOut! Email Petitions <= 4.6.5 versions.
CVE-2026-39502 Unauthenticated SQL Injection in Form Maker by 10Web <= 1.15.38 versions.
CVE-2026-40762 Unauthenticated SQL Injection in WPGraphQL < 2.11.1 versions.
CVE-2026-39493 Unauthenticated SQL Injection in Simply Schedule Appointments <= 1.6.9.27 versions.
CVE-2026-39511 Unauthenticated SQL Injection in WP Photo Album Plus <= 9.1.08.001 versions.
CVE-2026-39492 Unauthenticated SQL Injection in WP Maps <= 4.9.1 versions.
CVE-2026-39512 Unauthenticated SQL Injection in GeoDirectory <= 2.8.152 versions.
CVE-2026-39519 Unauthenticated SQL Injection in GeekyBot <= 1.2.0 versions.
CVE-2026-39441 Unauthenticated SQL Injection in Feed KuantoKusta for WooCommerce – Free <= 5.3 versions.
CVE-2026-24637 Contributor SQL Injection in PowerPress Podcasting <= 11.15.10 versions.
CVE-2026-50890 SQL Injection in sqli (CVE-2026-50890)
CVE-2026-48114 SQL Injection in sqli (CVE-2026-48114)
CVE-2026-38812 SQL Injection in sqli (CVE-2026-38812)
CVE-2026-39196 SQL Injection in sqli (CVE-2026-39196)
CVE-2026-36670 SQL Injection in sqli (CVE-2026-36670)
CVE-2019-25746 SQL Injection in wordpress (CVE-2019-25746)
CVE-2016-20073 SQL Injection in wordpress (CVE-2016-20073)
CVE-2016-20071 SQL Injection in wordpress (CVE-2016-20071)
CVE-2016-20072 SQL Injection in wordpress (CVE-2016-20072)
CVE-2016-20068 SQL Injection in wordpress (CVE-2016-20068)
CVE-2016-20069 SQL Injection in wordpress (CVE-2016-20069)

🍪 About cookies

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

Details →