Lucene search

K
cvelistLinuxCVELIST:CVE-2024-38619
HistoryJun 20, 2024 - 6:47 a.m.

CVE-2024-38619 usb-storage: alauda: Check whether the media is initialized

2024-06-2006:47:32
Linux
www.cve.org
4
linux kernel
usb storage
alauda
media initialization

0.0004 Low

EPSS

Percentile

15.7%

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

usb-storage: alauda: Check whether the media is initialized

The member “uzonesize” of struct alauda_info will remain 0
if alauda_init_media() fails, potentially causing divide errors
in alauda_read_data() and alauda_write_lba().

  • Add a member “media_initialized” to struct alauda_info.
  • Change a condition in alauda_check_media() to ensure the
    first initialization.
  • Add an error check for the return value of alauda_init_media().

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/usb/storage/alauda.c"
    ],
    "versions": [
      {
        "version": "e80b0fade09e",
        "lessThan": "e0e2eec76920",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "2cc32639ec34",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "24bff7f714bd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "16637fea001a",
        "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/usb/storage/alauda.c"
    ],
    "versions": [
      {
        "version": "2.6.16",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "2.6.16",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.95",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.35",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.6",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10-rc4",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

0.0004 Low

EPSS

Percentile

15.7%

Related for CVELIST:CVE-2024-38619