Bug 2414523 (CVE-2025-40158) - CVE-2025-40158 kernel: ipv6: use RCU in ip6_output()
Summary: CVE-2025-40158 kernel: ipv6: use RCU in ip6_output()
Keywords:
Status: NEW
Alias: CVE-2025-40158
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-11-12 11:05 UTC by OSIDB Bzimport
Modified: 2025-11-13 12:34 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-11-12 11:05:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

ipv6: use RCU in ip6_output()

Use RCU in ip6_output() in order to use dst_dev_rcu() to prevent
possible UAF.

We can remove rcu_read_lock()/rcu_read_unlock() pairs
from ip6_finish_output2().


Note You need to log in before you can comment on or make changes to this bug.