CVE-2024-52559
Severity CVSS v4.0:
Pending analysis
Type:
CWE-190
Integer Overflow or Wraparound
Publication date:
27/02/2025
Last modified:
07/03/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()<br />
<br />
The "submit->cmd[i].size" and "submit->cmd[i].offset" variables are u32<br />
values that come from the user via the submit_lookup_cmds() function.<br />
This addition could lead to an integer wrapping bug so use size_add()<br />
to prevent that.<br />
<br />
Patchwork: https://patchwork.freedesktop.org/patch/624696/
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
CPE | From | Up to |
---|---|---|
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.12 (including) | 6.12.16 (excluding) |
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.13.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page