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.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | All versions < V1.81.2 |
| Linux | Linux | Cloud Foundry Foundation |
| Linux | Linux | n/a |
| Linux | Linux | gpsd versions 2.90 to 3.17 and microjson versions 1.0 to 1.3 |