Lucene search
+L

681 matches found

BDU FSTEC
BDU FSTEC
added 2024/11/26 12:00 a.m.16 views

The vulnerability of the sock_map_{close,destroy,unhash}() functions in the Linux operating system allows a hacker to compromise the confidentiality and accessibility of the protected information.

The vulnerability of the functions sockmapclose,destroy,unhash in the net/core/sockmap.c module of the Linux operating system is related to stack overflow due to infinite recursion. Exploiting this vulnerability can allow a remote attacker to compromise the confidentiality and accessibility of th...

9.1CVSS6.8AI score0.01219EPSS
SaveExploits0References16Affected Software5
AstraLinux
AstraLinux
added 2024/11/23 3:04 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Network layer: Do not leave a dangling “sk” pointer when socket creation fails. It is possible to trigger a use-after-free by: - Attaching a “fentry probe” to sockrelease and the probe that calls bpfgetsocketcookie; - Running...

7.8CVSS6.2AI score0.00258EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2024/11/23 3:04 a.m.13 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix use after free in iucvsockclose iucvseverpath is called from process context and from bh context. iucv-path is used as indicator whether somebody else is taking care of severing the path or it is already removed /...

7.8CVSS6.3AI score0.00235EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/11/13 3:59 p.m.17 views

kernel: af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS6.7AI score0.00186EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/10 3:48 a.m.7 views

SUSE CVE-2024-50260

In the Linux kernel, the following vulnerability has been resolved: sockmap: fix a NULL pointer dereference in sockmaplinkupdateprog The following race condition could trigger a NULL pointer dereference: sockmaplinkdetach: sockmaplinkupdateprog: mutexlock&sockmapmutex; ... sockmaplink-map = NULL;...

5.5CVSS7.7AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/09 11:15 a.m.8 views

DEBIAN-CVE-2024-50260

In the Linux kernel, the following vulnerability has been resolved: sockmap: fix a NULL pointer dereference in sockmaplinkupdateprog The following race condition could trigger a NULL pointer dereference: sockmaplinkdetach: sockmaplinkupdateprog: mutexlock&sockmapmutex; ... sockmaplink-map = NULL;...

4.7CVSS4.9AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.17 views

UBUNTU-CVE-2024-50260

In the Linux kernel, the following vulnerability has been resolved: sockmap: fix a NULL pointer dereference in sockmaplinkupdateprog The following race condition could trigger a NULL pointer dereference: sockmaplinkdetach: sockmaplinkupdateprog: mutexlock&sockmapmutex; ... sockmaplink-map = NULL;...

4.7CVSS5.7AI score0.00168EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.15 views

sock_map: Add a cond_resched() in sock_hash_free()

...

5.5CVSS6.8AI score0.00231EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.15 views

SUSE CVE-2024-50148

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in protounregister There's issue as follows: KASAN: maybe wild-memory-access in range 0xdead...108-0xdead...10f CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G W RIP:...

6.6CVSS7.7AI score0.00262EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/11/08 3:48 a.m.7 views

SUSE CVE-2024-50169

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

7.7AI score0.00215EPSS
SaveExploits0References14
OSV
OSV
added 2024/11/07 10:15 a.m.10 views

UBUNTU-CVE-2024-50148

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in protounregister There's issue as follows: KASAN: maybe wild-memory-access in range 0xdead...108-0xdead...10f CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G W RIP:...

5.5CVSS6.2AI score0.00262EPSS
SaveExploits0References53
OSV
OSV
added 2024/11/05 6:15 p.m.12 views

UBUNTU-CVE-2024-50124

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on isosocktimeout conn-sk maybe have been unlinked/freed while waiting for isoconnlock so this checks if the conn-sk is still valid by checking if it part of isosklist...

8CVSS6.5AI score0.00318EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.12 views

kernel: sctp: Fix null-ptr-deref in reuseport_add_sock().

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseportaddsock. syzbot reported a null-ptr-deref while accessing sk2-skreuseportcb in reuseportaddsock. 0 The repro first creates a listener with SOREUSEPORT. Then, it creates another listener on the...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.18 views

CVE-2022-49018 mptcp: fix sleep in atomic at close time

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

7.1AI score0.00153EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.13 views

CVE-2024-50033 slip: make slhc_remember() more robust against malicious packets

In the Linux kernel, the following vulnerability has been resolved: slip: make slhcremember more robust against malicious packets syzbot found that slhcremember was missing checks against malicious packets 1. slhcremember only checked the size of the packet was at least 20, which is not good...

7.1AI score0.00785EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 12:15 p.m.20 views

AZL-51213 CVE-2024-47710 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: sockmap: Add a condresched in sockhashfree Several syzbot soft lockup reports all have in common sockhashfree If a map with a large number of buckets is destroyed, we need to yield the cpu when needed...

5.5CVSS6.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.10 views

DEBIAN-CVE-2024-47710

In the Linux kernel, the following vulnerability has been resolved: sockmap: Add a condresched in sockhashfree Several syzbot soft lockup reports all have in common sockhashfree If a map with a large number of buckets is destroyed, we need to yield the cpu when needed...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.9 views

UBUNTU-CVE-2024-47710

In the Linux kernel, the following vulnerability has been resolved: sockmap: Add a condresched in sockhashfree Several syzbot soft lockup reports all have in common sockhashfree If a map with a large number of buckets is destroyed, we need to yield the cpu when needed...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References43
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.8 views

Linux kernel 安全漏洞

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 Linux kernel that stems from the sockmap module not properly handling soft locks in the sockhashfree function...

5.5CVSS6.7AI score0.00231EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2024/10/15 12:00 a.m.128 views

PT-2024-36910

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description A vulnerability in the Linux kernel has been resolved, specifically in the net: ieee802154 module. The issue arises when the ieee802154 create function fails, causing a dangling pointer to rema...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0
Rows per page
Query Builder