CVE-2025-68776
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68776 is a NULL pointer dereference vulnerability in the Linux kernel's net/hsr (High-availability Seamless Redundancy) subsystem, specifically within the prp_get_untagged_frame() function. The function calls __pskb_copy() to create frame->skb_std but does not validate the return value; if the allocation fails and returns NULL, a subsequent call to skb_clone() with a NULL pointer triggers a kernel crash (general protection fault). The vulnerability affects the Linux kernel and was published on January 13, 2026, with a patch noted by Microsoft for the Azure Linux 3 kernel (azl3_kernel_6.6.119.3-3). It carries a CVSS v3.1 base score of 5.5 (Medium) (Microsoft MSRC).

Technical details

The root cause is a missing NULL check after a memory allocation call, classified as CWE-476 (NULL Pointer Dereference). In prp_get_untagged_frame(), __pskb_copy() is invoked to duplicate a socket buffer for PRP (Parallel Redundancy Protocol) frame processing; if the kernel cannot allocate memory, it returns NULL. The code then unconditionally passes this NULL pointer to skb_clone(), which dereferences it and causes a general protection fault with KASAN reporting a null-ptr-deref in the range [0x0000000000000078-0x000000000000007f]. Exploitation requires local access with low privileges and the ability to send crafted network packets through an HSR/PRP interface, triggering the allocation failure path (Microsoft MSRC).

Impact

Successful exploitation results in a kernel crash (denial of service), causing complete loss of system availability for the duration of the crash or until reboot. There is no confidentiality or integrity impact — the vulnerability is limited to availability. Systems with HSR/PRP networking interfaces actively configured are at greatest risk, particularly in industrial or high-availability network environments where such interfaces are deployed (Microsoft MSRC).

Indicators of compromise

  • Logs: Kernel logs (dmesg, /var/log/kern.log) showing general protection fault or KASAN: null-ptr-deref errors referencing skb_clone in net/core/skbuff.c or prp_get_untagged_frame in net/hsr/.
  • Process/System: Unexpected kernel panics or system reboots on hosts with HSR/PRP network interfaces configured.
  • Network: Anomalous or malformed PRP/HSR frames arriving on HSR network interfaces immediately preceding a kernel crash event.

Mitigation and workarounds

Apply the available kernel patch that adds a NULL check immediately after the __pskb_copy() call in prp_get_untagged_frame() to handle allocation failures gracefully. Patches are available via the Linux kernel stable tree (commits 3ce95a57, 7be6d25f, 8f289fa1, 188e0fa5) and have been incorporated into downstream distributions including Debian (linux 6.1.162-1), Ubuntu (USN-8177-1 and related advisories), SUSE, and Oracle Linux. As a workaround, disable HSR/PRP functionality if it is not required for your network configuration. Restrict local access to systems where HSR interfaces are deployed and monitor kernel logs for general protection faults related to skb_clone() (Microsoft MSRC, Debian LTS, Ubuntu USN-8177-1).

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-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 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