HOMEVULNERABILITIESCVE-2026-43301
NONE

CVE-2026-43301

Published: May 8, 2026· Updated: May 12, 2026

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

Official Description

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

media: chips-media: wave5: Fix PM runtime usage count underflow

Replace pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in

the remove path to properly pair with pm_runtime_use_autosuspend() from

probe. This allows pm_runtime_disable() to handle reference count cleanup

correctly regardless of current suspend state.

The driver calls pm_runtime_put_sync() unconditionally in remove, but the

device may already be suspended due to autosuspend configured in probe.

When autosuspend has already suspended the device, the usage count is 0,

and pm_runtime_put_sync() decrements it to -1.

This causes the following warning on module unload:

------------[ cut here ]------------

WARNING: CPU: 1 PID: 963 at kernel/kthread.c:1430

kthread_destroy_worker+0x84/0x98

...

vdec 30210000.video-codec: Runtime PM usage count underflow!

NVD Source

Technical Analysis

CVE-2026-43301 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 (3)

Quick Facts

CVE IDCVE-2026-43301
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 8, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43301 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.