Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47096
HistoryMar 04, 2024 - 6:10 p.m.

CVE-2021-47096 ALSA: rawmidi - fix the uninitalized user_pversion

2024-03-0418:10:48
Linux
www.cve.org
7
cve-2021-47096
linux kernel
alsa
uninitalized user_pversion
open function
kmalloc allocation
alsa sequencer
buglink

AI Score

7.5

Confidence

High

EPSS

0

Percentile

9.0%

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

ALSA: rawmidi - fix the uninitalized user_pversion

The user_pversion was uninitialized for the user space file structure
in the open function, because the file private structure use
kmalloc for the allocation.

The kernel ALSA sequencer code clears the file structure, so no additional
fixes are required.

BugLink: https://github.com/alsa-project/alsa-lib/issues/178

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "sound/core/rawmidi.c"
    ],
    "versions": [
      {
        "version": "09d23174402d",
        "lessThan": "b398fcbe4de1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "09d23174402d",
        "lessThan": "39a8fc4971a0",
        "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/core/rawmidi.c"
    ],
    "versions": [
      {
        "version": "5.15",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.15",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.12",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7.5

Confidence

High

EPSS

0

Percentile

9.0%