CWE-130Base1 in KEV

Improper Handling of Length Parameter Inconsistency

Incomplete in the CWE catalog · 95 CVEs mapped

95
CVEs mapped
1
In KEV
6.8
Median CVSS
What it is

The product parses a formatted message or structure, but it does not handle or incorrectly handles a length field that is inconsistent with the actual length of the associated data.

Recent examples
none
CVE-2026-5706

CVE-2026-5706 - UNKNOWN Severity Vulnerability

In Bluetooth Mesh SDK 6.1.4 and earlier, malformed extended advertisements can trigger out-of-bounds writes leading to stack corruption and remote code execution. These messages must come from a device that has already joined the network. Only provisioners supporting extended advertisements may be impacted.

no explanation yet
0%
epss
5.4cvss
CVE-2026-71402

CVE-2026-71402 - MEDIUM Severity Vulnerability

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. ni_capture_inspect_udp_header() in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client (wickedd-dhcp4) reads up to ihl + 8 bytes — at most 68 bytes — past the end of the 1500-byte packet receive buffer. An unauthenticated attacker on the same network who sends a crafted DHCP/UDP packet can make the client parse adjacent heap memory as DHCP options, so that heap contents such as allocator metadata or pointer values can be interpreted into lease fields. The over-read is bounded to 68 bytes; no memory write, no attacker control over the adjacent bytes and no remote exfiltration primitive has been demonstrated. This issue affects wicked up to and including version 0.6.80.

MEDIUMno explanation yet
0%
epss
7.5cvss
CVE-2026-81575

CVE-2026-81575 - HIGH Severity Vulnerability

If configured as a server, CodeMeter Runtime before versions 8.41a and 9.10 accepts requests with opcode 0x5e, which contain the data length and the data itself. Missing bounds checking on the data length value can lead to out of bounds reads, causing a segmentation fault that ultimately crashes the CodeMeter Runtime.

HIGHno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-130
Abstraction
Base
Structure
Simple
Status
Incomplete