In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
May 29, 2025
to the GitHub Advisory Database
•
Updated Dec 16, 2025
Description
Published by the National Vulnerability Database
May 29, 2025
Published to the GitHub Advisory Database
May 29, 2025
Last updated
Dec 16, 2025
In the Linux kernel, the following vulnerability has been resolved:
netfilter: ipset: fix region locking in hash types
Region locking introduced in v5.6-rc4 contained three macros to handle
the region locks: ahash_bucket_start(), ahash_bucket_end() which gave
back the start and end hash bucket values belonging to a given region
lock and ahash_region() which should give back the region lock belonging
to a given hash bucket. The latter was incorrect which can lead to a
race condition between the garbage collector and adding new elements
when a hash type of set is defined with timeouts.
References