PT-2025-53179 · Linux · Linux Kernel
Published
2023-03-09
·
Updated
2026-02-24
·
CVE-2023-54102
CVSS v2.0
6.0
Medium
| Vector | AV:L/AC:H/Au:S/C:C/I:C/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A buffer overflow issue exists in the Linux kernel's scsi subsystem, specifically within the
lpfc debugfs lockstat write() function. A static code analysis identified that copy from user() could potentially copy more bytes than the mybuf character array could accommodate, leading to a buffer overflow. The issue is addressed by adding a min() restriction check to limit the number of bytes copied from user space to the size of the mybuf array minus one.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Buffer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel