
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68191 is a Linux kernel defect in the udp_tunnel subsystem where netdev_WARN() was incorrectly used instead of netdev_warn() when udp_tunnel_nic_register() returns an error. The misuse causes unnecessary kernel backtraces and WARN/WARN_ON triggers for what is a normal runtime condition (memory allocation failure), not a kernel bug. It affects the Linux kernel broadly across multiple stable branches and was published on December 16, 2025. No CVSS score has been assigned (base score 0.0), reflecting its low security impact (Feedly).
The root cause is improper use of the netdev_WARN() macro (which internally calls WARN/WARN_ON and emits a full kernel backtrace with file and line information) in a code path where udp_tunnel_nic_register() fails due to ordinary memory allocation errors from kzalloc() or udp_tunnel_nic_alloc(). This is classified as an incorrect use of a diagnostic/logging primitive rather than a security-exploitable flaw. The fix replaces netdev_WARN() with netdev_warn(), which emits a standard warning message without triggering kernel bug reporting infrastructure. Patches were applied across multiple stable kernel trees (Feedly).
The practical impact of this issue is limited to spurious kernel warning messages and backtraces appearing in system logs when UDP tunnel NIC registration fails due to memory pressure. There is no known confidentiality, integrity, or availability impact beyond potential log noise and confusion for system administrators who may misinterpret the WARN output as a kernel bug. No privilege escalation, data exposure, or remote code execution is associated with this vulnerability (Feedly).
The fix has been backported to multiple Linux stable kernel branches. Patched versions include: 5.10.247, 5.15.197, 6.1.159, 6.6.117, 6.12.58, 6.17.8, and 6.18. Downstream distributions including Ubuntu (USN-8096-1, USN-8096-2, USN-8096-3, USN-8116-1), Debian (DLA-4436-1), Amazon Linux 2 (ALAS2KERNEL-5.15-2025-096, ALAS2KERNEL-5.10-2026-112), and Oracle Linux have also issued updates. Administrators should apply the relevant kernel update for their distribution (Feedly, Ubuntu Advisory, Debian LTS).
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."