๐Ÿ” CVE Alert

CVE-2025-37987

UNKNOWN 0.0

pds_core: Prevent possible adminq overflow/stuck condition

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In 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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 20, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
45d76f492938cdc27ddadc16e1e75103f4cfbf56 < 517f928cc0c133472618cbba18382b46f5f71ba3 45d76f492938cdc27ddadc16e1e75103f4cfbf56 < 2982e07ad72b48eb12c29a87a3f2126ea552688c 45d76f492938cdc27ddadc16e1e75103f4cfbf56 < 5e3dc65675faad846420d24762e4faadc12d9392 45d76f492938cdc27ddadc16e1e75103f4cfbf56 < d9e2f070d8af60f2c8c02b2ddf0a9e90b4e9220c
Linux / Linux
6.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/517f928cc0c133472618cbba18382b46f5f71ba3 git.kernel.org: https://git.kernel.org/stable/c/2982e07ad72b48eb12c29a87a3f2126ea552688c git.kernel.org: https://git.kernel.org/stable/c/5e3dc65675faad846420d24762e4faadc12d9392 git.kernel.org: https://git.kernel.org/stable/c/d9e2f070d8af60f2c8c02b2ddf0a9e90b4e9220c