Skip to main content

In the Linux kernel, the following vulnerability has been resolved: nfsd: defer vfree of compound ops to fix rpc_status UAF The rpc_status netlink… (CVE-2026-89690)

0
Medium
Published: 09/11/2026 (09/11/2026, 21:31:37 UTC)
Source: GCVE Database

Description

A use-after-free vulnerability was resolved in the Linux kernel's NFS server (nfsd) component related to the handling of compound operations. The issue involved freeing a vmalloc buffer containing operation data prematurely while it was still being accessed under an RCU read lock, leading to a potential use-after-free condition. The fix defers freeing this buffer until after an RCU grace period, preventing concurrent access to freed memory.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/12/2026, 00:51:17 UTC

Technical Analysis

The vulnerability in the Linux kernel's nfsd component arises because the rpc_status netlink dumpit function reads operation numbers from a vmalloc buffer (args->ops) that is freed synchronously by vfree() at the end of each compound operation. Although the svc_rqst struct is protected by an RCU read lock, the vmalloc buffer is not deferred for freeing, allowing a concurrent compound completion to free the buffer while it is still being read, causing a use-after-free on vmalloc memory. The fix replaces vfree(args->ops) with kvfree_rcu_mightsleep(), which defers the free until after an RCU grace period, ensuring safe access during the dumpit's RCU read lock.

Potential Impact

This use-after-free vulnerability could lead to memory corruption or kernel instability if the freed buffer is accessed concurrently. However, no known exploits in the wild have been reported. The impact is limited to the Linux kernel's NFS server handling of compound operations.

Mitigation Recommendations

A fix is available that defers freeing the vmalloc buffer until after an RCU grace period by using kvfree_rcu_mightsleep() instead of vfree(). Users should apply the official Linux kernel update that includes this fix to prevent the use-after-free condition.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
GHSA-vprx-6mqf-hg7q
Osv Schema Version
1.4.0
Aliases
["CVE-2026-89690"]

Threat ID: 6aa49ffb55bf5e2cf5a865dd

Added to database: 09/12/2026, 00:42:35 UTC

Last enriched: 09/12/2026, 00:51:17 UTC

Last updated: 09/12/2026, 00:51:17 UTC

Views: 2

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

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

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses