Lucene search

K
cvelistLinuxCVELIST:CVE-2024-26823
HistoryApr 17, 2024 - 9:43 a.m.

CVE-2024-26823 irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems

2024-04-1709:43:49
Linux
www.cve.org
linux kernel
vulnerability resolved
its probing
acpi-based systems
hip07
gicv4 functionality
firmware implementations

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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

irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems

While refactoring the way the ITSs are probed, the handling of quirks
applicable to ACPI-based platforms was lost. As a result, systems such as
HIP07 lose their GICv4 functionnality, and some other may even fail to
boot, unless they are configured to boot with DT.

Move the enabling of quirks into its_probe_one(), making it common to all
firmware implementations.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/irqchip/irq-gic-v3-its.c"
    ],
    "versions": [
      {
        "version": "9585a495ac93",
        "lessThan": "91a80fff3eee",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9585a495ac93",
        "lessThan": "4c60c611441f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9585a495ac93",
        "lessThan": "8b02da04ad97",
        "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/irqchip/irq-gic-v3-its.c"
    ],
    "versions": [
      {
        "version": "6.6",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.6",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.18",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.6",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

Related for CVELIST:CVE-2024-26823