Linux Kernel lpfc SCSI Driver BIOS Version Handling Vulnerability

Vulnerability

A vulnerability in the Linux kernel's lpfc SCSI driver has been addressed. The issue arose from the improper use of string handling functions, which led to a system panic. The original implementation used 'strlcat()' with FORTIFY support, causing a false alarm about a potential buffer overflow, despite the correct buffer size being provided. This vulnerability affected the BIOSVersion string, which is logged by 'lpfc_printf_log()' that requires a properly terminated string. The solution involved replacing 'strlcat()' with 'memcpy()' to ensure correct buffer management and null termination.

Impact

Exploitation of this vulnerability could lead to a system panic, causing a denial of service by interrupting normal operations and potentially requiring a manual reset to restore functionality.

Added: Jul 10, 2025, 11:13 AM
Updated: Jul 10, 2025, 11:13 AM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
0.0
relevance
0.3
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.