CVE-2026-43407

CRITICALNVD 9.19.1
EchelonGraph scoreMEDIUM confidence

Score 9.1 from GitHub Security Advisory (severity: CRITICAL) published 2026-05-08. NVD baseline CVSS 9.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
9.1
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 1%CVSS: 9.1Exploit: 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:

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()

This patch fixes an out-of-bounds access in ceph_handle_auth_reply() that can be triggered by a message of type CEPH_MSG_AUTH_REPLY. In ceph_handle_auth_reply(), the value of the payload_len field of such a message is stored in a variable of type int. A value greater than INT_MAX leads to an integer overflow and is interpreted as a negative value. This leads to decrementing the pointer address by this value and subsequently accessing it because ceph_decode_need() only checks that the memory access does not exceed the end address of the allocation.

This patch fixes the issue by changing the data type of payload_len to u32. Additionally, the data type of result_msg_len is changed to u32, as it is also a variable holding a non-negative length.

Also, an additional layer of sanity checks is introduced, ensuring that directly after reading it from the message, payload_len and result_msg_len are not greater than the overall segment length.

BUG: KASAN: slab-out-of-bounds in ceph_handle_auth_reply+0x642/0x7a0 [libceph] Read of size 4 at addr ffff88811404df14 by task kworker/20:1/262

CPU: 20 UID: 0 PID: 262 Comm: kworker/20:1 Not tainted 6.19.2 #5 PREEMPT(voluntary) Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 Workqueue: ceph-msgr ceph_con_workfn [libceph] Call Trace: dump_stack_lvl+0x76/0xa0 print_report+0xd1/0x620 ? __pfx__raw_spin_lock_irqsave+0x10/0x10 ? kasan_complete_mode_report_info+0x72/0x210 kasan_report+0xe7/0x130 ? ceph_handle_auth_reply+0x642/0x7a0 [libceph] ? ceph_handle_auth_reply+0x642/0x7a0 [libceph] __asan_report_load_n_noabort+0xf/0x20 ceph_handle_auth_reply+0x642/0x7a0 [libceph] mon_dispatch+0x973/0x23d0 [libceph] ? apparmor_socket_recvmsg+0x6b/0xa0 ? __pfx_mon_dispatch+0x10/0x10 [libceph] ? __kasan_check_write+0x14/0x30i ? mutex_unlock+0x7f/0xd0 ? __pfx_mutex_unlock+0x10/0x10 ? __pfx_do_recvmsg+0x10/0x10 [libceph] ceph_con_process_message+0x1f1/0x650 [libceph] process_message+0x1e/0x450 [libceph] ceph_con_v2_try_read+0x2e48/0x6c80 [libceph] ? __pfx_ceph_con_v2_try_read+0x10/0x10 [libceph] ? save_fpregs_to_fpstate+0xb0/0x230 ? raw_spin_rq_unlock+0x17/0xa0 ? finish_task_switch.isra.0+0x13b/0x760 ? __switch_to+0x385/0xda0 ? __kasan_check_write+0x14/0x30 ? mutex_lock+0x8d/0xe0 ? __pfx_mutex_lock+0x10/0x10 ceph_con_workfn+0x248/0x10c0 [libceph] process_one_work+0x629/0xf80 ? __kasan_check_write+0x14/0x30 worker_thread+0x87f/0x1570 ? __pfx__raw_spin_lock_irqsave+0x10/0x10 ? __pfx_try_to_wake_up+0x10/0x10 ? kasan_print_address_stack_frame+0x1f7/0x280 ? __pfx_worker_thread+0x10/0x10 kthread+0x396/0x830 ? __pfx__raw_spin_lock_irq+0x10/0x10 ? __pfx_kthread+0x10/0x10 ? __kasan_check_write+0x14/0x30 ? recalc_sigpending+0x180/0x210 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x3f7/0x610 ? __pfx_ret_from_fork+0x10/0x10 ? __switch_to+0x385/0xda0 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30

[ idryomov: replace if statements with ceph_decode_need() for payload_len and result_msg_len ]

CVSS v3
9.1
EG Score
9.1(medium)
EPSS
41.6%
KEV
Not listed

Published

May 8, 2026

Last Modified

May 21, 2026

Advisory Details (8)

Auto-updated May 11, 2026
No patch confirmed yet.
generic

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9f9e2297f45fc2d2524eb104c289d69ddef95665
generic

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8bb87547e92dcf0928ed763c60e0ac8d733c3656
generic

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6cee34d6669fe176b4259131adb1a145c939b472

Vendor Advisories for CVE-2026-43407(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 7× in last 7d / 45× 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 238 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-43407?
CVE-2026-43407 is a critical vulnerability published on May 8, 2026. In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in cephhandleauth_reply() This patch fixes an out-of-bounds access in cephhandleauth_reply() that can be triggered by a message of type CEPHMSGAUTH_REPLY. In cephhandleauthreply(), the…
When was CVE-2026-43407 disclosed?
CVE-2026-43407 was first published in the National Vulnerability Database on May 8, 2026, with the most recent update on May 21, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-43407 actively exploited?
CVE-2026-43407 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 41.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-43407?
CVE-2026-43407 has a CVSS v3 base score of 9.1 (NVD).
How do I remediate CVE-2026-43407?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-43407, 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-43407

Explore →

Is Your Infrastructure Affected by CVE-2026-43407?

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