First published: Fri Apr 18 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() The csts_state_names[] array only has six sparse entries, but the iteration code in nvmet_ctrl_state_show() iterates seven, resulting in a potential out-of-bounds stack read. Fix that. Fixes the following warning with an UBSAN kernel: vmlinux.o: warning: objtool: .text.nvmet_ctrl_state_show: unexpected end of section
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=6.11<6.12.23 | |
Linux Kernel | >=6.13<6.13.11 | |
Linux Kernel | >=6.14<6.14.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-39778 has been classified as a medium severity vulnerability due to potential out-of-bounds access issues.
To fix CVE-2025-39778, it is recommended to update the Linux kernel to the latest stable version that contains the patch for this vulnerability.
CVE-2025-39778 affects several versions of the Linux kernel prior to the application of the fix, specific version details can be found in the patch notes.
CVE-2025-39778 impacts the objtool and nvmet components within the Linux kernel.
The potential risks of CVE-2025-39778 include system crashes and denial of service due to out-of-bounds stack access.