Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2024-38619
HistoryJun 20, 2024 - 7:15 a.m.

CVE-2024-38619

2024-06-2007:15:41
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
25
linux kernel
usb storage
alauda
vulnerability
fix
media initialized
divide errors
error check
cve-2024-38619

6.5 Medium

AI Score

Confidence

Low

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().

Affected configurations

Vulners
Node
linuxlinux_kernelRange2.6.166.1.95
OR
linuxlinux_kernelRange6.2.06.6.35
OR
linuxlinux_kernelRange6.7.06.9.6
OR
linuxlinux_kernelRange6.10.06.10-rc4

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"
      }
    ]
  }
]

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%