CVE-2026-74262

Source
https://cve.org/CVERecord?id=CVE-2026-74262
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74262.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74262
Downstream
Published
2026-08-15T05:57:38Z
Modified
2026-08-18T03:56:27Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
kcm: use WRITE_ONCE() when changing lower socket callbacks
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74262.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ab7ac4eb9832e32a09f4e8042705484d2fb0aad3
Fixed
0cb3e2f40679032c1aa2186280a86e5ead0161ee
Fixed
fa26e4606aed0f7fe793c325506adeda1d847a43
Fixed
b4ccd6eef671d7c44a30123cd29f3acf3de8468e
Fixed
b8c90823cdfb5f3d22f261aeb3e9066612853c36
Fixed
11faefd11ce2448bac7279ab302dd1954a6547fe
Fixed
f01fb6138f8eb606b56ce9158e2d8b72352c53f4
Fixed
9684fff87124b201e11dea01ded9173025359a0f
Fixed
47186409c092cd7dd70350999186c700233e854d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74262.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.6.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74262.json"