Junglewise Threat Intelligence

CVE-2025-68192: Linux Kernel denial of service in qmi_wwan driver

CVE-2025-68192 · Severity: critical · CVSS 9.8 · Published 2025-12-16

Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's USB network driver could allow a remote attacker to crash systems using specific mobile broadband hardware. The issue occurs when the system processes certain types of internet traffic (IPsec) over a QMI-based cellular connection, leading to a complete system failure or 'kernel panic.' This primarily affects ARM-based devices, such as specialized networking equipment or embedded systems, potentially causing service outages.

Technical details

A vulnerability exists in the qmi_wwan driver within the Linux kernel's networking subsystem. The root cause is the failure to initialize the 'skb->mac_header' offset in the 'qmimux_rx_fixup' function. Because raw IP packets lack a MAC header, this uninitialized value triggers a kernel panic on ARM64 platforms due to strict alignment checks when accessed by the xfrm (IPsec) subsystem or other network layers. An attacker could potentially trigger this crash by sending specific network traffic to a vulnerable device. The issue has been resolved by ensuring the MAC header is reset during packet processing.

Affected products

  • Linux Linux 4.12 to 6.12.34

Timeline

  • 2025-10-29: other: Patch submitted by developer
  • 2025-12-16: disclosed: CVE published

References