CVE-2026-46213

NVD 0.07.8
EchelonGraph scoreLOW confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-28.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa
Trending — 3 sources updated this week
0.0
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • No confirmed exploitation signals yet
CISA-KEV: Not listedEPSS: 0%CVSS: Exploit: 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:

HID: appletb-kbd: fix UAF in inactivity-timer cleanup path

Commit 38224c472a03 ("HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe") added timer_delete_sync(&kbd->inactivity_timer) to both the probe close_hw error path and appletb_kbd_remove(), but the way it was wired in left the inactivity timer reachable during driver tear-down via two distinct windows.

Window A -- put_device() before timer_delete_sync():

put_device(&kbd->backlight_dev->dev); timer_delete_sync(&kbd->inactivity_timer);

The inactivity_timer softirq reads kbd->backlight_dev and calls backlight_device_set_brightness() -> mutex_lock(&ops_lock). If a concurrent hid_appletb_bl unbind drops the last devm reference between these two calls, the backlight_device is freed and the mutex_lock() touches freed memory.

Window B -- backlight cleanup before hid_hw_stop():

if (kbd->backlight_dev) { timer_delete_sync(...); put_device(...); } hid_hw_close(hdev); hid_hw_stop(hdev);

Even after Window A is closed, hid_hw_close()/hid_hw_stop() still run afterwards, so a late ".event" callback from the HID core (USB URB completion on real Apple hardware) can arrive after timer_delete_sync() drained the softirq but before put_device() drops the reference. That callback reaches reset_inactivity_timer(), which calls mod_timer() and re-arms the timer. The freshly re-armed timer can then fire on the about-to-be-freed backlight_device.

Both windows produce the same KASAN slab-use-after-free:

BUG: KASAN: slab-use-after-free in __mutex_lock+0x1aab/0x21c0 Read of size 8 at addr ffff88803ee9a108 by task swapper/0/0 Call Trace: __mutex_lock backlight_device_set_brightness appletb_inactivity_timer call_timer_fn run_timer_softirq handle_softirqs Allocated by task N: devm_backlight_device_register appletb_bl_probe Freed by task M: (concurrent hid_appletb_bl unbind path)

Close both windows at once by reworking the tear-down in appletb_kbd_remove() and in the probe close_hw error path so that

1) hid_hw_close()/hid_hw_stop() run before the backlight cleanup, guaranteeing no further .event callback can fire and re-arm the timer, and 2) inside the "if (kbd->backlight_dev)" block, timer_delete_sync() runs before put_device(), so the softirq is drained before the final reference is dropped.

CVSS v3
EG Score
7.8(low)
EPSS
2.5%
KEV
Not listed

Published

May 28, 2026

Last Modified

June 14, 2026

Advisory Details (3)

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

HID: appletb-kbd: fix UAF in inactivity-timer cleanup path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/93d989e47bc316c793a69c6a332e053c90e29f02
generic

HID: appletb-kbd: fix UAF in inactivity-timer cleanup path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/59a79938ca5541fe55d675304116b7ea684afef0
generic

HID: appletb-kbd: fix UAF in inactivity-timer cleanup path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4db2af929279c799b5653a39eb0795c72baffca4

Vendor Advisories for CVE-2026-46213(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 10× in last 7d / 71× 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 121 total refreshes for this CVE.

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

Frequently asked(4)

What is CVE-2026-46213?
CVE-2026-46213 is a publicly disclosed vulnerability published on May 28, 2026. In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix UAF in inactivity-timer cleanup path Commit 38224c472a03 ("HID: appletb-kbd: fix slab use-after-free bug in appletbkbdprobe") added timerdeletesync(&kbd->inactivity_timer) to both the probe closehw error path…
When was CVE-2026-46213 disclosed?
CVE-2026-46213 was first published in the National Vulnerability Database on May 28, 2026, with the most recent update on June 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46213 actively exploited?
CVE-2026-46213 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
How do I remediate CVE-2026-46213?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46213, 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-46213

Explore →

Is Your Infrastructure Affected by CVE-2026-46213?

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