VYPR
Medium severity5.5NVD Advisory· Published Jul 10, 2025· Updated Jun 17, 2026

CVE-2025-38332

CVE-2025-38332

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

196

Patches

Vulnerability mechanics

References

10

News mentions

0

No linked articles in our index yet.