285 vulnerabilities classified as CWE-754 (对因果或异常条件的不恰当检查). AI Chinese analysis included.
CWE-754 represents a critical software weakness where applications fail to properly validate or handle unexpected environmental states, such as resource exhaustion, permission denials, or malformed inputs. Developers often exploit this oversight by assuming routine operational conditions will always hold true, leading to crashes, data corruption, or security breaches when rare events occur. Attackers typically trigger these exceptional conditions to cause denial-of-service attacks or to bypass security controls by forcing the application into an undefined state. To mitigate this risk, engineers must implement robust error handling mechanisms that explicitly check for and gracefully manage unusual scenarios. This includes validating resource availability, verifying user permissions, and ensuring inputs meet expected formats before processing, thereby maintaining system stability and security even under adverse or unexpected operating conditions.
char buf[10], cp_buf[10]; fgets(buf, 10, stdin); strcpy(cp_buf, buf);buf = (char*) malloc(req_size); strncpy(buf, xfer, req_size);| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2020-5420 | Gorouter is vulnerable to DoS attack via invalid HTTP responses — Routing | 7.7 | - | 2020-09-03 |
| CVE-2020-3449 | Cisco IOS XR Software Additional Paths Denial of Service Vulnerability — Cisco IOS XR Software | 4.3 | Medium | 2020-08-17 |
| CVE-2020-7477 | 多款Schneider Electric产品代码问题漏洞 — Modicon Quantum Ethernet Network module and Quantum / Premium COPRO (Quantum Ethernet Network module 140NOE771x1, versions 7.0 and prior, Quantum processors with integrated Ethernet – 140CPU65xxxxx, all versions, Premium processors with integrated Ethernet, all versions) | 7.5 | - | 2020-03-23 |
| CVE-2020-5215 | Segmentation faultin TensorFlow when converting a Python string to tf.float16 — TensorFlow | 5.0 | Medium | 2020-01-28 |
| CVE-2019-15989 | Cisco IOS XR Software Border Gateway Protocol Attribute Denial of Service Vulnerability — Cisco IOS XR Software | 6.8 | - | 2020-01-26 |
| CVE-2018-7794 | 多款Schneider Electric产品代码问题漏洞 — Modicon M580, Modicon M340, Modicon Quantum, Modicon Premium (see security notification for specific versions) | 7.5 | - | 2020-01-06 |
| CVE-2019-6857 | 多款Schneider Electric产品代码问题漏洞 — Modicon M580, Modicon M340, Modicon Quantum, Modicon Premium (see security notification for specific versions) | 7.5 | - | 2020-01-06 |
| CVE-2019-6856 | 多款Schneider Electric产品代码问题漏洞 — Modicon M580, Modicon M340, Modicon Quantum, Modicon Premium (see security notification for specific versions) | 7.5 | - | 2020-01-06 |
| CVE-2019-11779 | Eclipse Mosquitto 代码问题漏洞 — Eclipse Mosquitto | 8.1 | - | 2019-09-19 |
| CVE-2019-6813 | Schneider Electric Modicon M340和BMXNOR0200H Ethernet/Serial RTU module 代码问题漏洞 — BMXNOR0200H Ethernet / Serial RTU module | 7.5 | - | 2019-09-17 |
| CVE-2019-6811 | Schneider Electric Quantum 140 NOE771x1 代码问题漏洞 — Modicon Quantum 140 NOE771x1 | 7.5 | - | 2019-09-17 |
| CVE-2019-6833 | 多款Schneider Electric产品代码问题漏洞 — Magelis HMI Panels | 7.5 | - | 2019-09-17 |
| CVE-2019-6831 | Schneider Electric BMXNOR0200H Ethernet/Serial RTU module 代码问题漏洞 — BMXNOR0200H Ethernet / Serial RTU module | 7.5 | - | 2019-09-17 |
| CVE-2019-6819 | 多款Schneider Electric产品代码问题漏洞 — Modicon Controllers, Modicon M340 - firmware versions prior to V3.01 Modicon M580 - firmware versions prior to V2.80 All firmware versions of Modicon Quantum and Modicon Premium | 7.5 | - | 2019-05-22 |
| CVE-2019-1849 | Cisco IOS XR Software BGP MPLS-Based EVPN Denial of Service Vulnerability — Cisco IOS XR Software | 6.5 | - | 2019-05-16 |
Vulnerabilities classified as CWE-754 (对因果或异常条件的不恰当检查) represent 285 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.