---
id: CVE-2022-50015
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  ASoC: SOF: Intel: hda-ipc: Do not process IPC reply before firmware boot

  It is not yet clear, but it is possible to create a firmware so broken
  that it will send a rep…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  ASoC: SOF: Intel: hda-ipc: Do not process IPC reply before firmware boot

  It is not yet clear, but it is possible to create a firmware so broken
  that it will send a rep…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-476
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 5.2, < 5.19.4'
patched:
  - linux_kernel 5.19.4
published: '2025-06-18'
updated: '2026-08-15'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2022-50015'
references:
  - url: 'https://git.kernel.org/stable/c/48945246cf802b9866f3a821103f1a7a196baf68'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/499cc881b09c8283ab5e75b0d6d21cb427722161'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00204
epssPercentile: 0.09158
ingestedAt: '2026-08-15T13:26:44.964Z'
---

## Overview

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

ASoC: SOF: Intel: hda-ipc: Do not process IPC reply before firmware boot

It is not yet clear, but it is possible to create a firmware so broken
that it will send a reply message before a FW_READY message (it is not
yet clear if FW_READY will arrive later).
Since the reply_data is allocated only after the FW_READY message, this
will lead to a NULL pointer dereference if not filtered out.

The issue was reported with IPC4 firmware but the same condition is present
for IPC3.

## Affected

- `linux_kernel >= 5.2, < 5.19.4`

## Remediation

Upgrade past the affected range:

- `linux_kernel 5.19.4`
