Lucene search
+L

146 matches found

NVD
NVD
added 2026/09/16 11:16 a.m.4 views

CVE-2026-89899

In the Linux kernel, the following vulnerability has been resolved: media: cec: disable delayed work before freeing an interrupted transmit cectransmitmsgfh drops adap-lock to wait for a blocking transmit in waitforcompletionkillable. If that wait is interrupted by a signal, canceldelayedworksync...

7.8CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89900

CVE-2026-89900 is a kernel memory leak in the Linux kernel's media/cec/core subsystem. A prior commit that fixed a race condition between unregister and urb/irq callbacks removed the implicit call to rc_free_device() from rc_unregister_device() but failed to remove the NULL assignment of adap-&gt...

5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:32 a.m.4 views

EUVD-2026-80500

In the Linux kernel, the following vulnerability has been resolved: media: cec: core: Fix kmemleak due to missed rcfreedevice call The commit dccc0c3ddf8f "media: rc: fix race between unregister and urb/irq callbacks" removed the implicit call to rcfreedevice from rcunregisterdevice. However, the...

5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89899 media: cec: disable delayed work before freeing an interrupted transmit

In the Linux kernel, the following vulnerability has been resolved: media: cec: disable delayed work before freeing an interrupted transmit cectransmitmsgfh drops adap-lock to wait for a blocking transmit in waitforcompletionkillable. If that wait is interrupted by a signal, canceldelayedworksync...

7.8CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89899

CVE-2026-89899 is a race condition in the Linux kernel's CEC (Consumer Electronics Control) media subsystem . In cec_transmit_msg_fh(), the adapter lock is dropped to wait for a blocking transmit; if that wait is interrupted by a signal, cancel_delayed_work_sync() can execute before the CEC kthre...

7.8CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89897

CVE-2026-89897 affects the Linux kernel 's CEC (Consumer Electronics Control) media subsystem. The vulnerability resides in cec_receive_notify(), which reads the exclusive follower pointer without holding the adapter lock , creating a race condition. The fix serializes the no-follower check and m...

7.5CVSS5.7AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.2 views

EUVD-2026-80497

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

7.5CVSS5.7AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89898 media: cec: extron-da-hd-4k-plus: add sanity check

In the Linux kernel, the following vulnerability has been resolved: media: cec: extron-da-hd-4k-plus: add sanity check Add check to prevent overflowing msg.msg in case the incoming data is malformed...

8.8CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/15 5:01 p.m.11 views

CECster

CECSTeR CECSTeR is the Consumer Electronics Control Security Testing Resource - a GUI-based tool to perform security testing against the HDMI CEC Consumer Electronics Control and HEC HDMI Ethernet Channel protocols Released as open source by NCC Group Plc - http://www.nccgroup.com/ Developed by...

5.9AI score
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.9 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: adv7511: Unregistering the i2c device after unregistering the CEC adapter. The cecunregisteradapter function assumes that the underlying CEC adapter is callable. For example, if the CEC adapter currently has a valid...

7.8CVSS6.6AI score0.00173EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/14 12:00 a.m.3 views

UBUNTU-CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6.3AI score0.00266EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/09/14 12:00 a.m.7 views

CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6AI score0.00266EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-89725

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index,...

8.8CVSS6AI score0.00266EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/11 9:26 p.m.16 views

CVE-2026-89725

A flaw was found in the Linux kernel's media: cec: stm32 driver. A remote attacker can exploit an out-of-bounds write vulnerability by sending an overlong Consumer Electronics Control CEC message without an end-of-message signal. This causes the driver to write beyond an allocated buffer,...

8.8CVSS6.3AI score0.00266EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 8:20 p.m.7 views

DEBIAN-CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6.3AI score0.00266EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:20 p.m.11 views

CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS0.00266EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76637

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

6AI score0.00266EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.31 views

CVE-2026-89725 media: cec: stm32: prevent out-of-bounds write on RX overflow

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS0.00266EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6.4AI score0.00266EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89725 media: cec: stm32: prevent out-of-bounds write on RX overflow

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6.2AI score
SaveExploits0References11
Rows per page
Query Builder