Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2021-47037
HistoryFeb 28, 2024 - 8:13 a.m.

CVE-2021-47037 ASoC: q6afe-clocks: fix reprobing of the driver

2024-02-2808:13:44
Linux
github.com
2
linux kernel
asoc
q6afe-clocks
vulnerability
driver
reprobing
fix

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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

ASoC: q6afe-clocks: fix reprobing of the driver

Q6afe-clocks driver can get reprobed. For example if the APR services
are restarted after the firmware crash. However currently Q6afe-clocks
driver will oops because hw.init will get cleared during first _probe
call. Rewrite the driver to fill the clock data at runtime rather than
using big static array of clocks.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "sound/soc/qcom/qdsp6/q6afe-clocks.c",
      "sound/soc/qcom/qdsp6/q6afe.c",
      "sound/soc/qcom/qdsp6/q6afe.h"
    ],
    "versions": [
      {
        "version": "520a1c396d19",
        "lessThan": "6893df3753be",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "520a1c396d19",
        "lessThan": "62413972f526",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "520a1c396d19",
        "lessThan": "96fadf7e8ff4",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "sound/soc/qcom/qdsp6/q6afe-clocks.c",
      "sound/soc/qcom/qdsp6/q6afe.c",
      "sound/soc/qcom/qdsp6/q6afe.h"
    ],
    "versions": [
      {
        "version": "5.10",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.10",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.11.21",
        "lessThanOrEqual": "5.11.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.12.4",
        "lessThanOrEqual": "5.12.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.13",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%