n the Linux kernel, the following vulnerability has been resolved: virtio: packed: fix unmap leak for indirect desc table When use_dma_api and premapped are true, then the do_unmap is false. Because the do_unmap is false, vring_unmap_extra_packed is not called by detach_buf_packed. if (unlikely(vq->do_unmap)) { curr = id; for (i = 0; i < state->num; i++) { vring_unmap_extra_packed(vq, &vq->packed.desc_extra[curr]); curr = vq->packed.desc_extra[curr].next; } } So the indirect desc table is not unmapped. This causes the unmap leak. So here, we check vq->use_dma_api instead. Synchronously, dma info is updated based on use_dma_api judgment This bug does not occur, because no driver use the premapped with indirect.
Configuration 1 (hide)
|
18 Sep 2025, 16:56
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/51bacd9d29bf98c3ebc65e4a0477bb86306b4140 - Patch | |
| References | () https://git.kernel.org/stable/c/75450ff8c6fe8755bf5b139b238eaf9739cfd64e - Patch | |
| References | () https://git.kernel.org/stable/c/d5c0ed17fea60cca9bc3bf1278b49ba79242bbcd - Patch | |
| References | () https://git.kernel.org/stable/c/e142169aca5546ae6619c39a575cda8105362100 - Patch | |
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-401 |
21 Nov 2024, 09:03
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/51bacd9d29bf98c3ebc65e4a0477bb86306b4140 - | |
| References | () https://git.kernel.org/stable/c/75450ff8c6fe8755bf5b139b238eaf9739cfd64e - | |
| References | () https://git.kernel.org/stable/c/d5c0ed17fea60cca9bc3bf1278b49ba79242bbcd - | |
| References | () https://git.kernel.org/stable/c/e142169aca5546ae6619c39a575cda8105362100 - |
01 May 2024, 19:50
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-05-01 13:15
Updated : 2025-09-18 16:56
NVD link : CVE-2024-27066
Mitre link : CVE-2024-27066
CVE.ORG link : CVE-2024-27066
JSON object : View
Missing Release of Memory after Effective Lifetime