CVE-2026-93261
Last modified
CVE-2026-93261 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: locking/lockdep: Fix NULL pointer dereference in __lock_set_class() register_lock_class() can return NULL when the lock class pool is exhausted, graph_lock() fails, or key validation fails. However, __lock_set_class() uses the return value directly in pointer arithmetic without a NULL check: class = register_lock_class(lock, subclass, 0); hlock->class_idx = class - lock_classes; If class is NULL, this computes a wild offset that corrupts hlock->class_idx.
Description
In the Linux kernel, the following vulnerability has been resolved: locking/lockdep: Fix NULL pointer dereference in __lock_set_class() register_lock_class() can return NULL when the lock class pool is exhausted, graph_lock() fails, or key validation fails. However, __lock_set_class() uses the return value directly in pointer arithmetic without a NULL check: class = register_lock_class(lock, subclass, 0); hlock->class_idx = class - lock_classes; If class is NULL, this computes a wild offset that corrupts hlock->class_idx. The subsequent reacquire_held_locks() call will invoke hlock_class() with this corrupted index, leading to a NULL or out-of-bounds pointer dereference. Add the missing NULL check, consistent with how __lock_acquire() already handles this case at the same call site.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < f6093ff67ea6e347574819ed23e96e0f82a25ffc; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < 59a5c7dd331a3dab48100e1ef8e9bb4f9132a2b2; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < f56e54fd24f05e9de528fcb77f6084f80c8066ce; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < 5c3bff6cf26e6a54fbf8b893a879c32824d2d50d; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < b2113dcd8238bf00ce37a34e67b29cf31d32a545; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < e7c69c6695d84220847cca62a45e879e71e79e9d; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < 9be10f49dfc2e4b472b3a5f346483b67374774b8; >= 64aa348edc617dea17bbd01ddee4e47886d5ec8c, < 7577e00b9ab506202b9f1a33de3cc8cc6413a4db |
| Linux | Linux | 2.6.27 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93261?
How severe is CVE-2026-93261?
How do I fix CVE-2026-93261?
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-93255In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93256In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93260In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93262In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93267In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93261?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
