CVE-2024-26629: nfsd: fix RELEASE_LOCKOWNER

Published Mar 13, 2024
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

nfsd: fix RELEASELOCKOWNER

The Linux kernel CVE team has assigned CVE-2024-26629 to this issue.

Upstream advisory: https://lore.kernel.org/linux-cve-announce/20240313140155.1913910-4-lee@kernel.org/T

Other sources

In the Linux kernel, the following vulnerability has been resolved:

nfsd: fix RELEASELOCKOWNER

The test on socount in nfsd4releaselockowner() is nonsense and harmful. Revert to using checkforlocks(), changing that to not sleep.

First: harmful. As is documented in the kdoc comment for nfsd4releaselockowner(), the test on socount can transiently return a false positive resulting in a return of NFS4ERRLOCKSHELD when in fact no locks are held. This is clearly a protocol violation and with the Linux NFS client it can cause incorrect behaviour.

If RELEASELOCKOWNER is sent while some other thread is still processing a LOCK request which failed because, at the time that request was received, the given owner held a conflicting lock, then the nfsd thread processing that LOCK request can hold a reference (conflock) to the lock owner that causes nfsd4releaselockowner() to return an incorrect error.

The Linux NFS client ignores that NFS4ERRLOCKSHELD error because it never sends NFS4RELEASELOCKOWNER without first releasing any locks, so it knows that the error is impossible. It assumes the lock owner was in fact released so it feels free to use the same lock owner identifier in some later locking request.

When it does reuse a lock owner identifier for which a previous RELEASE failed, it will naturally use a lockseqid of zero. However the server, which didn't release the lock owner, will expect a larger lockseqid and so will respond with NFS4ERRBADSEQID.

So clearly it is harmful to allow a false positive, which testing socount allows.

The test is nonsense because ... well... it doesn't mean anything.

socount is the sum of three different counts. 1/ the set of states listed on sostateids 2/ the set of active vfs locks owned by any of those states 3/ various transient counts such as for conflicting locks.

When it is tested against '2' it is clear that one of these is the transient reference obtained by findlockownerstrlocked(). It is not clear what the other one is expected to be.

In practice, the count is often 2 because there is precisely one state on sostateids. If there were more, this would fail.

In my testing I see two circumstances when RELEASELOCKOWNER is called. In one case, CLOSE is called before RELEASELOCKOWNER. That results in all the lock states being removed, and so the lockowner being discarded (it is removed when there are no more references which usually happens when the lock state is discarded). When nfsd4releaselockowner() finds that the lock owner doesn't exist, it returns success.

The other case shows an socount of '2' and precisely one state listed in sostateid. It appears that the Linux client uses a separate lock owner for each file resulting in one lock state per lock owner, so this test on '2' is safe. For another client it might not be safe.

So this patch changes checkforlocks() to use the (newish) findanyfilelocked() so that it doesn't take a reference on the nfs4file and so never calls nfsdfileput(), and so never sleeps. With this check is it safe to restore the use of checkforlocks() rather than testing socount against the mysterious '2'.

NVD

Affected Software

9 affected componentsFixes available
redhat/kernel<6.1.79
6.1.79
redhat/kernel<6.6.15
6.6.15
redhat/kernel<6.7.3
6.7.3
redhat/kernel<6.8
6.8
Linux Linux kernel>=5.19<6.1.79
Linux Linux kernel>=6.2<6.6.15
Linux Linux kernel>=6.7<6.7.3
Linux Linux kernel=6.8-rc1
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1

Event History

Mar 13, 2024
CVE Published
via MITRE·02:01 PM
Data Sourced
via MITRE·02:01 PM
Description
Data Sourced
via NVD·02:15 PM
RemedyDescriptionSeverityWeaknessAffected Software
Data Sourced
via Red Hat·09:22 PM
DescriptionSeverityAffected Software
Jun 28, 2024
Data Sourced
via Launchpad·01:48 AM
Description
Apr 28, 2025
Data Sourced
via Ubuntu·02:18 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2024-26629?

CVE-2024-26629 has been classified with a critical severity level.

2

How do I fix CVE-2024-26629?

To fix CVE-2024-26629, update your Linux kernel to versions 6.1.79, 6.6.15, 6.7.3, 6.8, or the recommended patches from your distribution.

3

Which Linux kernel versions are affected by CVE-2024-26629?

CVE-2024-26629 affects Linux kernel versions below 6.1.79, 6.6.15, 6.7.3, and 6.8 for Red Hat, and several prior versions for Debian.

4

Is CVE-2024-26629 remotely exploitable?

Yes, CVE-2024-26629 can potentially be exploited remotely under specific conditions.

5

What systems are impacted by CVE-2024-26629?

Systems running vulnerable versions of the Linux kernel that utilize NFS (Network File System) may be impacted by CVE-2024-26629.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203