Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-26974
HistoryMay 01, 2024 - 5:20 a.m.

CVE-2024-26974 crypto: qat - resolve race condition during AER recovery

2024-05-0105:20:14
Linux
github.com
2
linux kernel
pci aer system
memory race condition
use-after-free bug
kfence bug
adf_device_reset_worker
completion notification

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%

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

crypto: qat - resolve race condition during AER recovery

During the PCI AER system’s error recovery process, the kernel driver
may encounter a race condition with freeing the reset_data structure’s
memory. If the device restart will take more than 10 seconds the function
scheduling that restart will exit due to a timeout, and the reset_data
structure will be freed. However, this data structure is used for
completion notification after the restart is completed, which leads
to a UAF bug.

This results in a KFENCE bug notice.

BUG: KFENCE: use-after-free read in adf_device_reset_worker+0x38/0xa0 [intel_qat]
Use-after-free read at 0x00000000bc56fddf (in kfence-#142):
adf_device_reset_worker+0x38/0xa0 [intel_qat]
process_one_work+0x173/0x340

To resolve this race condition, the memory associated to the container
of the work_struct is freed on the worker if the timeout expired,
otherwise on the function that schedules the worker.
The timeout detection can be done by checking if the caller is
still waiting for completion or not by using completion_done() function.

CNA Affected

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "daba62d9eedd",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "8e81cd58aee1",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "d03092550f52",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "4ae5a97781ce",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "226fc408c5fc",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "8a5a7611ccc7",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "0c2cf5142bfb",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "bb279ead4226",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d8cba25d2c68",
        "lessThan": "7d42e097607c",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/crypto/intel/qat/qat_common/adf_aer.c"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "3.17"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "3.17",
        "versionType": "custom"
      },
      {
        "status": "unaffected",
        "version": "4.19.312",
        "versionType": "custom",
        "lessThanOrEqual": "4.19.*"
      },
      {
        "status": "unaffected",
        "version": "5.4.274",
        "versionType": "custom",
        "lessThanOrEqual": "5.4.*"
      },
      {
        "status": "unaffected",
        "version": "5.10.215",
        "versionType": "custom",
        "lessThanOrEqual": "5.10.*"
      },
      {
        "status": "unaffected",
        "version": "5.15.154",
        "versionType": "custom",
        "lessThanOrEqual": "5.15.*"
      },
      {
        "status": "unaffected",
        "version": "6.1.84",
        "versionType": "custom",
        "lessThanOrEqual": "6.1.*"
      },
      {
        "status": "unaffected",
        "version": "6.6.24",
        "versionType": "custom",
        "lessThanOrEqual": "6.6.*"
      },
      {
        "status": "unaffected",
        "version": "6.7.12",
        "versionType": "custom",
        "lessThanOrEqual": "6.7.*"
      },
      {
        "status": "unaffected",
        "version": "6.8.3",
        "versionType": "custom",
        "lessThanOrEqual": "6.8.*"
      },
      {
        "status": "unaffected",
        "version": "6.9",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "drivers/crypto/intel/qat/qat_common/adf_aer.c"
    ],
    "defaultStatus": "affected"
  }
]

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%