Answer in brief
CVE-2024-52559 records a Unknown severity vulnerability in drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | 3.12 | Not reported |
| Linux/Linuxgeneric | >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <2b99b2c4621d13bd4374ef384e8f1fc188d0a5df || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <2f1845e46c41ed500789d53dc45b383b7745c96c || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <e43a0f1327a1ee70754f8a0de6e0262cfa3e0b87 || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <3a47f4b439beb98e955d501c609dfd12b7836d61 | 2b99b2c4621d13bd4374ef384e8f1fc188d0a5df, 2f1845e46c41ed500789d53dc45b383b7745c96c, e43a0f1327a1ee70754f8a0de6e0262cfa3e0b87, 3a47f4b439beb98e955d501c609dfd12b7836d61 |
Published upstream
Feb 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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/
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-52559 records a Unknown severity vulnerability in drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | 3.12 | Not reported |
| Linux/Linuxgeneric | >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <2b99b2c4621d13bd4374ef384e8f1fc188d0a5df || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <2f1845e46c41ed500789d53dc45b383b7745c96c || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <e43a0f1327a1ee70754f8a0de6e0262cfa3e0b87 || >=198725337ef1f73b73e7dc953c6ffb0799f26ffe <3a47f4b439beb98e955d501c609dfd12b7836d61 | 2b99b2c4621d13bd4374ef384e8f1fc188d0a5df, 2f1845e46c41ed500789d53dc45b383b7745c96c, e43a0f1327a1ee70754f8a0de6e0262cfa3e0b87, 3a47f4b439beb98e955d501c609dfd12b7836d61 |
Published upstream
Feb 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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/
Quoted source text, attributed separately from HOL analysis.