Lucene search
+L

108 matches found

OSV
OSV
added 2025/02/27 3:15 a.m.8 views

CVE-2025-21755

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
CVE
CVE
added 2025/02/27 2:18 a.m.95 views

CVE-2025-21755

CVE-2025-21755 is rejected/not used per the Initial Description.

6.5AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.10 views

SUSE CVE-2024-56642

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free of kernel socket in cleanupbearer. syzkaller reported a use-after-free of UDP kernel socket in cleanupbearer without repro. 01 When bearerdisable calls tipcudpdisable, cleanup of the UDP kernel socket is...

7.1CVSS6.6AI score0.00243EPSS
SaveExploits0References25
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

AZL-55163 CVE-2024-56642 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free of kernel socket in cleanupbearer. syzkaller reported a use-after-free of UDP kernel socket in cleanupbearer without repro. 01 When bearerdisable calls tipcudpdisable, cleanup of the UDP kernel socket is...

7.8CVSS6.4AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/19 11:12 a.m.22 views

LSN-0108-1 Kernel Live Patch Security Notice

In the Linux kernel, the following vulnerability has been resolved: tls: fix use-after-free on failed backlog decryption When the decrypt request goes to the backlog and cryptoaeaddecrypt returns -EBUSY, tlsdodecryption will wait until all async decryptions have completed. If one of them fails,...

9.8CVSS7.9AI score0.00757EPSS
SaveExploits2References8
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: inet: inet_defrag: prevent sk release while still in use

In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release while still in use iplocalout and other functions can pass skb-sk as function argument. If the skb is a fragment and reassembly happens before such function call returns, the sk must not be...

7.8CVSS6.3AI score0.0038EPSS
SaveExploits1References5
Ubuntu
Ubuntu
added 2024/11/05 10:19 a.m.33 views

LSN-0107-1: Kernel Live Patch Security Notice

In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release while still in use iplocalout and other functions can pass skb-sk as function argument. If the skb is a fragment and reassembly happens before such function call returns, the sk must not be...

8CVSS6.5AI score0.00757EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.3 views

SUSE CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

3.3CVSS7.6AI score0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:15 p.m.8 views

UBUNTU-CVE-2022-49018

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 inatomic: 1, irqsdisabled: 0, nonblock: 0, pid: 155, name:...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 8:15 p.m.9 views

UBUNTU-CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2024/10/18 12:0 a.m.4 views

The vulnerability of the sk_common_release() function in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the skcommonrelease function in the net/core/sock.c module of the Linux kernel is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected...

7.8CVSS6.7AI score0.00258EPSS
SaveExploits0References33Affected Software7
OSV
OSV
added 2024/08/31 2:15 p.m.13 views

UBUNTU-CVE-2024-44946

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenario is 1. Thread A builds a skb with MSGMORE and sets kcm-seqskb. 2. Thread A resumes building skb from kcm-seqskb but is blocked by...

5.5CVSS6.2AI score0.00831EPSS
SaveExploits0References23
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.6 views

kernel: inet: inet_defrag: prevent sk release while still in use

In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release while still in use iplocalout and other functions can pass skb-sk as function argument. If the skb is a fragment and reassembly happens before such function call returns, the sk must not be...

7.8CVSS6.3AI score0.0038EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.6 views

kernel: tcp: properly terminate timers for kernel sockets

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

7.8CVSS6.8AI score0.00225EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.4 views

kernel: inet: inet_defrag: prevent sk release while still in use

In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release while still in use iplocalout and other functions can pass skb-sk as function argument. If the skb is a fragment and reassembly happens before such function call returns, the sk must not be...

7.8CVSS6.3AI score0.0038EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.7 views

SUSE CVE-2024-41062

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hcirxwork, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ----...

7CVSS6.2AI score0.00212EPSS
SaveExploits0References35
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.3 views

SUSE CVE-2024-40954

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7CVSS6.4AI score0.00258EPSS
SaveExploits0References122
OSV
OSV
added 2024/07/12 1:15 p.m.6 views

UBUNTU-CVE-2024-40954

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS6.2AI score0.00258EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2024/05/14 3:32 a.m.4 views

SUSE CVE-2024-27398

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by scosocktimeout When the sco connection is established and then, the sco socket is releasing, timeoutwork will be scheduled to judge whether the sco disconnection is timeout. The sock...

7.8CVSS6.2AI score0.00757EPSS
SaveExploits1References164
RedHat Linux
RedHat Linux
added 2024/04/30 2:51 p.m.11 views

kernel: use-after-free in l2cap_sock_release in net/bluetooth/l2cap_sock.c

A flaw was found in l2capsockrelease in net/bluetooth/l2capsock.c in the Bluetooth subsystem in the Linux Kernel. This issue may allow a user to cause a use-after-free problem due to sk's children being mishandled...

7.8CVSS6.8AI score0.0056EPSS
SaveExploits0References5
Rows per page
Query Builder