Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels Some lwtunnels have a dst cache for post-transformation dst. If the packet destination did not change we may end up recording a reference to the lwtunnel in its own cache, and the lwtunnel state will never be freed. Discovered by the ioam6.sh test, kmemleak was recently fixed to catch per-cpu memory leaks. I'm not sure if rpl and seg6 can actually hit this, but in principle I don't see why not.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 6.12.16 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/4c0f200c7d06fedddde82209c099014d63f4a6c0Patch
- https://git.kernel.org/stable/c/5ab11a4e219e93b8b31a27f8ec98d42afadd8b7aPatch
- https://git.kernel.org/stable/c/92191dd1073088753821b862b791dcc83e558e07Patch
FAQ
What is CVE-2025-21768?
CVE-2025-21768 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels Some lwtunnels have a dst cache for post-transformation dst. If the ...
How severe is CVE-2025-21768?
CVE-2025-21768 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-21768?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.