CWE-89 SQL命令中使用的特殊元素转义处理不恰当(SQL注入) 类弱点 9481 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-89即SQL注入,属于输入验证类漏洞。当软件未对用户输入进行充分净化或转义,直接将其拼接到SQL命令中时,攻击者可注入恶意SQL代码,从而篡改查询逻辑、绕过身份验证或窃取敏感数据。开发者应避免直接拼接字符串,转而使用参数化查询或预编译语句,确保用户输入仅被视为数据而非可执行代码,从而从根本上阻断注入路径。
... string userName = ctx.getAuthenticatedUserName(); string query = "SELECT * FROM items WHERE owner = '" + userName + "' AND itemname = '" + ItemName.Text + "'"; sda = new SqlDataAdapter(query, conn); DataTable dt = new DataTable(); sda.Fill(dt); ...SELECT * FROM items WHERE owner = <userName> AND itemname = <itemName>;| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2025-7199 | Code-Projects Library System 注入漏洞 — Library System | 7.3 | High | 2025-07-08 |
| CVE-2025-7198 | Code-Projects Jonnys Liquor 注入漏洞 — Jonnys Liquor | 7.3 | High | 2025-07-08 |
| CVE-2025-7197 | Code-Projects Jonnys Liquor 安全漏洞 — Jonnys Liquor | 7.3 | High | 2025-07-08 |
| CVE-2025-7196 | Code-Projects Jonnys Liquor 注入漏洞 — Jonnys Liquor | 7.3 | High | 2025-07-08 |
| CVE-2025-7193 | itsourcecode Agri-Trading Online Shopping System 注入漏洞 — Agri-Trading Online Shopping System | 7.3 | High | 2025-07-08 |
| CVE-2025-7191 | Code-Projects Student Enrollment System 注入漏洞 — Student Enrollment System | 7.3 | High | 2025-07-08 |
| CVE-2025-7189 | Code-Projects Chat System 注入漏洞 — Chat System | 6.3 | Medium | 2025-07-08 |
| CVE-2025-7188 | Code-Projects Chat System 注入漏洞 — Chat System | 6.3 | Medium | 2025-07-08 |
| CVE-2025-7187 | Code-Projects Chat System 注入漏洞 — Chat System | 6.3 | Medium | 2025-07-08 |
| CVE-2025-47178 | Microsoft Configuration Manager SQL注入漏洞 — Microsoft Configuration Manager | 8.0 | High | 2025-07-08 |
| CVE-2025-7186 | Code-Projects Chat System 安全漏洞 — Chat System | 6.3 | Medium | 2025-07-08 |
| CVE-2025-7185 | Code-Projects Library System 注入漏洞 — Library System | 7.3 | High | 2025-07-08 |
| CVE-2025-7184 | Code-Projects Library System 注入漏洞 — Library System | 7.3 | High | 2025-07-08 |
| CVE-2025-7183 | CampCodes Sales and Inventory System 注入漏洞 — Sales and Inventory System | 7.3 | High | 2025-07-08 |
| CVE-2025-7037 | Ivanti Endpoint Manager SQL注入漏洞 — Endpoint Manager | 7.2 | High | 2025-07-08 |
| CVE-2025-24474 | Fortinet多款产品 SQL注入漏洞 — FortiManager | 2.6 | Low | 2025-07-08 |
| CVE-2025-7180 | Code-Projects Staff Audit System 注入漏洞 — Staff Audit System | 7.3 | High | 2025-07-08 |
| CVE-2025-7179 | Code-Projects Library System 注入漏洞 — Library System | 7.3 | High | 2025-07-08 |
| CVE-2025-7178 | Code-Projects Food Distributor Site 注入漏洞 — Food Distributor Site | 7.3 | High | 2025-07-08 |
| CVE-2025-7177 | PHPGurukul Car Washing Management System 注入漏洞 — Car Washing Management System | 4.7 | Medium | 2025-07-08 |
| CVE-2025-40717 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40716 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40715 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40714 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40713 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40712 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-40711 | Quiter Gateway SQL注入漏洞 — Quiter Gateway (Java WAR on Apache Tomcat) | 9.8AI | CriticalAI | 2025-07-08 |
| CVE-2025-7176 | PHPGurukul Hospital Management System 注入漏洞 — Hospital Management System | 7.3 | High | 2025-07-08 |
| CVE-2025-40735 | Siemens SINEC NMS SQL注入漏洞 — SINEC NMS | 8.8 | High | 2025-07-08 |
| CVE-2025-7174 | Code-Projects E-Commerce Site 安全漏洞 — Library System | 7.3 | High | 2025-07-08 |
CWE-89(SQL命令中使用的特殊元素转义处理不恰当(SQL注入)) 是常见的弱点类别,本平台收录该类弱点关联的 9481 条 CVE 漏洞。