126 vulnerabilities classified as CWE-1287. AI Chinese analysis included.
CWE-1287 represents a critical input validation weakness where software fails to verify that received data matches its expected type, such as accepting a string where an integer is required. Attackers typically exploit this by injecting malformed or mismatched data types to trigger unexpected runtime errors, cause logic failures, or bypass security controls. This mismatch can expose latent vulnerabilities, allowing attackers to execute unauthorized actions or crash the application. To prevent this, developers must implement rigorous type checking mechanisms early in the input processing pipeline. Utilizing strict typing in programming languages, validating data schemas, and employing robust parsing libraries ensures that inputs conform to anticipated formats. Additionally, implementing comprehensive error handling prevents attackers from leveraging type confusion to bypass authentication or execute malicious code, thereby maintaining application integrity and security.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2022-43723 | Siemens SICAM PAS/PQS 输入验证错误漏洞 — SICAM PAS/PQS | 7.5 | - | 2022-12-13 |
| CVE-2022-22228 | Junos OS: IPv6 OAM SRv6 network-enabled devices are vulnerable to Denial of Service (DoS) due to RPD memory leak upon receipt of specific a IPv6 packet — Junos OS | 7.5 | High | 2022-10-18 |
| CVE-2022-20783 | Cisco TelePresence Collaboration Endpoint and RoomOS Software H.323 Denial of Service Vulnerability — Cisco RoomOS Software | 7.5 | High | 2022-04-21 |
| CVE-2022-22168 | Junos OS: vMX and MX150: Specific packets might cause a memory leak and eventually an FPC reboot — Junos OS | 6.5 | Medium | 2022-01-19 |
| CVE-2021-32024 | BlackBerry QNX SDP 安全漏洞 — QNX Software Development Platform (SDP) | 8.1 | High | 2021-12-13 |
| CVE-2021-20329 | Specific cstrings input may not be properly validated in the Go Driver — MongoDB Go Driver | 6.8 | Medium | 2021-06-10 |
Vulnerabilities classified as CWE-1287 represent 126 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.