CVE-2022-50142

Updated on 18 Jun 2025

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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

intel_th: msu: Fix vmalloced buffers

After commit f5ff79fddf0e (“dma-mapping: remove CONFIG_DMA_REMAP”) there’s a chance of DMA buffer getting allocated via vmalloc(), which messes up the mmapping code:

RIP: msc_mmap_fault [intel_th_msu] Call Trace: __do_fault do_fault …

Fix this by accounting for vmalloc possibility.

Details

Affected packages:
linux @ 5.4.0 (+3 more)

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

intel_th: msu: Fix vmalloced buffers

After commit f5ff79fddf0e (“dma-mapping: remove CONFIG_DMA_REMAP”) there’s a chance of DMA buffer getting allocated via vmalloc(), which messes up the mmapping code:

RIP: msc_mmap_fault [intel_th_msu] Call Trace: __do_fault do_fault …

Fix this by accounting for vmalloc possibility.

Fixes