Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68823

5.5 · MEDIUM
Published Jan 13, 2026 linux CWE-667

Overview

CVE-2025-68823 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

ublk: fix deadlock when reading partition table

When one process(such as udev) opens ublk block device (e.g., to read

the partition table via bdev_open()), a deadlock[1] can occur:

1. bdev_open() grabs disk->open_mutex

2. The process issues read I/O to ublk backend to read partition table

3. In __ublk_complete_rq(), blk_update_request() or blk_mq_end_request()

runs bio->bi_end_io() callbacks

4. If this triggers fput() on file descriptor of ublk block device, the

work may be deferred to current task's task work (see fput() implementation)

5. This eventually calls blkdev_release() from the same context

6. blkdev_release() tries to grab disk->open_mutex again

7. Deadlock: same task waiting for a mutex it already holds

The fix is to run blk_update_request() and blk_mq_end_request() with bottom

halves disabled. This forces blkdev_release() to run in kernel work-queue

context instead of current task work context, a

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.0, < 6.6.124 Affected

Frequently Asked Questions

What is CVE-2025-68823?

CVE-2025-68823 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-68823?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-68823?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68823?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68823 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026