๐Ÿ” CVE Alert

CVE-2025-38151

UNKNOWN 0.0

RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work The cited commit fixed a crash when cma_netevent_callback was called for a cma_id while work on that id from a previous call had not yet started. The work item was re-initialized in the second call, which corrupted the work item currently in the work queue. However, it left a problem when queue_work fails (because the item is still pending in the work queue from a previous call). In this case, cma_id_put (which is called in the work handler) is therefore not called. This results in a userspace process hang (zombie process). Fix this by calling cma_id_put() if queue_work fails.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jul 3, 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
51003b2c872c63d28bcf5fbcc52cf7b05615f7b7 < 1ac40736c8c4255d8417b937c9715b193f4a87b3 c2b169fc7a12665d8a675c1ff14bca1b9c63fb9a < ac7897c0124066b9705ffca252a3662d54fc0c9b d23fd7a539ac078df119707110686a5b226ee3bb < 02e45168e0fd6fdc6f8f7c42c4b500857aa5efb0 45f5dcdd049719fb999393b30679605f16ebce14 < 8b05aa3692e45b8249379dc52b14acc6a104d2e5 45f5dcdd049719fb999393b30679605f16ebce14 < 92a251c3df8ea1991cd9fe00f1ab0cfce18d7711 b172a4a0de254f1fcce7591833a9a63547c2f447
Linux / Linux
6.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/1ac40736c8c4255d8417b937c9715b193f4a87b3 git.kernel.org: https://git.kernel.org/stable/c/ac7897c0124066b9705ffca252a3662d54fc0c9b git.kernel.org: https://git.kernel.org/stable/c/02e45168e0fd6fdc6f8f7c42c4b500857aa5efb0 git.kernel.org: https://git.kernel.org/stable/c/8b05aa3692e45b8249379dc52b14acc6a104d2e5 git.kernel.org: https://git.kernel.org/stable/c/92a251c3df8ea1991cd9fe00f1ab0cfce18d7711 lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html