cve/2025/CVE-2025-21775.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2025-21775

Description

In the Linux kernel, the following vulnerability has been resolved:can: ctucanfd: handle skb allocation failureIf skb allocation fails, the pointer to struct can_frame is NULL. Thisis actually handled everywhere inside ctucan_err_interrupt() except forthe only place.Add the missed NULL check.Found by Linux Verification Center (linuxtesting.org) with SVACE staticanalysis tool.

POC

Reference

No PoCs from references.

Github