CVE-2024-52559

Modified
Published: 27 Feb 2025, 02:18
Last modified:11 May 2026, 20:49

Vulnerability Summary

Overall Risk (default)
low
22/100
CVSS Score
5.5 MEDIUM
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability -0.03%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

27 Feb 2025, 02:18
Published
Vulnerability first disclosed
11 May 2026, 20:49
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit() The "submit->cmd[i].size" and "submit->cmd[i].offset" variables are u32 values that come from the user via the submit_lookup_cmds() function. This addition could lead to an integer wrapping bug so use size_add() to prevent that. Patchwork: https://patchwork.freedesktop.org/patch/624696/

CVSS Metrics

  • v3.1MEDIUMScore: 5.5CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 1%

Techniques & Countermeasures

  • CWE-190Integer Overflow or Wraparound

    The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Affected Systems

  • linuxlinux

    ≥ 198725337ef1f73b73e7dc953c6ffb0799f26ffe, < 2b99b2c4621d13bd4374ef384e8f1fc188d0a5df | ≥ 198725337ef1f73b73e7dc953c6ffb0799f26ffe, < 2f1845e46c41ed500789d53dc45b383b7745c96c | ≥ 198725337ef1f73b73e7dc953c6ffb0799f26ffe, < e43a0f1327a1ee70754f8a0de6e0262cfa3e0b87 | ≥ 198725337ef1f73b73e7dc953c6ffb0799f26ffe, < 3a47f4b439beb98e955d501c609dfd12b7836d61 | 3.12

  • linuxlinux_kernel

    ≥ 3.12, < 6.12.16 | ≥ 6.13, < 6.13.4

References (4)