VDB
DEBIAN-CVE-2025-38332
DEBIAN-CVE-2025-38332
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.179-1, 5.10.103-1, 5.10.103-1~bpo10+1 |
| Debian:11 | linux-6.1 | 6.1.140-1, 6.1.147-1, 6.1.148-1 |
| Debian:12 | linux | 6.1.64-1, 6.1.66-1, 6.1.67-1 |
| Debian:14 | linux | 0, 0 |
| Debian:13 | linux | 0, 0 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- Jul 10, 2025 CVE Published
- Apr 28, 2026 CVE Updated