Sploitus

CVE-2026-74262

No indexed exploits for CVE-2026-74262 yet

In the Linux kernel, the following vulnerability has been resolved: kcm: use WRITE_ONCE() when changing lower socket callbacks kcm_attach() replaces a live lower TCP socket's sk_data_ready and sk_write_space callbacks with KCM handlers, and kcm_unattach() restores them later. Those callback-pointer updates are still plain stores even though the same fields can be read and invoked concurrently on other CPUs. If another CPU observes an older callback snapshot after the live field has already been restored, callback execution can run with a mismatched target and sk_user_data state, leading to stale or misdirected wakeups. Use WRITE_ONCE() for the callback replacement and restore operations so these shared callback fields follow the same visibility contract already established by the earlier 4022 fixes.

CVSS 3.1
7.8 HIGH
EPSS
0.1% (3th percentile)
NVD status
Received
Published
2026-08-15
CVE-2026-74262 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-74262 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-74262 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.