CVE-2026-45910

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-27. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: Fix race condition in QP timer handlers

I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxe_task.c:249 at rxe_sched_task+0x1c8/0x238 [rdma_rxe], CPU#0: swapper/0/0 ... libsha1 [last unloaded: ip6_udp_tunnel] CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Tainted: G C 6.19.0-rc5-64k-v8+ #37 PREEMPT Tainted: [C]=CRAP Hardware name: Raspberry Pi 4 Model B Rev 1.2 Call trace: rxe_sched_task+0x1c8/0x238 [rdma_rxe] (P) retransmit_timer+0x130/0x188 [rdma_rxe] call_timer_fn+0x68/0x4d0 __run_timers+0x630/0x888 ... WARNING: drivers/infiniband/sw/rxe/rxe_task.c:38 at rxe_sched_task+0x1c0/0x238 [rdma_rxe], CPU#0: swapper/0/0 ... WARNING: drivers/infiniband/sw/rxe/rxe_task.c:111 at do_work+0x488/0x5c8 [rdma_rxe], CPU#3: kworker/u17:4/93400 ... refcount_t: underflow; use-after-free. WARNING: lib/refcount.c:28 at refcount_warn_saturate+0x138/0x1a0, CPU#3: kworker/u17:4/93400

The issue is caused by a race condition between retransmit_timer() and rxe_destroy_qp, leading to the Queue Pair's (QP) reference count dropping to zero during timer handler execution.

It seems this warning is harmless because rxe_qp_do_cleanup() will flush all pending timers and requests.

Example of flow causing the issue:

CPU0 CPU1 retransmit_timer() { spin_lock_irqsave rxe_destroy_qp() __rxe_cleanup() __rxe_put() // qp->ref_count decrease to 0 rxe_qp_do_cleanup() { if (qp->valid) { rxe_sched_task() { WARN_ON(rxe_read(task->qp) <= 0); } } spin_unlock_irqrestore } spin_lock_irqsave qp->valid = 0 spin_unlock_irqrestore }

Ensure the QP's reference count is maintained and its validity is checked within the timer callbacks by adding calls to rxe_get(qp) and corresponding rxe_put(qp) after use.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS
1.1%
KEV
Not listed

Published

May 27, 2026

Last Modified

June 24, 2026

Advisory Details (5)

Auto-updated Jun 4, 2026
No patch confirmed yet.
generic

RDMA/rxe: Fix race condition in QP timer handlers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/da379ca16af3722f159860d91a99cb6976a7500f
generic

RDMA/rxe: Fix race condition in QP timer handlers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/87bf646921430e303176edc4eb07c30160361b73
generic

RDMA/rxe: Fix race condition in QP timer handlers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/756c93d6df7c3bc599f6590b8e5afead6a41de1c
generic

RDMA/rxe: Fix race condition in QP timer handlers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5ae9da022ee3c97e6469eabcddce9271501ddbad
generic

RDMA/rxe: Fix race condition in QP timer handlers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3c2ae79fb19dfd67341c14f1e78a5f1744eacfe2

Vendor Advisories for CVE-2026-45910(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 8× in last 7d / 34× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 113 total refreshes for this CVE.

  1. 2026-07-25 14:18 UTCEPSS rescore
  2. 2026-07-24 14:17 UTCEPSS rescore
  3. 2026-07-23 03:16 UTCEG score recompute
  4. 2026-07-22 14:08 UTCEPSS rescore
  5. 2026-07-21 15:24 UTCEPSS rescore
  6. 2026-07-20 17:08 UTCEPSS rescore
  7. 2026-07-19 14:31 UTCEPSS rescore
  8. 2026-07-19 02:29 UTCEPSS rescore
  9. 2026-07-18 10:04 UTCEPSS rescore
  10. 2026-07-16 17:03 UTCEPSS rescore
  11. 2026-07-15 16:57 UTCEPSS rescore
  12. 2026-07-15 02:00 UTCEPSS rescore
  13. 2026-07-13 22:30 UTCEPSS rescore
  14. 2026-07-12 05:46 UTCEPSS rescore
  15. 2026-07-09 19:10 UTCEPSS rescore
  16. 2026-07-09 00:24 UTCGHSA enrichment
  17. 2026-07-08 15:16 UTCEPSS rescore
  18. 2026-07-05 02:30 UTCEPSS rescore
  19. 2026-07-04 06:31 UTCEPSS rescore
  20. 2026-07-01 15:07 UTCEPSS rescore
  21. 2026-07-01 11:36 UTCGHSA enrichment
  22. 2026-06-30 23:22 UTCEPSS rescore
  23. 2026-06-30 04:22 UTCGHSA enrichment
  24. 2026-06-29 14:29 UTCGHSA enrichment
  25. 2026-06-28 21:22 UTCGHSA enrichment
Show 75 more
  1. 2026-06-28 14:07 UTCEPSS rescore
  2. 2026-06-28 07:27 UTCGHSA enrichment
  3. 2026-06-28 04:56 UTCEPSS rescore
  4. 2026-06-28 04:56 UTCEPSS rescore
  5. 2026-06-27 18:51 UTCGHSA enrichment
  6. 2026-06-27 06:34 UTCGHSA enrichment
  7. 2026-06-27 03:08 UTCEPSS rescore
  8. 2026-06-26 17:13 UTCGHSA enrichment
  9. 2026-06-26 02:44 UTCGHSA enrichment
  10. 2026-06-25 14:08 UTCGHSA enrichment
  11. 2026-06-25 13:49 UTCEPSS rescore
  12. 2026-06-25 01:43 UTCGHSA enrichment
  13. 2026-06-24 14:05 UTCEPSS rescore
  14. 2026-06-23 21:33 UTCEPSS rescore
  15. 2026-06-23 21:33 UTCEPSS rescore
  16. 2026-06-22 14:25 UTCEPSS rescore
  17. 2026-06-22 14:25 UTCEPSS rescore
  18. 2026-06-21 14:56 UTCEPSS rescore
  19. 2026-06-21 14:56 UTCEPSS rescore
  20. 2026-06-19 19:26 UTCEPSS rescore
  21. 2026-06-19 19:26 UTCEPSS rescore
  22. 2026-06-17 18:54 UTCGHSA enrichment
  23. 2026-06-17 17:53 UTCEPSS rescore
  24. 2026-06-17 04:50 UTCGHSA enrichment
  25. 2026-06-16 17:52 UTCEPSS rescore
  26. 2026-06-16 16:11 UTCGHSA enrichment
  27. 2026-06-16 01:55 UTCGHSA enrichment
  28. 2026-06-15 17:49 UTCEPSS rescore
  29. 2026-06-15 13:34 UTCGHSA enrichment
  30. 2026-06-14 22:27 UTCGHSA enrichment
  31. 2026-06-14 10:09 UTCGHSA enrichment
  32. 2026-06-13 23:00 UTCEPSS rescore
  33. 2026-06-13 21:51 UTCGHSA enrichment
  34. 2026-06-13 09:34 UTCGHSA enrichment
  35. 2026-06-12 23:12 UTCEPSS rescore
  36. 2026-06-12 23:12 UTCEPSS rescore
  37. 2026-06-12 21:16 UTCGHSA enrichment
  38. 2026-06-12 08:59 UTCGHSA enrichment
  39. 2026-06-11 20:40 UTCGHSA enrichment
  40. 2026-06-11 14:00 UTCEPSS rescore
  41. 2026-06-11 08:23 UTCGHSA enrichment
  42. 2026-06-10 22:18 UTCEPSS rescore
  43. 2026-06-10 20:06 UTCGHSA enrichment
  44. 2026-06-10 13:22 UTCEPSS rescore
  45. 2026-06-10 13:22 UTCEPSS rescore
  46. 2026-06-10 07:48 UTCGHSA enrichment
  47. 2026-06-09 19:30 UTCGHSA enrichment
  48. 2026-06-09 07:13 UTCGHSA enrichment
  49. 2026-06-08 18:55 UTCGHSA enrichment
  50. 2026-06-08 14:17 UTCEPSS rescore
  51. 2026-06-08 14:17 UTCEPSS rescore
  52. 2026-06-08 05:42 UTCGHSA enrichment
  53. 2026-06-07 17:25 UTCGHSA enrichment
  54. 2026-06-07 15:25 UTCEPSS rescore
  55. 2026-06-07 15:25 UTCEPSS rescore
  56. 2026-06-07 05:08 UTCGHSA enrichment
  57. 2026-06-06 16:51 UTCGHSA enrichment
  58. 2026-06-06 13:47 UTCEPSS rescore
  59. 2026-06-06 13:47 UTCEPSS rescore
  60. 2026-06-06 04:33 UTCGHSA enrichment
  61. 2026-06-05 22:47 UTCEPSS rescore
  62. 2026-06-05 16:16 UTCGHSA enrichment
  63. 2026-06-05 06:10 UTCEPSS rescore
  64. 2026-06-05 06:10 UTCEPSS rescore
  65. 2026-06-05 03:59 UTCGHSA enrichment
  66. 2026-06-04 15:42 UTCGHSA enrichment
  67. 2026-06-04 13:12 UTCEPSS rescore
  68. 2026-06-04 13:12 UTCEPSS rescore
  69. 2026-06-04 03:25 UTCGHSA enrichment
  70. 2026-06-03 15:08 UTCGHSA enrichment
  71. 2026-06-03 02:50 UTCGHSA enrichment
  72. 2026-06-02 20:13 UTCEPSS rescore
  73. 2026-06-02 14:33 UTCGHSA enrichment
  74. 2026-06-02 02:16 UTCGHSA enrichment
  75. 2026-06-01 13:59 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-45910?
CVE-2026-45910 is a high vulnerability published on May 27, 2026. In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix race condition in QP timer handlers I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at rxeschedtask+0x1c8/0x238 [rdmarxe], CPU#0: swapper/0/0 ... libsha1 [last unloaded:…
When was CVE-2026-45910 disclosed?
CVE-2026-45910 was first published in the National Vulnerability Database on May 27, 2026, with the most recent update on June 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-45910 actively exploited?
CVE-2026-45910 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1.1% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-45910?
CVE-2026-45910 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-45910?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-45910, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-45910

Explore →

Is Your Infrastructure Affected by CVE-2026-45910?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.