CVE-2026-46011

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
Trending — 4 sources updated this week
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

A fix is available — apply it.

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

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work

The mtk_jpeg_release() function frees the context structure (ctx) without first cancelling any pending or running work in ctx->jpeg_work. This creates a race window where the workqueue callback may still be accessing the context memory after it has been freed.

Race condition:

CPU 0 (release) CPU 1 (workqueue) ---------------- ------------------ close() mtk_jpeg_release() mtk_jpegenc_worker() ctx = work->data // accessing ctx

kfree(ctx) // freed! access ctx // UAF!

The work is queued via queue_work() during JPEG encode/decode operations (via mtk_jpeg_device_run). If the device is closed while work is pending or running, the work handler will access freed memory.

Fix this by calling cancel_work_sync() BEFORE acquiring the mutex. This ordering is critical: if cancel_work_sync() is called after mutex_lock(), and the work handler also tries to acquire the same mutex, it would cause a deadlock.

Note: The open error path does NOT need cancel_work_sync() because INIT_WORK() only initializes the work structure - it does not schedule it. Work is only scheduled later during ioctl operations.

CVSS v3
7.8
EG Score
7.8(medium)
EPSS
2.6%
KEV
Not listed

Published

May 27, 2026

Last Modified

June 16, 2026

Advisory Details (5)

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

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work - kernel/git/stable/linux.git - Linux kernel stable tree

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

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/34c519feef3e4fcff1078dc8bdb25fbbbd10303f
generic

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/26506a30e0e26d612f82a7bf0e395626968a44e6
generic

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2209fdae5c2f615930c9af1379c1cfca199ec5d8
generic

media: mtk-jpeg: fix use-after-free in release path due to uncancelled work - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0498b27a1542021d90269d58347501d4c3ccd84e

Vendor Advisories for CVE-2026-46011(2)

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

Patch Availability(4)

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.

Weakness Classification(1)

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

Additional Vendor Advisories

(4)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-46011?
CVE-2026-46011 is a high vulnerability published on May 27, 2026. In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease() function frees the context structure (ctx) without first cancelling any pending or running work in ctx->jpeg_work. This creates a race…
When was CVE-2026-46011 disclosed?
CVE-2026-46011 was first published in the National Vulnerability Database on May 27, 2026, with the most recent update on June 16, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46011 actively exploited?
CVE-2026-46011 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-46011?
CVE-2026-46011 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-46011?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46011, 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-46011

Explore →

Is Your Infrastructure Affected by CVE-2026-46011?

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