Lucene search
+L

417 matches found

Cvelist
Cvelist
added 2024/06/19 1:35 p.m.35 views

CVE-2024-38566 bpf: Fix verifier assumptions about socket->sk

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix verifier assumptions about socket-sk The verifier assumes that 'sk' field in 'struct socket' is valid and non-NULL when 'socket' pointer itself is trusted and non-NULL. That may not be the case when socket was just creat...

0.00221EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/19 1:35 p.m.44 views

CVE-2024-38566

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix verifier assumptions about socket-sk The verifier assumes that 'sk' field in 'struct socket' is valid and non-NULL when 'socket' pointer itself is trusted and non-NULL. That may not be the case when socket was just creat...

5.5CVSS5.2AI score0.00221EPSS
SaveExploits0
OSV
OSV
added 2024/06/10 9:15 a.m.5 views

DEBIAN-CVE-2024-36971

In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race dstnegativeadvice does not enforce proper RCU rules when sk-dstcache must be cleared, leading to possible UAF. RCU rules are that we must first clear sk-skdstcache, then call dstreleaseolddst. Note...

7.8CVSS6.2AI score0.02701EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2024/06/10 12:0 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a contention issue with skreceivequeue in afunix...

7.5CVSS6.5AI score0.0067EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/20 2:8 a.m.6 views

SUSE CVE-2024-26921

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...

6.6CVSS6.5AI score0.0038EPSS
SaveExploits1References22
CVE
CVE
added 2024/04/18 9:47 a.m.7948 views

CVE-2024-26921

CVE-2024-26921 is a Linux kernel issue where in the tx path, skb fragments could trigger a use-after-free of the socket when fragments are reassembled and the skb->sk field is freed prematurely. The fix, analyzed by Eric Dumazet, moves orphaning to the last safe moment, delaying skb->sk des...

5.5CVSS6.4AI score0.0038EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2024/04/17 11:15 a.m.5 views

UBUNTU-CVE-2024-26864

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix refcnt handling in inethashconnect. syzbot reported a warning in sknullsdelnodeinitrcu. The commit 66b60b0c8c4a "dccp/tcp: Unhash sk from ehash for tb2 alloc failure after checkestalblished." tried to fix an issue that a...

5.9CVSS5.9AI score0.00761EPSS
SaveExploits0References13
Openbugbounty
Openbugbounty
added 2024/04/09 8:22 a.m.5 views

sk-antares.ru Cross Site Scripting vulnerability OBB-3911335

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/04/03 2:54 p.m.20 views

CVE-2023-52637

In the Linux kernel, the following vulnerability has been resolved: can: j1939: Fix UAF in j1939skmatchfilter during setsockoptSOJ1939FILTER Lock jsk-sk to prevent UAF when setsockopt..., SOJ1939FILTER, ... modifies jsk-filters while receiving packets. Following trace was seen on affected system:...

7.8CVSS7AI score0.00231EPSS
SaveExploits0
OSV
OSV
added 2024/03/15 9:15 p.m.5 views

CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.1CVSS5.6AI score0.00213EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/03/15 12:0 a.m.6 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible corruption of the skforwardmemory method of the mptcp module during retransmissions...

7.1CVSS6.6AI score0.00213EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.17 views

CVE-2021-47041

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

5.5CVSS7.3AI score0.00181EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/28 9:15 a.m.20 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

6.6AI score0.00181EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.49 views

CVE-2021-47041

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix incorrect locking in statechange sk callback We are not changing anything in the TCP connection state so we should not take a writelock but rather a read lock. This caused a deadlock when running nvmet-tcp and...

5.5CVSS5.1AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2024/02/27 6:47 p.m.3329 views

CVE-2021-46973

CVE-2021-46973 is a Linux kernel use-after-free in the MHI path for qrtr (net: qrtr: Avoid potential use after free in MHI send). The issue occurs because the MHI ul_callback could run immediately after queuing an skb, potentially decrementing the associated skb’s refcount and freeing it, which m...

8.4CVSS8.2AI score0.00236EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/02/27 10:15 a.m.15 views

CVE-2021-46929

In the Linux kernel, the following vulnerability has been resolved: sctp: use callrcu to free endpoint This patch is to delay the endpoint free by calling callrcu to fix another use-after-free issue in sctpsockdump: BUG: KASAN: use-after-free in lockacquire+0x36d9/0x4c20 Call Trace:...

5.5CVSS6.1AI score0.00248EPSS
SaveExploits0References6
Openbugbounty
Openbugbounty
added 2024/01/28 8:14 p.m.10 views

sk-ship.jp Improper Access Control vulnerability OBB-3845551

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2024/01/15 8:10 p.m.4 views

sk-medvescak.hr Improper Access Control vulnerability OBB-3835718

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2024/01/10 11:29 a.m.3 views

sk-mg.de Cross Site Scripting vulnerability OBB-3831032

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/12/13 5:26 p.m.6 views

sk-holidays.com Improper Access Control vulnerability OBB-3812128

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Rows per page
Query Builder