CVE-2024-53141는 Linux Linux, linux kernel에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 3c20b5948f119ae61ee35ad8584d666020c91581, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 78b0f2028f1043227a8eb0c41944027fc6a04596, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 2e151b8ca31607d14fddc4ad0f14da0893e1a7c7, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < e67471437ae9083fa73fa67eee1573fec1b7c8cf, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 7ffef5e5d5eeecd9687204a5ec2d863752aafb7e, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 856023ef032d824309abd5c747241dffa33aae8c, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 591efa494a1cf649f50a35def649c43ae984cd03, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 15794835378ed56fb9bacc6a5dd3b9f33520604e, >= 72205fc68bd13109576aa6c4c12c740962d28a6c < 35f56c554eb1b56b77b3cf197a6b00922d49033d, >= 2.6.39, >= 2.6.39 < 4.19.325, >= 4.20 < 6.6.64, >= 6.7 < 6.11.11, >= 6.12 < 6.12.2입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
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.