Lucene search

K
cveLinuxCVE-2024-38619
HistoryJun 20, 2024 - 7:15 a.m.

CVE-2024-38619

2024-06-2007:15:41
Linux
web.nvd.nist.gov
46
linux kernel
usb storage
alauda
vulnerability
fix
media initialized
divide errors
error check
cve-2024-38619

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

13.2%

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.164.19.317
OR
linuxlinux_kernelRange4.20.05.4.279
OR
linuxlinux_kernelRange5.5.05.10.221
OR
linuxlinux_kernelRange5.11.05.15.162
OR
linuxlinux_kernelRange5.16.06.1.95
OR
linuxlinux_kernelRange6.2.06.6.35
OR
linuxlinux_kernelRange6.7.06.9.6
OR
linuxlinux_kernelRange6.10.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

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": "e0aab7b07a93",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "51fe16c058ac",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "f68820f1256b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e80b0fade09e",
        "lessThan": "3eee13ab67f6",
        "status": "affected",
        "versionType": "git"
      },
      {
        "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": "4.19.317",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.279",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.221",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.162",
        "lessThanOrEqual": "5.15.*",
        "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",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]