First published: Fri Dec 06 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add missing range check in bitmap_ip_uadt When tb[IPSET_ATTR_IP_TO] is not present but tb[IPSET_ATTR_CIDR] exists, the values of ip and ip_to are slightly swapped. Therefore, the range check for ip should be done later, but this part is missing and it seems that the vulnerability occurs. So we should add missing range checks and remove unnecessary range checks.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.39<4.19.325 | |
Linux Kernel | >=4.20<6.6.64 | |
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 6.12.25-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53141 has been assigned a moderate severity rating in the Linux kernel.
To fix CVE-2024-53141, update the Linux kernel to versions 6.1.123-1, 6.12.10-1, or 6.12.11-1 or later.
CVE-2024-53141 affects Linux kernel versions prior to 5.10.223-1, 6.1.119-1, and those within certain ranges between 2.6.39 and 6.12.
CVE-2024-53141 specifically impacts the netfilter ipset component in the Linux kernel.
Yes, you can find public references for CVE-2024-53141 in the Linux kernel git repository.