Executive Summary

Informations
Name CVE-2025-38332 First vendor Publication 2025-07-10
Vendor Cve Last vendor Modification 2025-07-10

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38332

Sources (Detail)

https://git.kernel.org/stable/c/003baa7a1a152576d744bd655820449bbdb0248e
https://git.kernel.org/stable/c/2f63bf0d2b146956a2f2ff3b25cee71019e64561
https://git.kernel.org/stable/c/34c0a670556b24d36c9f8934227edb819ca5609e
https://git.kernel.org/stable/c/75ea8375c5a83f46c47bfb3de6217c7589a8df93
https://git.kernel.org/stable/c/ac7bfaa099ec3e4d7dfd0ab9726fc3bc7911365d
https://git.kernel.org/stable/c/ae82eaf4aeea060bb736c3e20c0568b67c701d7d
https://git.kernel.org/stable/c/b699bda5db818b684ff62d140defd6394f38f3d6
https://git.kernel.org/stable/c/d34f2384d6df11a6c67039b612c2437f46e587e8
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2025-07-12 02:35:45
  • Multiple Updates
2025-07-12 02:35:09
  • Multiple Updates
2025-07-11 17:20:37
  • Multiple Updates
2025-07-10 13:20:38
  • First insertion