In the Linux kernel, the following vulnerability has been resolved:
vrf: use RCU protection in l3mdev_l3_out()
l3mdev_l3_out() can be called without RCU being held:
raw_sendmsg()
ip_push_pending_frames()
ip_send_skb()
ip_local_out()
__ip_local_out()
l3mdev_ip_out()
Add rcu_read_lock() / rcu_read_unlock() pair to avoid
a potential UAF.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:19
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-02-27 03:15
Updated : 2025-11-03 21:19
NVD link : CVE-2025-21791
Mitre link : CVE-2025-21791
CVE.ORG link : CVE-2025-21791
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
