Vulnerability in Linux
CVE-2023-53171
In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of locked_vm via exec() When a vfio container is preserved across exec, the task does not change, but it gets a new mm with locked_vm=0, and loses the count from existing dma mappings. If the user later unmaps a dma mapping, locked_vm underflows to a large unsigned value, and a subsequent dma map request fails with ENOMEM in __account_locked_vm. To avoid underflow, grab and save the mm at the time a dma is mapped. Use that mm when adjusting locked_vm, rather than re-acquiring the saved task's mm, which may have changed. If the saved mm is dead, do nothing. locked_vm is incremented for existing mappings in a subsequent patch.
EPSS: 0.001 (4.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 73fa0d10d077d9521ee2dace2307ae2c9a965336, 3.6, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2023-53171?
- CVE-2023-53171 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-09-15.
- How severe is CVE-2023-53171?
- Medium severity. CVSS v3 base score is 5.5 out of 10.