CVE-2026-64190

UNRATEDCVSS · not yet scoredTrending — 5 sources updated this week
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • No CVSS published and no exploitation signals yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS v2: Exploit: None knownExposed: 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:

net: team: fix NULL pointer dereference in team_xmit during mode change

__team_change_mode() clears team->ops with memset() before restoring safe dummy handlers via team_adjust_ops(). A concurrent team_xmit() running under RCU on another CPU can read team->ops.transmit during this window and call a NULL function pointer, crashing the kernel.

The race requires a mode change (CAP_NET_ADMIN) concurrent with transmit on the team device.

BUG: kernel NULL pointer dereference, address: 0000000000000000 Oops: 0010 [#1] SMP KASAN NOPTI RIP: 0010:0x0 Call Trace: team_xmit (drivers/net/team/team_core.c:1853) dev_hard_start_xmit (net/core/dev.c:3904) __dev_queue_xmit (net/core/dev.c:4871) packet_sendmsg (net/packet/af_packet.c:3109) __sys_sendto (net/socket.c:2265)

The original code assumed that no ports means no traffic, so mode changes could freely memset()/memcpy() the ops. AF_PACKET with forced carrier breaks that assumption.

Prevent the race instead of making it safe: replace memset()/memcpy() with per-field updates that never touch transmit or receive. Those two handlers are managed solely by team_adjust_ops(), which already installs dummies when tx_en_port_count == 0 (always true during mode change since no ports are present). WRITE_ONCE/READ_ONCE prevent store/load tearing on the handler pointers.

synchronize_net() before exit_op() drains in-flight readers that may still reference old mode state from before port removal switched the handlers to dummies.

CVSS v3
EG Score
0.0(none)
EG Risk
0
EG Risk 0/100

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. It is distinct from the 0–10 EG Score, which measures severity.

EPSS PROB
0%
EPSS %ILE
5%
KEV
Not listed

Published

July 20, 2026

Last Modified

July 20, 2026

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

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

Frequently asked(4)

What is CVE-2026-64190?
CVE-2026-64190 is a publicly disclosed vulnerability published on July 20, 2026. In the Linux kernel, the following vulnerability has been resolved: net: team: fix NULL pointer dereference in team_xmit during mode change teamchangemode() clears team->ops with memset() before restoring safe dummy handlers via teamadjustops(). A concurrent team_xmit() running under RCU on another…
When was CVE-2026-64190 disclosed?
CVE-2026-64190 was first published in the National Vulnerability Database on July 20, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64190 actively exploited?
CVE-2026-64190 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 95.3% of all scored CVEs.
How do I remediate CVE-2026-64190?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64190, 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-64190

Explore →

Is Your Infrastructure Affected by CVE-2026-64190?

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