PatchSiren cyber security CVE debrief
CVE-2026-23446 Linux CVE debrief
A MEDIUM severity vulnerability was found in the Linux kernel. The vulnerability is caused by aqc111_suspend calling the PM variant of its write_cmd routine, which can lead to a task hang in rpm_resume. The issue was resolved by replacing the write_cmd calls with their _nopm variants. This vulnerability affects Linux kernel versions 5.0.1 to 6.19.10 and users should be aware of this vulnerability and take steps to mitigate it.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-14
- Original CVE updated
- 2026-07-28
- Advisory published
- 2026-07-14
- Advisory updated
- 2026-07-28
Who should care
Users of the Linux kernel, particularly those using versions 5.0.1 to 6.19.10, should be aware of this vulnerability and take steps to mitigate it. System administrators and security teams should review their system configurations and check for any signs of compromise.
Technical summary
The vulnerability is caused by aqc111_suspend calling the PM variant of its write_cmd routine, which can lead to a task hang in rpm_resume. The simplified call trace is: rpm_suspend() -> usb_suspend_both() -> aqc111_suspend() -> aqc111_write32_cmd() -> usb_autopm_get_interface() -> pm_runtime_resume_and_get() -> rpm_resume(). The issue was resolved by replacing the write_cmd calls with their _nopm variants in the aqc111_suspend function.
Defensive priority
Medium
Recommended defensive actions
- Inventory and assess Linux kernel versions 5.0.1 to 6.19.10 for potential vulnerability
- Apply patches from Linux kernel stable branches
- Monitor for unusual system behavior
- Implement compensating controls, such as limiting access to affected systems
- Review system configurations and check for any signs of compromise
- Track exceptions and retest remediated assets
Evidence notes
The CVE record was published on 2026-04-03T16:16:30.317Z and last modified on 2026-07-14T13:18:34.620Z. The NVD entry is currently Modified. This vulnerability affects Linux kernel versions 5.0.1 to 6.19.10. Users should verify their system configurations and check for any signs of compromise. The vulnerability has been resolved by replacing the write_cmd calls with their _nopm variants in the aqc111_suspend function.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-23446 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-23446
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-23446 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23446
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/069c8f5aebe4d5224cf62acc7d4b3486091c658a
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/3267bcb744ee8a2feabaa7ab69473f086f67fd71
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4de6a43e8ecf961feabddf0e9d6911081d2ed218
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/621f2f43741b51f62d767eb4752fbcefe2526926
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/98e8aed64614b0c199d5f0391fbe1a4331cb5773
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b87f361d41f9a7f1f6c426947ca815651c481376
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cc06ac99fd78839b2d38850785731ef131d9ae26
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.