CVE-2025-37887
Last modified
CVE-2025-37887 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink command. This happens because the stack variable fw_list is not 0 initialized which results in fw_list.num_fw_slots being a garbage value from the stack. Then the driver tries to access fw_list.fw_names[i] with i >= ARRAY_SIZE and runs off the end of the array. Fix this by initializing the fw_list and by not failing completely if the devcmd fails because other useful information is printed via devlink dev info even if the devcmd fails.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink command. This happens because the stack variable fw_list is not 0 initialized which results in fw_list.num_fw_slots being a garbage value from the stack. Then the driver tries to access fw_list.fw_names[i] with i >= ARRAY_SIZE and runs off the end of the array. Fix this by initializing the fw_list and by not failing completely if the devcmd fails because other useful information is printed via devlink dev info even if the devcmd fails.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.4, < 6.6.89 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.26 | — |
| Linux | Linux Kernel | >= 6.13, < 6.14.5 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-37887?
How severe is CVE-2025-37887?
How do I fix CVE-2025-37887?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-37881In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37882In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37883In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37884In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37885In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37886In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37888In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37889In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3789A vulnerability was found in baseweb JSite 1.0. It has been …5.4
- CVE-2025-37890In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37891In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37892In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-37887?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
