CVE-2024-52559

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-52559
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-52559.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-52559
Downstream
Related
Published
2025-02-27T03:15:10Z
Modified
2025-10-01T20:17:16Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/msm/gem: prevent integer overflow in msmioctlgem_submit()

The "submit->cmd[i].size" and "submit->cmd[i].offset" variables are u32 values that come from the user via the submitlookupcmds() function. This addition could lead to an integer wrapping bug so use size_add() to prevent that.

Patchwork: https://patchwork.freedesktop.org/patch/624696/

References

Affected packages