Lucene search

K
vulnrichmentLinuxVULNRICHMENT: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
github.com
2
linux kernel
vulnerability
usb-storage
alauda
initialization
divide errors
error check
media.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial