CVE-2020-36789
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2020-36789 is a vulnerability in the Linux kernel's CAN (Controller Area Network) subsystem, specifically in the can_get_echo_skb() function. The vulnerability was disclosed on April 17, 2025, affecting the Linux kernel's network stack implementation (NVD Database).

Technical details

The vulnerability occurs when a driver calls can_get_echo_skb() during a hardware IRQ context. Under network congestion circumstances, this can trigger a 'WARN_ON(in_irq)' in net/core/skbuff.c#skb_release_head_state(), along with a potential NULL pointer dereference. The root cause is identified as the improper use of kfree_skb() instead of dev_kfree_skb_irq() in net/core/dev.c#enqueue_to_backlog(). The vulnerability has been assigned a CVSS v3.1 Base Score of 5.5 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) and is associated with CWE-476 (Red Hat Security).

Impact

The vulnerability can lead to system instability and potential denial of service conditions under specific network congestion circumstances. The issue primarily affects systems using the CAN network stack, with the potential for NULL pointer dereference that could crash the system (Red Hat Security).

Mitigation and workarounds

The fix involves preventing the skb from being freed within the netif_rx() call by incrementing its reference count with skb_get(). The skb is then freed by using in-irq-context safe functions: dev_consume_skb_any() or dev_kfree_skb_any(). The 'any' version is used to accommodate drivers that might call can_get_echo_skb() in a normal context (Red Hat Security).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-oracle
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-core
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel
NoYesJan 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management