Loading HuntDB...

CVE-2024-53141

UNKNOWN
Published 2024-12-06T09:37:02.009Z
Actions:
No CVSS data available

Description

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.

Available Exploits

No exploits available for this CVE.

Related News

CVE-2024-53141: Linux Kernel Flaw Enables Privilege Escalation, PoC Releases

Security researcher published the technical details and a proof-of-concept exploit for a vulnerability in Linux kernel—CVE-2024-53141, having a The post CVE-2024-53141: Linux Kernel Flaw Enables Privilege Escalation, PoC Releases appeared first on Daily CyberSecurity.

SecurityOnline.info 2025-04-18 00:52

Affected Products

References

Published: 2024-12-06T09:37:02.009Z
Last Modified: 2025-05-04T09:54:04.856Z
Copied to clipboard!