CVE-2026-22995
Last modified
CVE-2026-22995 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ublk: fix use-after-free in ublk_partition_scan_work A race condition exists between the async partition scan work and device teardown that can lead to a use-after-free of ub->ub_disk: 1. ublk_ctrl_start_dev() schedules partition_scan_work after add_disk() 2. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ublk: fix use-after-free in ublk_partition_scan_work A race condition exists between the async partition scan work and device teardown that can lead to a use-after-free of ub->ub_disk: 1. ublk_ctrl_start_dev() schedules partition_scan_work after add_disk() 2. ublk_stop_dev() calls ublk_stop_dev_unlocked() which does: - del_gendisk(ub->ub_disk) - ublk_detach_disk() sets ub->ub_disk = NULL - put_disk() which may free the disk 3. The worker ublk_partition_scan_work() then dereferences ub->ub_disk leading to UAF Fix this by using ublk_get_disk()/ublk_put_disk() in the worker to hold a reference to the disk during the partition scan. The spinlock in ublk_get_disk() synchronizes with ublk_detach_disk() ensuring the worker either gets a valid reference or sees NULL and exits early. Also change flush_work() to cancel_work_sync() to avoid running the partition scan work unnecessarily when the disk is already detached.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.18.4, < 6.18.6 | — |
| Linux | Linux Kernel | 6.19 | Rc4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-22995?
How severe is CVE-2026-22995?
How do I fix CVE-2026-22995?
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-2299The Mattermost Google Drive plugin before version 1.1.0 fail…4.3
- CVE-2026-22990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22991In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22992In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22993In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22996In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22997In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22998In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-22999In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2300The BJ Lazy Load plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-23000In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-22995?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
