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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-1287 — Vulnerability Class 126

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.

MITRE CWE Description
The product receives input that is expected to be of a certain type, but it does not validate or incorrectly validates that the input is actually of the expected type. When input does not comply with the expected type, attackers could trigger unexpected errors, cause incorrect actions to take place, or exploit latent vulnerabilities that would not be possible if the input conformed with the expected type. This weakness can appear in type-unsafe programming languages, or in programming languages that support casting or conversion of an input to another type.
Common Consequences (1)
OtherVaries by Context
Mitigations (1)
ImplementationAssume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. When performing input validation, consider all potentially relevant properties, including length, type of input, the full range…
Effectiveness: High
CVE IDTitleCVSSSeverityPublished
CVE-2026-5304 AXIS OS 软件供应链问题漏洞 — AXIS OS 5.7 Medium2026-08-11
CVE-2026-18830 Insufficient input validation in Amazon Bedrock AgentCore harness InvokeHarness API — Amazon Bedrock AgentCore harness 8.1 High2026-08-04
CVE-2026-20498 MediaTek Chipsets 软件供应链问题漏洞 — MediaTek chipset--2026-08-03
CVE-2026-4773 OTP Bypass in Magarsus' IDM-MFA — IDM-MFA 8.1 High2026-07-22
CVE-2026-50524 .NET Framework Denial of Service Vulnerability — .NET 10.0 7.5 High2026-07-14
CVE-2026-55124 Microsoft Word Information Disclosure Vulnerability — Microsoft 365 Apps for Enterprise 5.5 Medium2026-07-14
CVE-2026-44935 Rancher Fleet vulnerable to cross namespace secret disclosure via unvalidated `valuesFrom` references in Helm Deployer — Rancher 9.9 Critical2026-07-02
CVE-2026-54235 vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels — vllm--2026-06-22
CVE-2026-10825 Improper JSON Input Validation in WebSocket API Leads to Denial of Service — NPort 6000-G2 Series--2026-06-16
CVE-2026-9753 Server crash via malformed binary diff passed to $_internalApplyOplogUpdate. — MongoDB Server 8.1 High2026-06-09
CVE-2026-9742 Authenticate command with specific mechanism parameter can trigger server crash — MongoDB Server 7.5 High2026-06-09
CVE-2026-11460 Boost Serialization improper validation of specified type of input — Serialization 7.3 High2026-06-07
CVE-2024-6858 In Arista’s EOS when in 802.1X mode, multi-auth unauthenticated hosts might be allowed access to a switch port if there exists an EAPOL capable device in the fallback VLAN. — EOS--2026-06-04
CVE-2026-49941 Net::CIDR::Set versions through 0.20 for Perl did not validate IP addresses — Net::CIDR::Set--2026-06-04
CVE-2026-40851 Command injection via USB — mbNET/mbNET.rokey 8.4 High2026-05-27
CVE-2026-9521 fraillt bitsery std_smart_ptr.h loadFromSharedState improper validation of specified type of input — bitsery 7.3 High2026-05-26
CVE-2026-4646 Insufficient input validation in GitHub plugin API causes denial of service — Mattermost 4.3 Medium2026-05-22
CVE-2026-7887 For Concrete CMS 9.5.0 and below, OAuth 2.0 Authorization-Code Handler Bypasses Account Status — Concrete CMS--2026-05-21
CVE-2026-0802 AXIS OS 安全漏洞 — AXIS OS 6.0 Medium2026-05-12
CVE-2026-33806 fastify vulnerable to Body Schema Validation Bypass via Leading Space in Content-Type Header — fastify 7.5 High2026-04-15
CVE-2019-25596 SpotAuditor 5.2.6 Name Field Denial of Service — SpotAuditor 6.2 Medium2026-03-22
CVE-2026-2092 Keycloak-services: keycloak: unauthorized access via improper validation of encrypted saml assertions — Red Hat build of Keycloak 26.2 7.7 High2026-03-18
CVE-2026-2454 DoS in Calls plugin via malformed msgpack in websocket request. — Mattermost 5.8 Medium2026-03-16
CVE-2026-25783 Denial of service via malformed User-Agent header in getBrowserVersion — Mattermost 4.3 Medium2026-03-16
CVE-2026-20074 Cisco IOS XR Software Multi-Instance Intermediate System-to-Intermediate System Denial of Service Vulnerability — Cisco IOS XR Software 7.4 High2026-03-11
CVE-2026-26115 SQL Server Elevation of Privilege Vulnerability — Microsoft SQL Server 2016 Service Pack 3 (GDR) 8.8 High2026-03-10
CVE-2026-25179 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.0 High2026-03-10
CVE-2026-2004 PostgreSQL intarray missing validation of type of input to selectivity estimator executes arbitrary code — PostgreSQL 8.8 High2026-02-12
CVE-2026-2003 PostgreSQL oidvector discloses a few bytes of memory — PostgreSQL 4.3 Medium2026-02-12
CVE-2026-20119 Cisco TelePresence Collaboration Endpoint Software and RoomOS Software Denial of Service Vulnerability — Cisco RoomOS Software 7.5 High2026-02-04

Vulnerabilities classified as CWE-1287 represent 126 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.