cve/2024/CVE-2024-53141.md
2025-09-29 16:08:36 +00:00

1.0 KiB

CVE-2024-53141

Description

In the Linux kernel, the following vulnerability has been resolved:netfilter: ipset: add missing range check in bitmap_ip_uadtWhen 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 checkfor ip should be done later, but this part is missing and it seems that thevulnerability occurs.So we should add missing range checks and remove unnecessary range checks.

POC

Reference

No PoCs from references.

Github