CVE-2025-37987
MediumIn the Linux kernel, the following vulnerability has been resolved: pds_core: Prevent possible adminq overflow/stuck condition The pds_core's adminq is protected by the adminq_lock, which prevents more than 1 command to be posted onto it at any one time. This makes it so the client drivers cannot simultaneously post adminq commands. However, the completions happen in a different context, which means multiple adminq commands can be posted sequentially and all waiting on completion. On the FW side, the backing adminq request queue is only 16 entries long and the retry mechanism and/or overflow/stuck prevention is lacking. This can cause the adminq to get stuck, so commands are no longer processed and completions are no longer sent by the FW. As an initial fix, prevent more than 16 outstanding adminq commands so there's no way to cause the adminq from getting stuck. This works because the backing adminq request queue will never have more than 16 pending adminq commands, so it will never overflow. This is done by reducing the adminq depth to 16.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
6.4
and later are affected. Fixed in
6.6.93,
6.12.26,
6.14.5,
6.15
and their respective stable series.
References
The following references provide additional information about CVE-2025-37987 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/2982e07ad72b48eb12c29a87a3f2126ea552688c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/517f928cc0c133472618cbba18382b46f5f71ba3
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5e3dc65675faad846420d24762e4faadc12d9392
Frequently asked questions
-
What is CVE-2025-37987?
CVE-2025-37987 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.4 onward and has been patched in 6.6.93, 6.12.26, 6.14.5 and others. CVE-2025-37987 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-37987?
CVE-2025-37987 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-37987?
Yes — CVE-2025-37987 has been patched. Fixed versions include 6.6.93, 6.12.26, 6.14.5 and others. If you are running Linux kernel 6.4 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-37987 actively exploited?
No — CVE-2025-37987 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.