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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| rocky | 8 | fixed | |
| sles | affected | | |
| rocky | 9 | fixed | |
| debian | bookworm | fixed | 6.1.147-1 |
| debian | bullseye | fixed | 5.10.244-1 |
| debian | forky | fixed | 6.12.35-1 |
| debian | sid | fixed | 6.12.35-1 |
| debian | trixie | fixed | 6.12.35-1 |
| almalinux | 9 | fixed | kernel-64k-debug-devel-5.14.0-570.42.2.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:15661
- https://access.redhat.com/errata/RHSA-2025:20518
- https://errata.rockylinux.org/RLSA-2025:15008
- https://www.suse.com/security/cve/CVE-2025-38332.html
- https://errata.rockylinux.org/RLSA-2025:15661
- https://security-tracker.debian.org/tracker/CVE-2025-38332
- https://access.redhat.com/errata/RHSA-2025:15008
- https://bugzilla.redhat.com/2376406
- https://bugzilla.redhat.com/2379246
- https://bugzilla.redhat.com/2383509
- https://bugzilla.redhat.com/2383922
- https://errata.almalinux.org/8/ALSA-2025-15008.html
- https://bugzilla.redhat.com/2360223
- https://bugzilla.redhat.com/2382581
- https://bugzilla.redhat.com/2383519
- https://errata.almalinux.org/9/ALSA-2025-15661.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.