CVE-2023-53002

Source
https://cve.org/CVERecord?id=CVE-2023-53002
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53002.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53002
Downstream
Related
Published
2025-03-27T16:43:34.479Z
Modified
2026-03-20T12:32:54.295488Z
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
drm/i915: Fix a memory leak with reused mmap_offset
Details

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

drm/i915: Fix a memory leak with reused mmap_offset

drmvmanodeallow() and drmvmanoderevoke() should be called in balanced pairs. We call drmvmanodeallow() once per-file everytime a user calls mmapoffset, but only call drmvmanoderevoke once per-file on each mmapoffset. As the mmapoffset is reused by the client, the per-file vmcount may remain non-zero and the rbtree leaked.

Call drmvmanodeallowonce() instead to prevent that memory leak.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53002.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
7865559872074a9ab169c87915504661d630addf
Fixed
0bdc4b4ba7206c452ee81c82fa66e39d0e1780fb
Fixed
0220e4fe178c3390eb0291cdb34912d66972db8a

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53002.json"