Lucene search

K
cvelistLinuxCVELIST:CVE-2024-41025
HistoryJul 29, 2024 - 2:31 p.m.

CVE-2024-41025 misc: fastrpc: Fix memory leak in audio daemon attach operation

2024-07-2914:31:42
Linux
www.cve.org
5
linux kernel
vulnerability
misc
fastrpc
memory leak
audio daemon
ioctl
memory allocation
memory free

EPSS

0

Percentile

16.2%

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

misc: fastrpc: Fix memory leak in audio daemon attach operation

Audio PD daemon send the name as part of the init IOCTL call. This
name needs to be copied to kernel for which memory is allocated.
This memory is never freed which might result in memory leak. Free
the memory when it is not needed.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/misc/fastrpc.c"
    ],
    "versions": [
      {
        "version": "0871561055e6",
        "lessThan": "8b8b82dcf393",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0871561055e6",
        "lessThan": "dbf4c31c9b03",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0871561055e6",
        "lessThan": "ad0bd973a033",
        "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/misc/fastrpc.c"
    ],
    "versions": [
      {
        "version": "6.2",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.2",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.41",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.10",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

16.2%