๐Ÿ” CVE Alert

CVE-2026-46211

UNKNOWN 0.0

drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata() msm_ioctl_gem_info_get_metadata() always returns 0 regardless of errors. When copy_to_user() fails or the user buffer is too small, the error code stored in ret is ignored because the function unconditionally returns 0. This causes userspace to believe the ioctl succeeded when it did not. Additionally, kmemdup() can return NULL on allocation failure, but the return value is not checked. This leads to a NULL pointer dereference in the subsequent copy_to_user() call. Add the missing NULL check for kmemdup() and return ret instead of 0. Note that the SET counterpart (msm_ioctl_gem_info_set_metadata) correctly returns ret. Patchwork: https://patchwork.freedesktop.org/patch/714478/

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 28, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
9902cb999e4e913d98e8afe4b36c08e4a793e1ce < 697e1a9559f6962f999cc4c748c2ffffcc0a7a7a 9902cb999e4e913d98e8afe4b36c08e4a793e1ce < c57c861956b89f2e2528e6384d51e2dedd915809 9902cb999e4e913d98e8afe4b36c08e4a793e1ce < b079e85c91f446f29e808d8291189e897f1884ff 9902cb999e4e913d98e8afe4b36c08e4a793e1ce < 47cbfe2608314b833ad61a65827d8fb363bc2d2d
Linux / Linux
6.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/697e1a9559f6962f999cc4c748c2ffffcc0a7a7a git.kernel.org: https://git.kernel.org/stable/c/c57c861956b89f2e2528e6384d51e2dedd915809 git.kernel.org: https://git.kernel.org/stable/c/b079e85c91f446f29e808d8291189e897f1884ff git.kernel.org: https://git.kernel.org/stable/c/47cbfe2608314b833ad61a65827d8fb363bc2d2d