CVE-2023-53032

MEDIUM

Linux Kernel 3.7-4.14.303 - Integer Overflow in Bitmap IP Set Creation

Title source: llm
STIX 2.1

Description

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.

Scores

CVSS v3 5.5
EPSS 0.0018
EPSS Percentile 7.6%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-190
Status published
Products (18)
Linux/Linux < 3.7
Linux/Linux 3.7
Linux/Linux 4.14.303 - 4.14.*
Linux/Linux 4.19.270 - 4.19.*
Linux/Linux 5.10.164 - 5.10.*
Linux/Linux 5.15.89 - 5.15.*
Linux/Linux 5.4.229 - 5.4.*
Linux/Linux 6.1.7 - 6.1.*
Linux/Linux 6.2
Linux/Linux b9fed748185a96b7cfe74afac4bd228e8af16f01 - 4e6a70fd840400e3a2e784a6673968a3eb2431c0
... and 8 more
Published Mar 27, 2025
Tracked Since Feb 18, 2026