In the Linux kernel, the following vulnerability has been resolved: sunrpc: xprtsock: annotate shared socket callbacks with READ_ONCE/WRITE_ONCE… (CVE-2026-90235)
A critical vulnerability in the Linux kernel's sunrpc xprtsock component involves improper synchronization of shared socket callback pointers. The issue arises because callback pointers are replaced and restored using plain stores and loads without proper memory visibility guarantees, potentially allowing stale callback invocations. This flaw has been resolved by annotating these shared callbacks with READ_ONCE and WRITE_ONCE to ensure correct visibility and ordering.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel sunrpc xprtsock subsystem stems from the use of plain stores and loads when replacing and restoring shared socket callback pointers (sk->sk_data_ready and sk->sk_write_space). These pointers are shared with generic socket and protocol paths that may concurrently read or invoke them, leading to a visibility hole where a stale snapshot of the callback pointers can be invoked after restoration. The fix applies WRITE_ONCE() to stores and READ_ONCE() to loads of these callback pointers in relevant functions (xs_local_finish_connecting(), xs_udp_finish_connecting(), xs_tcp_finish_connecting(), xs_restore_old_callbacks(), and xs_udp_do_set_buffer_size()), enforcing the required memory visibility contract and preventing stale callback invocation.
Potential Impact
This vulnerability can lead to use of stale callback pointers on live sockets, potentially causing incorrect callback invocation, which may result in data corruption, denial of service, or other critical impacts affecting confidentiality, integrity, and availability of the system. The CVSS score of 9.8 reflects the high severity and network attack vector with no privileges or user interaction required.
Mitigation Recommendations
A fix for this vulnerability has been implemented by annotating the shared socket callback pointers with READ_ONCE() and WRITE_ONCE() to ensure proper memory visibility and ordering. Users should apply the official Linux kernel patch that includes these changes. No additional mitigation steps are indicated beyond applying the patch.
In the Linux kernel, the following vulnerability has been resolved: sunrpc: xprtsock: annotate shared socket callbacks with READ_ONCE/WRITE_ONCE… (CVE-2026-90235)
Description
A critical vulnerability in the Linux kernel's sunrpc xprtsock component involves improper synchronization of shared socket callback pointers. The issue arises because callback pointers are replaced and restored using plain stores and loads without proper memory visibility guarantees, potentially allowing stale callback invocations. This flaw has been resolved by annotating these shared callbacks with READ_ONCE and WRITE_ONCE to ensure correct visibility and ordering.
CVSS v3.1
Score 9.8critical
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel sunrpc xprtsock subsystem stems from the use of plain stores and loads when replacing and restoring shared socket callback pointers (sk->sk_data_ready and sk->sk_write_space). These pointers are shared with generic socket and protocol paths that may concurrently read or invoke them, leading to a visibility hole where a stale snapshot of the callback pointers can be invoked after restoration. The fix applies WRITE_ONCE() to stores and READ_ONCE() to loads of these callback pointers in relevant functions (xs_local_finish_connecting(), xs_udp_finish_connecting(), xs_tcp_finish_connecting(), xs_restore_old_callbacks(), and xs_udp_do_set_buffer_size()), enforcing the required memory visibility contract and preventing stale callback invocation.
Potential Impact
This vulnerability can lead to use of stale callback pointers on live sockets, potentially causing incorrect callback invocation, which may result in data corruption, denial of service, or other critical impacts affecting confidentiality, integrity, and availability of the system. The CVSS score of 9.8 reflects the high severity and network attack vector with no privileges or user interaction required.
Mitigation Recommendations
A fix for this vulnerability has been implemented by annotating the shared socket callback pointers with READ_ONCE() and WRITE_ONCE() to ensure proper memory visibility and ordering. Users should apply the official Linux kernel patch that includes these changes. No additional mitigation steps are indicated beyond applying the patch.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-872w-99m8-9923
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-90235"]
- Database Specific Severity
- CRITICAL
- Cvss Version
- 3.1
Threat ID: 6aade52255bf5e2cf5edc18e
Added to database: 09/19/2026, 01:28:02 UTC
Last enriched: 09/19/2026, 01:51:01 UTC
Last updated: 09/19/2026, 03:21:39 UTC
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.