CVE Catalog

CVE-2026-89897

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel's CEC subsystem, there is a serialization issue with delivering messages to the exclusive follower. cec_receive_notify() reads the follower pointer without the adapter lock, which can lead to a race with mode changes or release. The fix serializes the no-follower check and message delivery.

Risk Assessment

The race may lead to use-after-free or incorrect message delivery, potentially causing system crashes or data integrity issues.

Recommendation

Apply the kernel patch that serializes access to the follower and update to a kernel version containing the fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: cec: Serialize exclusive follower delivery cec_receive_notify() reads the exclusive follower pointer without the adapter lock. Serialize the no-follower check and message delivery against mode changes and release.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS