CWE-232: Improper Handling of Undefined Values
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product does not handle or incorrectly handles when a value is not defined or supported for the associated parameter, field, or argument name.
常见后果
影响范围: Integrity
技术影响: Unexpected State
观察示例
参考: CVE-2000-1003
Client crash when server returns unknown driver type.
引入模式
| 阶段 | 说明 |
|---|---|
| Implementation | - |
适用平台
编程语言
分类映射
| 分类名称 | 条目ID | 条目名称 | 映射适配度 |
|---|---|---|---|
| PLOVER | - | Undefined Value Error | - |
| The CERT Oracle Secure Coding Standard for Java (2011) | ERR08-J | Do not catch NullPointerException or any of its ancestors | - |