CVE-2022-48816: SUNRPC: lock against ->sock changing during sysfs read
In the Linux kernel, the following vulnerability has been resolved:
SUNRPC: lock against ->sock changing during sysfs read
->sock can be set to NULL asynchronously unless ->recv_mutex is held.
So it is important to hold that mutex. Otherwise a sysfs read can
trigger an oops.
Commit 17f09d3f619a ("SUNRPC: Check if the xprt is connected before
handling sysfs reads") appears to attempt to fix this problem, but it
only narrows the race window.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can let a read of a SUNRPC sysfs entry hit a timing bug and trigger a kernel oops. The practical business risk is availability disruption on affected Linux systems, especially where SUNRPC/NFS is used. The provided sources do not show active exploitation or a scored severity.
Executive priority
Handle through normal kernel patch governance, with higher priority for production file-service and NFS-dependent systems. Do not classify as emergency based only on this bundle because severity, CVSS, and exploitation evidence are missing.
Technical view
SUNRPC sysfs read handling accessed xprt->sock while it could be set to NULL asynchronously. The fix is to hold recv_mutex during the read path. A previous connected-state check only narrowed the race window. Impact described by the source is a kernel oops, with no exploitability details provided.
Likely exposure
Exposure is limited to Linux kernels identified as affected in the CVE data and systems reaching the relevant SUNRPC sysfs read path. Exact exposure depends on distro backports and kernel packaging. The source does not define remote reachability or required privileges.
Exploitation context
The record says a sysfs read can trigger an oops. CISA KEV status is false in the bundle, and no cited source states active exploitation. Treat this as a reliability and availability concern until vendor guidance says otherwise.
Researcher notes
The key condition is a race on xprt->sock during SUNRPC sysfs reads when recv_mutex is not held. The source only states oops impact, so avoid assuming privilege escalation, remote exploitation, or broader products beyond Linux kernel builds.
Mitigation direction
Apply vendor kernel updates that include the referenced SUNRPC fixes.
Prioritize systems using NFS, SUNRPC, or related kernel RPC services.
Check distribution advisories for backported fixes and corrected package versions.
If no vendor fix is available, follow vendor guidance for temporary risk reduction.
Validation and detection
Inventory Linux kernel versions and distribution package revisions across assets.
Confirm whether vendor packages include the referenced stable kernel commits.
Review systems using NFS or SUNRPC for higher operational priority.
Track for kernel oops reports mentioning SUNRPC or xprt sysfs reads.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48816 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.