Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()")) I think the synchronize_net() call in ipv6_mc_down() is not needed. Under load, synchronize_net() can last between 200 usec and 5 ms. KASAN seems to agree as well.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 5.15.153 |
References
- https://git.kernel.org/stable/c/17ef8efc00b34918b966388b2af0993811895a8cPatch
- https://git.kernel.org/stable/c/26d4bac55750d535f1f0b8790dc26daf6089e373Patch
- https://git.kernel.org/stable/c/5da9a218340a2bc804dc4327e5804392e24a0b88Patch
- https://git.kernel.org/stable/c/7eb06ee5921189812e6b4bfe7b0f1e878be16df7Patch
- https://git.kernel.org/stable/c/9d159d6637ccce25f879d662a480541ef4ba3a50Patch
- https://git.kernel.org/stable/c/a03ede2282ebbd181bd6f5c38cbfcb5765afcd04Patch
- https://git.kernel.org/stable/c/17ef8efc00b34918b966388b2af0993811895a8cPatch
- https://git.kernel.org/stable/c/26d4bac55750d535f1f0b8790dc26daf6089e373Patch
- https://git.kernel.org/stable/c/5da9a218340a2bc804dc4327e5804392e24a0b88Patch
- https://git.kernel.org/stable/c/7eb06ee5921189812e6b4bfe7b0f1e878be16df7Patch
- https://git.kernel.org/stable/c/9d159d6637ccce25f879d662a480541ef4ba3a50Patch
- https://git.kernel.org/stable/c/a03ede2282ebbd181bd6f5c38cbfcb5765afcd04Patch
FAQ
What is CVE-2024-27390?
CVE-2024-27390 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb ...
How severe is CVE-2024-27390?
CVE-2024-27390 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-2024-27390?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.