CVE-2026-46213

HIGHCVSS · not yet scored7.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
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS v2: Exploit: None knownExposed: 0

A fix is available — apply it.

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)
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 PROB
0%
EPSS %ILE
2%
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.

Patch Availability(8)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (135 versions)7.0.9-1

Weakness Classification(1)

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

All Vendor Advisories

(8)

Data Freshness Timeline

(refreshed 5× in last 7d / 85× 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 230 total refreshes for this CVE.

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

Frequently asked(4)

What is CVE-2026-46213?
CVE-2026-46213 is a high 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 0% probability of exploitation in the next 30 days, which ranks it in the top 97.6% of all scored CVEs.
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

See which npm, PyPI, Go, and Maven packages are affected by 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.