Lucene search

K
cvelistLinuxCVELIST:CVE-2024-35806
HistoryMay 17, 2024 - 1:23 p.m.

CVE-2024-35806 soc: fsl: qbman: Always disable interrupts when taking cgr_lock

2024-05-1713:23:14
Linux
www.cve.org
7
linux kernel
cve-2024-35806
soc
fsl
qbman
interrupts
cgr_lock
deadlock

AI Score

7.5

Confidence

High

EPSS

0

Percentile

13.0%

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

soc: fsl: qbman: Always disable interrupts when taking cgr_lock

smp_call_function_single disables IRQs when executing the callback. To
prevent deadlocks, we must disable IRQs when taking cgr_lock elsewhere.
This is already done by qman_update_cgr and qman_delete_cgr; fix the
other lockers.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/soc/fsl/qbman/qman.c"
    ],
    "versions": [
      {
        "version": "96f413f47677",
        "lessThan": "b56a793f2676",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "62c3ecd2833c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "dd199e5b759f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "e6378314bb92",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "a62168653774",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "0e6521b0f93f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "276af8efb05c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "af25c5180b2b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "96f413f47677",
        "lessThan": "584c2a9184a3",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/soc/fsl/qbman/qman.c"
    ],
    "versions": [
      {
        "version": "4.16",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.16",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.312",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.274",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.215",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.154",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.84",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.24",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.12",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.3",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7.5

Confidence

High

EPSS

0

Percentile

13.0%