CVE-2026-43073

NVD 0.05.5
EchelonGraph scoreMEDIUM confidence

Score 5.5 from GitHub Security Advisory published 2026-05-05. NVD baseline CVSS 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
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:

x86-64: rename misleadingly named '__copy_user_nocache()' function

This function was a masterclass in bad naming, for various historical reasons.

It claimed to be a non-cached user copy. It is literally _neither_ of those things. It's a specialty memory copy routine that uses non-temporal stores for the destination (but not the source), and that does exception handling for both source and destination accesses.

Also note that while it works for unaligned targets, any unaligned parts (whether at beginning or end) will not use non-temporal stores, since only words and quadwords can be non-temporal on x86.

The exception handling means that it _can_ be used for user space accesses, but not on its own - it needs all the normal "start user space access" logic around it.

But typically the user space access would be the source, not the non-temporal destination. That was the original intention of this, where the destination was some fragile persistent memory target that needed non-temporal stores in order to catch machine check exceptions synchronously and deal with them gracefully.

Thus that non-descriptive name: one use case was to copy from user space into a non-cached kernel buffer. However, the existing users are a mix of that intended use-case, and a couple of random drivers that just did this as a performance tweak.

Some of those random drivers then actively misused the user copying version (with STAC/CLAC and all) to do kernel copies without ever even caring about the exception handling, _just_ for the non-temporal destination.

Rename it as a first small step to actually make it halfway sane, and change the prototype to be more normal: it doesn't take a user pointer unless the caller has done the proper conversion, and the argument size is the full size_t (it still won't actually copy more than 4GB in one go, but there's also no reason to silently truncate the size argument in the caller).

Finally, use this now sanely named function in the NTB code, which mis-used a user copy version (with STAC/CLAC and all) of this interface despite it not actually being a user copy at all.

CVSS v3
EG Score
5.5(medium)
EPSS
1.9%
KEV
Not listed

Published

May 5, 2026

Last Modified

June 14, 2026

Advisory Details (6)

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

x86-64: rename misleadingly named '__copy_user_nocache()' function - kernel/git/stable/linux.git - Linux kernel stable tree

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

x86-64: rename misleadingly named '__copy_user_nocache()' function - kernel/git/stable/linux.git - Linux kernel stable tree

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

x86-64: rename misleadingly named '__copy_user_nocache()' function - kernel/git/stable/linux.git - Linux kernel stable tree

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

x86-64: rename misleadingly named '__copy_user_nocache()' function - kernel/git/stable/linux.git - Linux kernel stable tree

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

x86-64: rename misleadingly named '__copy_user_nocache()' function - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/14b9194db4a28421a4dbe5d6e519efbaa7c5f3cd

Vendor Advisories for CVE-2026-43073(2)

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

Data Freshness Timeline

(refreshed 5× in last 7d / 29× 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.

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

Frequently asked(4)

What is CVE-2026-43073?
CVE-2026-43073 is a publicly disclosed vulnerability published on May 5, 2026. In the Linux kernel, the following vulnerability has been resolved: x86-64: rename misleadingly named 'copyusernocache()' function This function was a masterclass in bad naming, for various historical reasons. It claimed to be a non-cached user copy. It is literally neither of those things. It's a…
When was CVE-2026-43073 disclosed?
CVE-2026-43073 was first published in the National Vulnerability Database on May 5, 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-43073 actively exploited?
CVE-2026-43073 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
How do I remediate CVE-2026-43073?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-43073, 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-43073

Explore →

Is Your Infrastructure Affected by CVE-2026-43073?

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