{"api_version":"1","generated_at":"2026-06-25T00:16:43+00:00","cve":"CVE-2026-53054","urls":{"html":"https://cve.report/CVE-2026-53054","api":"https://cve.report/api/cve/CVE-2026-53054.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-53054","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-53054"},"summary":{"title":"drm/msm: Fix VM_BIND UNMAP locking","description":"In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm: Fix VM_BIND UNMAP locking\n\nWrong argument meant that the objs involved in UNMAP ops were not always\ngetting locked.\n\nSince _NO_SHARE objs share a common resv with the VM (which is always\nlocked) this would only show up with non-_NO_SHARE BOs.\n\nPatchwork: https://patchwork.freedesktop.org/patch/713898/","state":"PUBLISHED","assigner":"Linux","published_at":"2026-06-24 17:17:17","updated_at":"2026-06-24 17:17:17"},"problem_types":[],"metrics":[],"references":[{"url":"https://git.kernel.org/stable/c/206f812ef140727b75697111391ae320fd8aa652","name":"https://git.kernel.org/stable/c/206f812ef140727b75697111391ae320fd8aa652","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/85042c2cd970a6b0e686329387096fe19989ae62","name":"https://git.kernel.org/stable/c/85042c2cd970a6b0e686329387096fe19989ae62","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/d9ecf758270501b2e7a0bc1dd69a6f28f1ae3cae","name":"https://git.kernel.org/stable/c/d9ecf758270501b2e7a0bc1dd69a6f28f1ae3cae","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-53054","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-53054","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143 206f812ef140727b75697111391ae320fd8aa652 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143 d9ecf758270501b2e7a0bc1dd69a6f28f1ae3cae git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143 85042c2cd970a6b0e686329387096fe19989ae62 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 6.17","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.17 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.33 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.0.10 7.0.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["drivers/gpu/drm/msm/msm_gem_vma.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"206f812ef140727b75697111391ae320fd8aa652","status":"affected","version":"2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143","versionType":"git"},{"lessThan":"d9ecf758270501b2e7a0bc1dd69a6f28f1ae3cae","status":"affected","version":"2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143","versionType":"git"},{"lessThan":"85042c2cd970a6b0e686329387096fe19989ae62","status":"affected","version":"2e6a8a1fe2b262a6dfd0a65041fcd830ee1e7143","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["drivers/gpu/drm/msm/msm_gem_vma.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"6.17"},{"lessThan":"6.17","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.33","versionType":"semver"},{"lessThanOrEqual":"7.0.*","status":"unaffected","version":"7.0.10","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.1","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.33","versionStartIncluding":"6.17","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.0.10","versionStartIncluding":"6.17","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.1","versionStartIncluding":"6.17","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm: Fix VM_BIND UNMAP locking\n\nWrong argument meant that the objs involved in UNMAP ops were not always\ngetting locked.\n\nSince _NO_SHARE objs share a common resv with the VM (which is always\nlocked) this would only show up with non-_NO_SHARE BOs.\n\nPatchwork: https://patchwork.freedesktop.org/patch/713898/"}],"providerMetadata":{"dateUpdated":"2026-06-24T16:29:59.982Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/206f812ef140727b75697111391ae320fd8aa652"},{"url":"https://git.kernel.org/stable/c/d9ecf758270501b2e7a0bc1dd69a6f28f1ae3cae"},{"url":"https://git.kernel.org/stable/c/85042c2cd970a6b0e686329387096fe19989ae62"}],"title":"drm/msm: Fix VM_BIND UNMAP locking","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-53054","datePublished":"2026-06-24T16:29:59.982Z","dateReserved":"2026-06-09T07:44:35.381Z","dateUpdated":"2026-06-24T16:29:59.982Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-06-24 17:17:17","lastModifiedDate":"2026-06-24 17:17:17","problem_types":[],"metrics":[],"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"53054","Ordinal":"1","Title":"drm/msm: Fix VM_BIND UNMAP locking","CVE":"CVE-2026-53054","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"53054","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm: Fix VM_BIND UNMAP locking\n\nWrong argument meant that the objs involved in UNMAP ops were not always\ngetting locked.\n\nSince _NO_SHARE objs share a common resv with the VM (which is always\nlocked) this would only show up with non-_NO_SHARE BOs.\n\nPatchwork: https://patchwork.freedesktop.org/patch/713898/","Type":"Description","Title":"drm/msm: Fix VM_BIND UNMAP locking"}]}}}