CVE-2024-27390

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-27390
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-27390.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-27390
Downstream
Published
2024-05-01T13:15:51Z
Modified
2025-09-18T16:06:53Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ipv6: mcast: remove one synchronizenet() barrier in ipv6mc_down()

As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb drops in igmp6eventquery() and igmp6eventreport()")) I think the synchronizenet() call in ipv6mc_down() is not needed.

Under load, synchronize_net() can last between 200 usec and 5 ms.

KASAN seems to agree as well.

References

Affected packages