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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-475 (从输入到API的未定义行为) — Vulnerability Class 9

9 vulnerabilities classified as CWE-475 (从输入到API的未定义行为). AI Chinese analysis included.

CWE-475 represents a critical programming weakness where an application invokes an API without adhering to its strict control parameter requirements, resulting in undefined behavior. This vulnerability typically arises when developers assume default states or omit necessary configuration steps, leading to unpredictable execution paths that may crash the system or expose sensitive memory states. Attackers exploit this by manipulating input to trigger these undefined states, potentially achieving arbitrary code execution or causing denial-of-service conditions through system instability. To mitigate this risk, developers must rigorously validate all API inputs against documented specifications before invocation. Implementing comprehensive input validation, utilizing static analysis tools to detect missing parameter checks, and enforcing strict adherence to API contracts during the design phase are essential strategies. By ensuring every control parameter is explicitly set to a valid, expected value, engineers can eliminate the ambiguity that leads to undefined behavior and enhance overall software resilience.

MITRE CWE Description
The behavior of this function is undefined unless its control parameter is set to a specific value.
Common Consequences (1)
OtherQuality Degradation, Varies by Context
CVE IDTitleCVSSSeverityPublished
CVE-2025-47866 Trend Micro Apex Central 安全漏洞 — Trend Micro Apex Central 4.3 Medium2025-06-17
CVE-2025-47865 Trend Micro Apex Central 安全漏洞 — Trend Micro Apex Central 7.5 High2025-06-17
CVE-2024-10569 Zip Bomb Vulnerability in gradio-app/gradio — gradio-app/gradio 7.5 -2025-03-20
CVE-2024-3099 Denial of Service and Data Model Poisoning via URL Encoding in mlflow/mlflow — mlflow/mlflow 8.1AIHighAI2024-06-06
CVE-2024-20380 ClamAV HTML Parser Denial of Service Vulnerability — ClamAV 7.5 High2024-04-18
CVE-2023-4874 Undefined Behavior for Input to API in Mutt — Mutt 4.3 Medium2023-09-09
CVE-2023-4875 Undefined Behavior for Input to API in Mutt — Mutt 2.2 Low2023-09-09
CVE-2023-2253 Distribution 安全漏洞 — distribution/distribution 6.5 -2023-06-06
CVE-2020-7925 Denial of Service when processing malformed Role names — MongoDB Server 7.5 High2020-11-23

Vulnerabilities classified as CWE-475 (从输入到API的未定义行为) represent 9 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.