CVE-2026-23048
Unknown Unknown - Not Provided
Use-After-Free Vulnerability in Linux Kernel UDP skb Handling

Publication date: 2026-02-04

Last updated on: 2026-02-04

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: udp: call skb_orphan() before skb_attempt_defer_free() Standard UDP receive path does not use skb->destructor. But skmsg layer does use it, since it calls skb_set_owner_sk_safe() from udp_read_skb(). This then triggers this warning in skb_attempt_defer_free(): DEBUG_NET_WARN_ON_ONCE(skb->destructor); We must call skb_orphan() to fix this issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-04
Last Modified
2026-02-04
Generated
2026-05-07
AI Q&A
2026-02-04
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's UDP receive path. The issue arises because the standard UDP receive path does not use the skb->destructor, but the skmsg layer does, as it calls skb_set_owner_sk_safe() from udp_read_skb(). This leads to a warning triggered in skb_attempt_defer_free() due to the destructor being set. The fix involves calling skb_orphan() before skb_attempt_defer_free() to prevent this warning and properly handle the skb destructor.


How can this vulnerability impact me? :

The vulnerability causes a warning in the kernel related to skb destructor handling, which could potentially lead to improper memory management or unexpected behavior in the UDP receive path. However, the exact impact on system security or stability is not detailed in the provided information.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

The vulnerability is resolved by ensuring that skb_orphan() is called before skb_attempt_defer_free() in the UDP receive path of the Linux kernel.

To mitigate this vulnerability, update your Linux kernel to a version where this fix has been applied.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart