2 matches found
The vulnerability of the hpsa_init_one() function in the drivers/scsi/hpsa.c module of the Linux operating system’s SCSI device driver allows a hacker to cause a service failure.
The vulnerability of the hpsainitone function in the drivers/scsi/hpsa.c module of the Linux SCSI device driver leads to a memory leak. Exploiting this vulnerability can allow an attacker to cause a system failure...
CVE-2022-50646 scsi: hpsa: Fix possible memory leak in hpsa_init_one()
In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...