CVE-2026-46211

Source
https://cve.org/CVERecord?id=CVE-2026-46211
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46211.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-46211
Downstream
Related
Published
2026-05-28T09:40:28.890Z
Modified
2026-07-08T07:28:32.303967964Z
Summary
drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata()
Details

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

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

msmioctlgeminfogetmetadata() always returns 0 regardless of errors. When copyto_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 copytouser() call.

Add the missing NULL check for kmemdup() and return ret instead of 0.

Note that the SET counterpart (msmioctlgeminfoset_metadata) correctly returns ret.

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

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46211.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9902cb999e4e913d98e8afe4b36c08e4a793e1ce
Fixed
697e1a9559f6962f999cc4c748c2ffffcc0a7a7a
Fixed
c57c861956b89f2e2528e6384d51e2dedd915809
Fixed
b079e85c91f446f29e808d8291189e897f1884ff
Fixed
47cbfe2608314b833ad61a65827d8fb363bc2d2d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46211.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.90
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.32
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46211.json"