Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47567
HistoryMay 24, 2024 - 3:12 p.m.

CVE-2021-47567 powerpc/32: Fix hardlockup on vmap stack overflow

2024-05-2415:12:54
Linux
www.cve.org
linux kernel
vulnerability resolution
powerpc/32
hardlockup fix
vmap stack overflow

6.2 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.5%

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

powerpc/32: Fix hardlockup on vmap stack overflow

Since the commit c118c7303ad5 (“powerpc/32: Fix vmap stack - Do not
activate MMU before reading task struct”) a vmap stack overflow
results in a hard lockup. This is because emergency_ctx is still
addressed with its virtual address allthough data MMU is not active
anymore at that time.

Fix it by using a physical address instead.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "arch/powerpc/kernel/head_32.h"
    ],
    "versions": [
      {
        "version": "c118c7303ad5",
        "lessThan": "dfe906da9a1a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c118c7303ad5",
        "lessThan": "c4e3ff8b8b1d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c118c7303ad5",
        "lessThan": "5bb60ea611db",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "arch/powerpc/kernel/head_32.h"
    ],
    "versions": [
      {
        "version": "5.10",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.10",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.83",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.6",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.2 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.5%

Related for CVELIST:CVE-2021-47567