In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3_rq_create() fails to allocate memory for rq->data_ring.base,…
Critical CVSS 9.8
Summary
In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3_rq_create() fails to allocate memory for rq->data_ring.base, the subsequent call to vmxnet3_rq_destroy_all_rxdataring does not reset rq->data_ring.desc_size for the data ring that failed, which presumably causes the hypervisor to reference it on packet reception. To fix this bug, rq->data_ring.desc_size needs to be set to 0 to tell the hypervisor to disable…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/9ee14af24e67ef170108db547f7d1f701b3f2bc5 Patch
- https://git.kernel.org/stable/c/aa116ae9d169e28b692292460aed27fc44f4a017 Patch
- https://git.kernel.org/stable/c/ffbe335b8d471f79b259e950cb20999700670456 Patch
- https://git.kernel.org/stable/c/9ee14af24e67ef170108db547f7d1f701b3f2bc5 Patch
- https://git.kernel.org/stable/c/aa116ae9d169e28b692292460aed27fc44f4a017 Patch
- https://git.kernel.org/stable/c/ffbe335b8d471f79b259e950cb20999700670456 Patch
Timeline
- nvd_ingest NVD