HOMEVULNERABILITIESCVE-2026-23446
NONE

CVE-2026-23446

Published: April 3, 2026· Updated: Apr 7, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.6th

Official Description

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

net: usb: aqc111: Do not perform PM inside suspend callback

syzbot reports "task hung in rpm_resume"

This is caused by aqc111_suspend calling

the PM variant of its write_cmd routine.

The simplified call trace looks like this:

rpm_suspend()

usb_suspend_both() - here udev->dev.power.runtime_status == RPM_SUSPENDING

aqc111_suspend() - called for the usb device interface

aqc111_write32_cmd()

usb_autopm_get_interface()

pm_runtime_resume_and_get()

rpm_resume() - here we call rpm_resume() on our parent

rpm_resume() - Here we wait for a status change that will never happen.

At this point we block another task which holds

rtnl_lock and locks up the whole networking stack.

Fix this by replacing the write_cmd calls with their _nopm variants

NVD Source

Technical Analysis

CVE-2026-23446 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (6)

Quick Facts

CVE IDCVE-2026-23446
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedApr 3, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23446 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.