
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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/.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).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."