Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48739
HistoryJun 20, 2024 - 11:13 a.m.

CVE-2022-48739 ASoC: hdmi-codec: Fix OOB memory accesses

2024-06-2011:13:24
Linux
www.cve.org
1
linux kernel vulnerability
asoc
hdmi-codec
out-of-bounds
memory accesses
kasan

0.0004 Low

EPSS

Percentile

15.8%

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

ASoC: hdmi-codec: Fix OOB memory accesses

Correct size of iec_status array by changing it to the size of status
array of the struct snd_aes_iec958. This fixes out-of-bounds slab
read accesses made by memcpy() of the hdmi-codec driver. This problem
is reported by KASAN.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "include/uapi/sound/asound.h",
      "sound/soc/codecs/hdmi-codec.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "10007bd96b6c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "1552e66be325",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "06feec6005c9",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "include/uapi/sound/asound.h",
      "sound/soc/codecs/hdmi-codec.c"
    ],
    "versions": [
      {
        "version": "5.15.22",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.8",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

0.0004 Low

EPSS

Percentile

15.8%

Related for CVELIST:CVE-2022-48739