Lucene search
+L

8022 matches found

OSV
OSV
added 2026/03/27 8:55 p.m.10 views

CVE-2026-33904 Ella Core has a Denial of Service via SCTP connection cleanup deadlock

Ella Core is a 5G core designed for private networks. Prior to version 1.7.0, a deadlock in the AMF's SCTP notification handler causes the entire AMF control plane to hang until the process is restarted. An attacker with access to the N2 interface can cause Ella Core to hang, resulting in a denia...

6.5CVSS5.9AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/27 8:55 p.m.8 views

CVE-2026-33904

Ella Core is a 5G core designed for private networks. Prior to version 1.7.0, a deadlock in the AMF's SCTP notification handler causes the entire AMF control plane to hang until the process is restarted. An attacker with access to the N2 interface can cause Ella Core to hang, resulting in a denia...

6.5CVSS5.9AI score0.00165EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/26 10:13 p.m.16 views

Ella Core has a Denial of Service via SCTP connection cleanup deadlock

Summary A deadlock in the AMF's SCTP notification handler causes the entire AMF control plane to hang until the process is restarted. Impact An attacker with access to the N2 interface can cause Ella Core to hang, resulting in a denial of service for all subscribers. Fix Add deferred Radio cleanu...

6.5CVSS5.8AI score0.00165EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/26 10:13 p.m.13 views

GHSA-9H59-P45G-445H Ella Core has a Denial of Service via SCTP connection cleanup deadlock

Summary A deadlock in the AMF's SCTP notification handler causes the entire AMF control plane to hang until the process is restarted. Impact An attacker with access to the N2 interface can cause Ella Core to hang, resulting in a denial of service for all subscribers. Fix Add deferred Radio cleanu...

6.5CVSS5.9AI score0.00165EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/03/26 8:35 a.m.9 views

CVE-2026-23357

A flaw was found in the Linux kernel's mcp251x Controller Area Network CAN driver. A local attacker could trigger a deadlock condition within the mcp251xopen function's error handling path. This occurs when the freeirq function is called while the mpclock mutex is held and an interrupt...

5.5CVSS5.7AI score0.00099EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/03/26 8:05 a.m.11 views

can: mcp251x: fix deadlock in error path of mcp251x_open

...

5.5CVSS5.8AI score0.00099EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/03/26 8:03 a.m.11 views

net: phy: register phy led_triggers during probe to avoid AB-BA deadlock

...

5.5CVSS5.8AI score0.00099EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/03/26 12:00 a.m.26 views

PT-2026-28563

Name of the Vulnerable Software and Affected Versions Ella Core versions prior to 1.7.0 Description A deadlock in the AMF's SCTP notification handler can cause the entire AMF control plane to hang until the process is restarted. An attacker with access to the N2 interface can cause Ella Core to...

6.5CVSS5.9AI score0.00165EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/03/25 6:13 p.m.11 views

CVE-2026-23368

A flaw was found in the Linux kernel. An AB-BA deadlock can occur within the net: phy subsystem when registering LED triggers. This vulnerability arises because LEDTRIGGERPHY attempts to acquire the rtnlmutex and then triggerslistlock, while LEDSTRIGGERNETDEV acquires these locks in the reverse...

5.5CVSS5.8AI score0.00099EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/25 4:57 p.m.11 views

SUSE CVE-2026-23295

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.5CVSS5.7AI score0.00087EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.15 views

SUSE CVE-2026-23357

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251xopen The mcp251xopen function call freeirq in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclo...

5.5CVSS5.7AI score0.00099EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.14 views

SUSE CVE-2026-23368

In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy ledtriggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDSTRIGGERNETDEV and LEDTRIGGERPHY are enabled: 1362.049207 ledtriggerregister+0x5c/0x1fc...

5.5CVSS5.7AI score0.00099EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/03/25 4:17 p.m.10 views

CVE-2026-23295

A flaw was found in the Linux kernel's accel/amdxdna driver. A local application can trigger a deadlock by issuing a query IOCTL Input/Output Control while the system's auto suspend feature is active. This can lead to a Denial of Service DoS, making the system unresponsive...

5.5CVSS5.7AI score0.00087EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/25 12:30 p.m.11 views

EUVD-2026-15351

In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy ledtriggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDSTRIGGERNETDEV and LEDTRIGGERPHY are enabled: 1362.049207 ledtriggerregister+0x5c/0x1fc...

5.6AI score0.00099EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/03/25 12:30 p.m.9 views

EUVD-2026-15332

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251xopen The mcp251xopen function call freeirq in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclo...

5.7AI score0.00099EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/03/25 12:30 p.m.9 views

EUVD-2026-15227

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.7AI score0.00087EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/25 11:16 a.m.16 views

CVE-2026-23368

In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy ledtriggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDSTRIGGERNETDEV and LEDTRIGGERPHY are enabled: 1362.049207 ledtriggerregister+0x5c/0x1fc...

5.5CVSS0.00099EPSS
SaveExploits0References10
NVD
NVD
added 2026/03/25 11:16 a.m.12 views

CVE-2026-23357

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251xopen The mcp251xopen function call freeirq in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclo...

5.5CVSS0.00099EPSS
SaveExploits0References8
NVD
NVD
added 2026/03/25 11:16 a.m.11 views

CVE-2026-23295

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.5CVSS0.00087EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.21 views

CVE-2026-23368

In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy ledtriggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDSTRIGGERNETDEV and LEDTRIGGERPHY are enabled: 1362.049207 ledtriggerregister+0x5c/0x1fc...

5.5CVSS5.3AI score0.00099EPSS
SaveExploits0References34
Rows per page
Query Builder