CVE-2026-97521
Last modified
CVE-2026-97521 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: gfs2: fix quota init duplicate scan gfs2_quota_init() checks for duplicate quota_change IDs while holding qd_lock and the quota hash bucket bitlock. That path used gfs2_qd_search_bucket(), which takes a lockref reference via lockref_get_not_dead(). On PREEMPT_RT this may sleep, which is not allowed under the bucket bitlock, triggering "sleeping function called from invalid context". Use a no-ref bucket lookup in this path, then continue duplicate handling without taking a lockref there. Refactor gfs2_qd_search_bucket() to build on top of the no-ref helper so lookup traversal stays in one place. This patch fixes a bug reported by syzbot..
Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix quota init duplicate scan gfs2_quota_init() checks for duplicate quota_change IDs while holding qd_lock and the quota hash bucket bitlock. That path used gfs2_qd_search_bucket(), which takes a lockref reference via lockref_get_not_dead(). On PREEMPT_RT this may sleep, which is not allowed under the bucket bitlock, triggering "sleeping function called from invalid context". Use a no-ref bucket lookup in this path, then continue duplicate handling without taking a lockref there. Refactor gfs2_qd_search_bucket() to build on top of the no-ref helper so lookup traversal stays in one place. This patch fixes a bug reported by syzbot.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 7fdcf16e5e14e11028f5bcaa6d25075eb5e876a0; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 812a766e2b0a8f4d094393fad13475c57f5f86db; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b99a1f0f18ee50445907f55069e88bcfd8947383; < 6.12.111; < 6.18.53 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97521?
How severe is CVE-2026-97521?
How do I fix CVE-2026-97521?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97516In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9752An authorized user could trigger a server crash by running a…7.1
- CVE-2026-97520In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-97522In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97523In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97524In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97525In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-97526In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97527In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-97521?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
