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-2026-74392

Published Aug 15, 2026 EPSS 0.16% (5th pctl)

Overview

CVE-2026-74392 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

dm: limit target bio polling to one shot

dm_poll_bio() is the ->poll_bio() callback for a stacked dm device.

The caller only knows about the dm queue, so it may decide to do a

spinning poll if it thinks a single queue is being polled. Passing those

flags unchanged to the mapped clone lets blk_mq_poll() spin on a target

queue from inside dm_poll_bio().

With io_uring IOPOLL on a dm-stripe target this can keep a task in

dm_poll_bio() -> bio_poll() -> blk_mq_poll()

long enough to trigger an RCU CPU stall, before io_uring gets back to

io_iopoll_check() and its need_resched() check.

Keep dm's ->poll_bio() bounded by forcing one-shot polling for target

bios. The caller can invoke dm_poll_bio() again if it wants to keep

polling, and it also gets a chance to reap completions or reschedule

between passes.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-74392?

CVE-2026-74392 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-74392?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-74392?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-2026-74392?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74392 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.