Lucene search
+L

112576 matches found

CVE
CVE
added 2026/07/19 12:01 p.m.39 views

CVE-2026-53389

CVE-2026-53389 affects the Linux kernel net/tcp-ao use-after-free in the del_async path when deleting a key. The root cause is that del_async omits current_key and rnext_key validity checks that exist in the synchronous path. If a key is added with set_current=1/set_rnext=1 while the socket is in...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/19 12:01 p.m.8 views

CVE-2026-53389 net/tcp-ao: fix use-after-free of key in del_async path

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of key in delasync path In tcpaodeletekey, the delasync path skips the currentkey and rnextkey validity checks present in the synchronous path, assuming these pointers are always NULL on LISTEN...

7.8CVSS5.4AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:01 p.m.8 views

CVE-2026-53389

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of key in delasync path In tcpaodeletekey, the delasync path skips the currentkey and rnextkey validity checks present in the synchronous path, assuming these pointers are always NULL on LISTEN...

5.3AI score0.00125EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/19 12:01 p.m.13 views

EUVD-2026-45511

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of key in delasync path In tcpaodeletekey, the delasync path skips the currentkey and rnextkey validity checks present in the synchronous path, assuming these pointers are always NULL on LISTEN...

5.4AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 12:01 p.m.12 views

CVE-2026-53389

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of key in delasync path In tcpaodeletekey, the delasync path skips the currentkey and rnextkey validity checks present in the synchronous path, assuming these pointers are always NULL on LISTEN...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 11:59 a.m.6 views

CVE-2026-53384 serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS5.4AI score
SaveExploits0References10
OSV
OSV
added 2026/07/19 11:11 a.m.9 views

OESA-2026-3044 erlang security update

Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. Security Fixes: Exposure of Sensitive Information to an Unauthorized...

8.2CVSS6AI score0.00497EPSS
SaveExploits0References12
OSV
OSV
added 2026/07/19 11:11 a.m.10 views

OESA-2026-3041 erlang security update

Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. Security Fixes: Exposure of Sensitive Information to an Unauthorized...

8.2CVSS6AI score0.00497EPSS
SaveExploits0References12
OSV
OSV
added 2026/07/19 11:11 a.m.10 views

OESA-2026-3043 erlang security update

Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. Security Fixes: Exposure of Sensitive Information to an Unauthorized...

8.2CVSS6.1AI score0.00497EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/19 11:11 a.m.8 views

OESA-2026-3042 erlang security update

Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. Security Fixes: Improper Limitation of a Pathname to a Restricted...

8.2CVSS6AI score0.00497EPSS
SaveExploits0References13
OSV
OSV
added 2026/07/19 11:11 a.m.12 views

OESA-2026-3019 sssd security update

Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy...

8CVSS5.4AI score0.00669EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 11:11 a.m.10 views

OESA-2026-3020 sssd security update

Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy...

8CVSS5.4AI score0.00669EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 11:11 a.m.7 views

OESA-2026-3021 sssd security update

Provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy...

8CVSS5.4AI score0.00669EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:02 a.m.9 views

CVE-2026-53379

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...

5.4AI score0.0012EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 10:02 a.m.14 views

EUVD-2026-45451

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the...

5.3AI score0.001EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:02 a.m.14 views

CVE-2026-53378

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the...

5.4AI score0.001EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/07/19 7:16 a.m.15 views

CVE-2026-16219

A flaw has been found in Croogo CMS up to 4.0.7. This affects the function FileManager::isEditable of the file FileManager/src/Utility/FileManager.php of the component Admin File Manager. This manipulation causes path traversal. The attack can be initiated remotely. The exploit has been published...

6.5CVSS0.00343EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/19 6:29 a.m.17 views

MGASA-2026-0270 Updated erlang packages fix a security vulnerability

The updated packages fix a security vulnerability: SFTP READLINK response leaks absolute backend filesystem path when root is configured. CVE-2026-48855...

6.5CVSS5.2AI score0.00277EPSS
SaveExploits0References6
Mageia
Mageia
added 2026/07/19 6:29 a.m.18 views

Updated erlang packages fix a security vulnerability

The updated packages fix a security vulnerability: SFTP READLINK response leaks absolute backend filesystem path when root is configured. CVE-2026-48855...

6.5CVSS5.3AI score0.00277EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 6:00 a.m.44 views

CVE-2026-16219 Croogo CMS Admin File Manager FileManager.php isEditable path traversal

A flaw has been found in Croogo CMS up to 4.0.7. This affects the function FileManager::isEditable of the file FileManager/src/Utility/FileManager.php of the component Admin File Manager. This manipulation causes path traversal. The attack can be initiated remotely. The exploit has been published...

6.5CVSS0.00343EPSS
SaveExploits1References6
Rows per page
Query Builder