CVE-2026-5071
Last modified
CVE-2026-5071 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Zephyrproject | Zephyr | <= 4.3.0 |
References
- https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-c3w6-x7m3-3c58Exploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-5071?
How severe is CVE-2026-5071?
How do I fix CVE-2026-5071?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-50701A Reflected Cross-Site Scripting (XSS) vulnerability exists …5.1
- CVE-2026-50703A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-50704A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.6
- CVE-2026-50705A Cross-Site Scripting (XSS) vulnerability exists in Frappe …4.6
- CVE-2026-50708A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-50709A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-50710A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.6
- CVE-2026-50711A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.6
- CVE-2026-50712A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-5072A bitwise shift vulnerability in Zephyr's PTP subsystem allo…6.5
- CVE-2026-50721Libreswan, via the function RSA_authenticate_hash_signature_…5.9
- CVE-2026-50722Libreswan, via the function RSA_authenticate_hash_signature_…5.9
Are you affected by CVE-2026-5071?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
