Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2023-53032


In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function. When first_ip is 0, last_ip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression 2 << (netmask - mask_bits - 1) is subject to overflow due to a failure casting operands to a larger data type before performing the arithmetic. Note that it's harmless since the value will be checked at the next step. Found by InfoTeCS on behalf of Linux Verification Center (linuxtesting.org) with SVACE.


Published

2025-03-27T17:15:52.997

Last Modified

2025-10-31T18:49:09.353

Status

Analyzed

Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Severity

CVSSv3.1: 5.5 (MEDIUM)

Weaknesses
  • Type: Primary
    CWE-190

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Operating System linux linux_kernel < 4.14.303 Yes
Operating System linux linux_kernel < 4.19.270 Yes
Operating System linux linux_kernel < 5.4.229 Yes
Operating System linux linux_kernel < 5.10.164 Yes
Operating System linux linux_kernel < 5.15.89 Yes
Operating System linux linux_kernel < 6.1.7 Yes
Operating System linux linux_kernel 6.2 Yes
Operating System linux linux_kernel 6.2 Yes
Operating System linux linux_kernel 6.2 Yes
Operating System linux linux_kernel 6.2 Yes

References