CWE-20 输入验证不恰当 类弱点 3591 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-20 属于输入验证不当漏洞,指软件接收数据时未正确校验其是否符合安全处理要求。攻击者常通过注入恶意或畸形数据,绕过逻辑检查以触发缓冲区溢出、命令执行等严重后果。开发者应实施严格的白名单验证,确保输入格式、类型及范围完全符合预期,并在所有数据入口点强制执行校验逻辑,从而从源头阻断潜在攻击。
... public static final double price = 20.00; int quantity = currentUser.getAttribute("quantity"); double total = price * quantity; chargeUser(total); ...... #define MAX_DIM 100 ... /* board dimensions */ int m,n, error; board_square_t *board; printf("Please specify the board height: \n"); error = scanf("%d", &m); if ( EOF == error ){ die("No integer passed: Die evil hacker!\n"); } printf("Please specify the board width: \n"); error = scanf("%d", &n); if ( EOF == error ){ die("No integer passed: Die evil hacker!\n"); } if ( m > MAX_DIM || n > MAX_DIM ) { die("Value too large: Die evil hacker!\n"); } board = (board_square_t*) malloc( m * n * sizeof(board_square_t)); ...| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2022-3157 | Rockwell Automation controllers 输入验证错误漏洞 — CompactLogix 5370 | 8.6 | High | 2022-12-16 |
| CVE-2021-28655 | Apache Zeppelin 输入验证错误漏洞 — Apache Zeppelin | 8.2 | - | 2022-12-16 |
| CVE-2022-4504 | OpenEMR 输入验证错误漏洞 — openemr/openemr | 7.5 | - | 2022-12-15 |
| CVE-2022-46363 | Apache CXF 输入验证错误漏洞 — Apache CXF | 9.1 | - | 2022-12-13 |
| CVE-2021-40365 | Siemens SIMATIC Drive Controller 输入验证错误漏洞 — SIMATIC Drive Controller CPU 1504D TF | 7.5 | High | 2022-12-13 |
| CVE-2022-43515 | Zabbix 安全漏洞 — Frontend | 5.3 | Medium | 2022-12-12 |
| CVE-2022-33876 | Fortinet FortiADC 输入验证错误漏洞 — FortiADC | 5.1 | Medium | 2022-12-06 |
| CVE-2022-38123 | Secomea GateManager 输入验证错误漏洞 — GateManager | 8.7 | High | 2022-12-06 |
| CVE-2021-37533 | Apache Commons Net 输入验证错误漏洞 — Apache Commons Net | 6.5 | - | 2022-12-03 |
| CVE-2022-1471 | SnakeYAML 代码问题漏洞 — SnakeYAML | 8.3 | High | 2022-12-01 |
| CVE-2022-40265 | Mitsubishi Electric MELSEC iQ-R series 输入验证错误漏洞 — MELSEC iQ-R Series RJ71EN71 | 8.6 | High | 2022-11-30 |
| CVE-2022-4033 | WordPress plugin Quiz and Survey Master 输入验证错误漏洞 — Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker | 5.3 | Medium | 2022-11-29 |
| CVE-2022-4032 | WordPress plugin Quiz and Survey Master 跨站脚本漏洞 — Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker | 7.2 | High | 2022-11-29 |
| CVE-2022-41921 | Discourse 输入验证错误漏洞 — discourse | 3.5 | Low | 2022-11-28 |
| CVE-2022-39338 | Nextcloud 输入验证错误漏洞 — security-advisories | 3.5 | Low | 2022-11-25 |
| CVE-2022-40266 | Mitsubishi Electric GOT2000 输入验证错误漏洞 — GOT2000 Series GT27 model | 5.3 | Medium | 2022-11-24 |
| CVE-2022-41942 | Sourcegraph 操作系统命令注入漏洞 — sourcegraph | 7.9 | High | 2022-11-22 |
| CVE-2022-3388 | ABB MicroSCADA Pro SYS600 输入验证错误漏洞 — MicroSCADA Pro SYS600 | 8.8 | High | 2022-11-21 |
| CVE-2022-45470 | Apache Hama 输入验证错误漏洞 — Apache Hama | 6.5 | - | 2022-11-21 |
| CVE-2022-24037 | Karmasis Infraskope Agent 输入验证错误漏洞 — Infraskope SIEM+ | 8.2 | High | 2022-11-18 |
| CVE-2022-31607 | NVIDIA graphics driver 输入验证错误漏洞 — NVIDIA Cloud Gaming (guest driver), NVIDIA Cloud Gaming (Virtual GPU Manager) | 7.8 | High | 2022-11-18 |
| CVE-2022-31616 | NVIDIA GPU Display Driver 缓冲区错误漏洞 — NVIDIA Cloud Gaming (guest driver) | 6.1 | Medium | 2022-11-18 |
| CVE-2022-41888 | Google TensorFlow 输入验证错误漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41891 | Google TensorFlow 安全漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41896 | Google TensorFlow 输入验证错误漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41898 | Google TensorFlow 安全漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41899 | Google TensorFlow 输入验证错误漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41901 | Google TensorFlow 输入验证错误漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41908 | Google TensorFlow 输入验证错误漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
| CVE-2022-41909 | Google TensorFlow 代码问题漏洞 — tensorflow | 4.8 | Medium | 2022-11-18 |
CWE-20(输入验证不恰当) 是常见的弱点类别,本平台收录该类弱点关联的 3591 条 CVE 漏洞。