Lucene search
+L

418875 matches found

Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•10 views

CVE-2026-93091

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Quiesce notifications before teardown scminotificationexit clears and releases the notification instance, but transport callbacks can still deliver incoming notifications until the TX/RX channels are freed...

5.9AI score0.00209EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•5 views

CVE-2026-93092 firmware: arm_scmi: Unregister device notifier before IDR teardown

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Unregister device notifier before IDR teardown The requested-devices notifier looks up protocol fwnodes from the activeprotocols IDR. During remove, unregister the notifier before releasing and destroying...

5.8AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•10 views

CVE-2026-93092

A race condition in the Linux kernel arm_scmi firmware driver could occur during device removal. The requested-devices notifier looks up protocol fwnodes from the active_protocols IDR , and if the notifier was not unregistered before the IDR was released and destroyed, a notifier callback could r...

5.8AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•21 views

CVE-2026-93091

CVE-2026-93091 affects the arm_scmi firmware driver in the Linux kernel. During device removal or probe error teardown, scmi_notification_exit() releases the notification instance before the TX/RX transport channels are freed, allowing an RX interrupt to call scmi_notify() and dereference freed m...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•8 views

EUVD-2026-82200

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Unregister device notifier before IDR teardown The requested-devices notifier looks up protocol fwnodes from the activeprotocols IDR. During remove, unregister the notifier before releasing and destroying...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:11 p.m.•7 views

CVE-2026-93091 firmware: arm_scmi: Quiesce notifications before teardown

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Quiesce notifications before teardown scminotificationexit clears and releases the notification instance, but transport callbacks can still deliver incoming notifications until the TX/RX channels are freed...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•13 views

CVE-2026-93092

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Unregister device notifier before IDR teardown The requested-devices notifier looks up protocol fwnodes from the activeprotocols IDR. During remove, unregister the notifier before releasing and destroying...

5.8AI score0.00168EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:11 p.m.•12 views

CVE-2026-93090

CVE-2026-93090 affects the ARM SCMI (System Control and Management Interface) firmware driver in the Linux kernel . The root cause is a failure-handling defect in scmi_channels_setup(): if this function fails after the common BASE channel or earlier protocol channels have already been registered ...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•15 views

EUVD-2026-82198

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Clean up channels on setup failure scmichannelssetup can fail after the common BASE channel or earlier protocol channels have already been registered in the TX/RX IDRs. Route this failure through the existing...

5.8AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•11 views

CVE-2026-93090

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Clean up channels on setup failure scmichannelssetup can fail after the common BASE channel or earlier protocol channels have already been registered in the TX/RX IDRs. Route this failure through the existing...

5.8AI score0.00209EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•7 views

CVE-2026-93090 firmware: arm_scmi: Clean up channels on setup failure

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Clean up channels on setup failure scmichannelssetup can fail after the common BASE channel or earlier protocol channels have already been registered in the TX/RX IDRs. Route this failure through the existing...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•36 views

CVE-2026-93090 firmware: arm_scmi: Clean up channels on setup failure

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Clean up channels on setup failure scmichannelssetup can fail after the common BASE channel or earlier protocol channels have already been registered in the TX/RX IDRs. Route this failure through the existing...

0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•40 views

CVE-2026-93086 firmware: arm_scmi: Avoid IDR updates while cleaning channels

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Avoid IDR updates while cleaning channels scmicleanupchannels walks the TX/RX channel IDRs with idrforeach to free transport resources and destroy the dedicated transport devices before calling idrdestroy. The...

0.002EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:11 p.m.•5 views

CVE-2026-93089 firmware: arm_scmi: Free transport channel on IDR failure

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Free transport channel on IDR failure If transport channel setup succeeds but the following IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the...

5.8AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•10 views

EUVD-2026-82196

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Avoid IDR updates while cleaning channels scmicleanupchannels walks the TX/RX channel IDRs with idrforeach to free transport resources and destroy the dedicated transport devices before calling idrdestroy. The...

5.8AI score0.002EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•20 views

CVE-2026-93086

CVE-2026-93086 affects the Linux kernel's arm_scmi firmware driver. The vulnerability resides in scmi_cleanup_channels(), which iterates over TX/RX channel IDRs using idr_for_each() to free transport resources. The destroy callback incorrectly removed each entry from the IDR being walked, which c...

5.8AI score0.002EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•17 views

CVE-2026-93089

In the Linux kernel , the firmware: arm_scmi driver contains a resource-leak vulnerability in its error handling path. When the transport channel setup succeeds but the subsequent IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the tra...

5.8AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•14 views

CVE-2026-93086

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Avoid IDR updates while cleaning channels scmicleanupchannels walks the TX/RX channel IDRs with idrforeach to free transport resources and destroy the dedicated transport devices before calling idrdestroy. The...

5.9AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•39 views

CVE-2026-93089 firmware: arm_scmi: Free transport channel on IDR failure

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Free transport channel on IDR failure If transport channel setup succeeds but the following IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93089

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Free transport channel on IDR failure If transport channel setup succeeds but the following IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the...

5.8AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder