In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Use memcpy() for BIOS version
The strlcat() with FORTIFY support is triggering a panic because it
thinks the target buffer will overflow although the correct target
buffer size is passed in.
Anyway, instead of memset() with 0 followed by a strlcat(), just use
memcpy() and ensure that the resulting buffer is NULL terminated.
BIOSVersion is only used for the lpfc_printf_log() which expects a
properly terminated string.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2025-07-10 09:15
Updated : 2025-12-19 16:56
NVD link : CVE-2025-38332
Mitre link : CVE-2025-38332
CVE.ORG link : CVE-2025-38332
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
