CyberRota
Back to database

CVE-2026-5071

MEDIUM · CVSS 6.1 EPSS 0.11% Public Exploit

Source: NVD + CISA KEV + EPSS · Published: 2026-05-30 · Last synced: 2026-06-28

CyberRota Analysis

Bellek tüketimine neden olabilir.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-5071
Severity
MEDIUM
CVSS
6.1
EPSS
0.11%

Original NVD Description

The SocketCAN implementation validates the length of a user-provided buffer containing a socketcan_frame object using only a NET_ASSERT statement in zcan_sendto_ctx() before dereferencing it in socketcan_to_can_frame(). In production builds where assertions are disabled, a userspace application that controls the length passed to a sendto syscall can supply an incomplete or truncated frame, causing socketcan_to_can_frame() to dereference fields beyond the end of the buffer. This results in an out-of-bounds read that can cause denial-of-service crashes or, because the parsed frame contents are transmitted on the network, leak adjacent memory.