Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-229 (值处理不恰当) — Vulnerability Class 12

12 vulnerabilities classified as CWE-229 (值处理不恰当). AI Chinese analysis included.

CWE-229 represents a logic flaw where software fails to adequately manage inputs that lack expected values or contain undefined parameters. This weakness typically arises when applications assume specific data structures are always present, leading to unexpected behavior when those assumptions are violated. Attackers exploit this by submitting malformed requests, such as omitting required fields or sending null values, which can trigger crashes, cause data corruption, or bypass security controls. To mitigate this risk, developers must implement rigorous input validation that explicitly checks for the presence and validity of all expected parameters before processing. Utilizing defensive programming techniques, such as default value assignment and strict type checking, ensures the application gracefully handles incomplete or undefined data. By validating input schemas and rejecting malformed requests early in the processing pipeline, engineers can prevent the system from entering unstable states and maintain robust operational integrity against malformed input attacks.

MITRE CWE Description
The product does not properly handle when the expected number of values for parameters, fields, or arguments is not provided in input, or if those values are undefined.
Common Consequences (1)
Integrity Unexpected State
CVE ID Title CVSS Severity Published
CVE-2026-59566 Local denial-of-service — Client Connector 8.4 High 2026-08-24
CVE-2026-59565 Local and kernel denial-of-service — Client Connector 8.8 High 2026-08-24
CVE-2026-4736 Math Issue in No-Chicken/Echo-Mate — Echo-Mate 8.1 - 2026-03-24
CVE-2025-7964 Zigbee Router Denial of Service — Silicon Labs Zigbee Stack - - AI 2026-01-30
CVE-2025-20268 Cisco Secure Firewall Threat Defense Software Geolocation Remote Access VPN Bypass Vulnerability — Cisco Firepower Threat Defense Software 5.8 Medium 2025-08-14
CVE-2024-20431 Cisco Firepower Threat Defense 安全漏洞 — Cisco Firepower Threat Defense Software 5.8 Medium 2024-10-23
CVE-2024-39531 Junos OS Evolved: ACX 7000 Series: Protocol specific DDoS configuration affects other protocols — Junos OS Evolved 7.5 High 2024-07-11
CVE-2024-0607 Kernel: nf_tables: pointer math issue in nft_byteorder_eval() 6.6 Medium 2024-01-18
CVE-2022-4851 Improper Handling of Values in usememos/memos — usememos/memos 4.3 - 2022-12-29
CVE-2022-2809 Unauthenticated out of bounds heap write in bmcweb — OpenBMC 8.2 High 2022-10-27
CVE-2022-24412 Dell Technologies Dell PowerScale OneFS安全漏洞 — PowerScale OneFS 7.5 High 2022-04-12
CVE-2022-22562 Dell Technologies Dell PowerScale OneFS安全漏洞 — PowerScale OneFS 7.5 High 2022-04-12

Vulnerabilities classified as CWE-229 (值处理不恰当) represent 12 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.