CVE-2026-46227

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-28. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — Patch released this week
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: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL

The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with list_for_each_entry_safe(), which caches the next entry in @tmp before the loop body runs. The body calls sctp_sendmsg_to_asoc(), which may drop the socket lock inside sctp_wait_for_sndbuf().

While the lock is dropped, another thread can SCTP_SOCKOPT_PEELOFF the association cached in @tmp, migrating it to a new endpoint via sctp_sock_migrate() (list_del_init() + list_add_tail() to newep->asocs), and optionally close the new socket which frees the association via kfree_rcu(). The cached @tmp can also be freed by a network ABORT for that association, processed in softirq while the lock is dropped.

sctp_wait_for_sndbuf() revalidates @asoc (the current entry) on re-lock via the "sk != asoc->base.sk" and "asoc->base.dead" checks, but nothing revalidates @tmp. After a successful return, the iterator advances to the stale @tmp, yielding either a use-after-free (if the peeled socket was closed) or a list-walk onto the new endpoint's list head (type confusion of &newep->asocs as a struct sctp_association *).

Both are reachable from CapEff=0; the type-confusion path gives controlled indirect call via the outqueue.sched->init_sid pointer.

Fix by re-deriving @tmp from @asoc after sctp_sendmsg_to_asoc() returns. @asoc is known to still be on ep->asocs at that point: the only callers that list_del an association from ep->asocs are sctp_association_free() (which sets asoc->base.dead) and sctp_assoc_migrate() (which changes asoc->base.sk), and sctp_wait_for_sndbuf() checks both under the lock before any successful return; a tripped check propagates as err < 0 and the loop bails before the re-derive.

The SCTP_ABORT path in sctp_sendmsg_check_sflags() returns 0 and the loop hits 'continue' before sctp_sendmsg_to_asoc() is ever called, so the @tmp cached by list_for_each_entry_safe() still covers the lock-held free that ba59fb027307 ("sctp: walk the list of asoc safely") was added for.

CVSS v3
7.8
EG Score
7.8(medium)
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
1%
KEV
Not listed

Published

May 28, 2026

Last Modified

August 25, 2026

Advisory Details (8)

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6187a172d6ed57d6b2c327836e4407c6456e639d
generic

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1bfb06ecb00f7fdf35dba8e8f2877346cbe5e078
generic

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0dbc8cde64280fc37cdd678cced34eaf96cfb197
generic

sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0c7b55974f97b78d1109025eadf084e74cbf330f

Patch Availability(24)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-oracle-7.0 (7.0.0-1008.8) @ resolute2026-08-25ubuntu
ubuntulinux-tools-oracle-edge (6.8.0-1058.61~22.04.1) @ jammy2026-08-25ubuntu
ubuntulinux-tools-ibm-edge (5.15.0.1106.110~20.04.1) @ focal2026-08-25ubuntu
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-28.28) @ resolute2026-08-25ubuntu
ubuntulinux-tools-aws-fips-6.8 (6.8.0-1061.64+fips1) @ noble2026-08-25ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1033.34) @ noble2026-08-25ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-136.136~22.04.1) @ jammy2026-08-25ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1104.108) @ jammy2026-08-25ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-08-25ubuntu
ubuntulinux-virtual-6.8 (6.8.0-136.136) @ noble2026-08-25ubuntu
ubuntulinux-tools-nvidia-hwe-24.04-edge (7.0.0-1016.16) @ resolute2026-08-25ubuntu
redhatkpatch-patch2026-08-24redhat
redhatkernel-0:6.12.0-211.32.1.el10_22026-07-09redhat
redhatkernel-0:4.18.0-553.140.1.el8_102026-07-07redhat
redhatkernel-rt-0:4.18.0-553.140.1.rt7.481.el8_102026-07-07redhat
redhatkernel-0:5.14.0-687.22.1.el9_82026-07-06redhat
redhatkernel-0:5.14.0-570.125.1.el9_62026-07-01redhat
redhatkernel-0:4.18.0-372.198.1.el8_62026-07-01redhat
redhatkernel-0:6.12.0-55.82.1.el10_02026-06-22redhat
redhatkernel-0:5.14.0-427.132.1.el9_42026-06-22redhat
redhatkernel-0:4.18.0-477.147.1.el8_82026-06-17redhat
redhatkernel-0:5.14.0-284.176.1.el9_22026-06-17redhat
redhatkernel-rt-0:5.14.0-284.176.1.rt14.461.el9_22026-06-17redhat
redhatkernel-0:4.18.0-305.194.1.el8_42026-06-17redhat

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

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.90-1~bpo12+1 (23 versions)6.12.90-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (135 versions)7.0.9-1

Weakness Classification(2)

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

Additional Vendor Advisories

(8)

Data Freshness Timeline

(refreshed 13× in last 7d / 112× 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 276 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-46227?
CVE-2026-46227 is a high vulnerability published on May 28, 2026. In the Linux kernel, the following vulnerability has been resolved: sctp: revalidate list cursor after sctpsendmsgtoasoc() in SCTPSENDALL The SCTPSENDALL path in sctpsendmsg() iterates ep->asocs with listforeachentrysafe(), which caches the next entry in @tmp before the loop body runs. The body…
When was CVE-2026-46227 disclosed?
CVE-2026-46227 was first published in the National Vulnerability Database on May 28, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46227 actively exploited?
CVE-2026-46227 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 98.9% of all scored CVEs.
What is the CVSS score of CVE-2026-46227?
CVE-2026-46227 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-46227?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46227, 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-46227

Explore →

Is Your Infrastructure Affected by CVE-2026-46227?

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