
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68363 is a Linux kernel vulnerability in the BPF (Berkeley Packet Filter) subsystem where the bpf_skb_check_mtu helper fails to verify that skb->transport_header is set before using it when the BPF_MTU_CHK_SEGS flag is specified. This missing check can trigger a WARN_ON_ONCE kernel warning and cause unstable network-related operations. The vulnerability was disclosed on December 24, 2025, and affects the Linux kernel starting from commit 34b2021cc616. It carries a CVSS v3.1 base score of 5.5 (Medium), with a local attack vector requiring low privileges (Red Hat CVE, Red Hat Bugzilla).
The root cause is an improper validation of state (CWE-754) — the bpf_skb_check_mtu helper accesses skb->transport_header without first confirming it has been initialized via skb_transport_header_was_set(). When BPF_MTU_CHK_SEGS is passed as a flag, the helper calls skb_gso_validate_network_len, which internally dereferences the transport header. The issue is triggered when CONFIG_DEBUG_NET is enabled, skb->gso_size is set, and bpf_prog_test_run is used — conditions that can be met by a local user with BPF program execution privileges. The fix adds a guard check for skb_transport_header_was_set() immediately before the transport header is used, preventing the uninitialized access (Red Hat Bugzilla).
Successful exploitation can cause kernel warnings (WARN_ON_ONCE) and unstable network packet processing behavior, effectively constituting a local denial of service against network-related kernel operations. There is no confidentiality or integrity impact — the vulnerability is limited to availability (CVSS A:H, C:N, I:N). The scope is confined to the local system, with no evidence of lateral movement potential (Red Hat CVE).
Patches have been released for multiple Linux kernel stable branches. Fixed versions include kernel 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. Downstream distributions including Debian (linux 6.1.162-1), Ubuntu (USN-8179-1 through USN-8265-1), SUSE (SUSE-2026-0447-1), and Oracle Linux (ELSA-2026-50112) have issued updated packages. Administrators should update to the latest patched kernel version for their distribution. As a secondary measure, monitoring kernel logs for WARN_ON_ONCE messages related to skb_gso_validate_network_len or bpf_skb_check_mtu can help detect affected configurations (Red Hat Bugzilla, Debian LTS, Ubuntu USN-8179-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."