Lucene search
+L

3568 matches found

Debian CVE
Debian CVE
added 2024/12/27 2:50 p.m.13 views

CVE-2024-56590

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

7.6CVSS5.6AI score0.0029EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 2:50 p.m.14 views

CVE-2024-56590 Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

7.6CVSS6.1AI score
SaveExploits0References9
NVD
NVD
added 2024/12/27 2:15 p.m.30 views

CVE-2024-53236

In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later...

5.5CVSS0.00201EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.18 views

CVE-2024-53210

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS0.00222EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/27 2:15 p.m.12 views

AZL-55615 CVE-2024-53210 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.6 views

DEBIAN-CVE-2024-53209

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix receive ring space parameters when XDP is active The MTU setting at the time an XDP multi-buffer is attached determines whether the aggregation ring will be used and the rxskbfunc handler. This is done in...

5.5CVSS6.1AI score0.0062EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.20 views

AZL-55533 CVE-2024-53210 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.5 views

DEBIAN-CVE-2024-53210

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS5.6AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.10 views

UBUNTU-CVE-2024-53236

In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later...

5.5CVSS6.7AI score0.00201EPSS
SaveExploits0References18
CVE
CVE
added 2024/12/27 1:50 p.m.169 views

CVE-2024-53236

CVE-2024-53236 (Linux kernel) : The vulnerability occurs in the XDP/AF_XDP path where, if a newly allocated skb for an xsk descriptor is created but its TX metadata options are later deemed invalid, the skb is not freed. This can leak skbs until the send buffer is full, preventing further packet ...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:50 p.m.38 views

CVE-2024-53236 xsk: Free skb when TX metadata options are invalid

In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later...

0.00201EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 1:50 p.m.17 views

CVE-2024-53236 xsk: Free skb when TX metadata options are invalid

In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later...

6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.40 views

CVE-2024-53212 netlink: fix false positive warning in extack during dumps

In the Linux kernel, the following vulnerability has been resolved: netlink: fix false positive warning in extack during dumps Commit under fixes extended extack reporting to dumps. It works under normal conditions, because extack errors are usually reported during -start or the first -dump, it's...

0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 1:49 p.m.12 views

CVE-2024-53210 s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()

In the Linux kernel, the following vulnerability has been resolved: s390/iucv: MSGPEEK causes memory leak in iucvsockdestruct Passing MSGPEEK flag to skbrecvdatagram increments skb refcount skb-users and iucvsockrecvmsg does not decrement skb refcount at exit. This results in skb memory leak in...

5.5CVSS5.9AI score
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:49 p.m.175 views

CVE-2024-53210

CVE-2024-53210 affects the Linux kernel (s390/iucv) where passing MSG_PEEK to skb_recv_datagram() increments skb->users refcount and iucv_sock_recvmsg() does not decrement it, causing a skb memory leak during skb_queue_purge() and a WARN_ON during socket destruction. The fix is to decrement sk...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/27 11:08 a.m.14 views

OESA-2024-2590 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: afunix: Update unixsksk-oobskb under skreceivequeue lock. Billy Jheng Bing-Jhong reported a race between unixgc and queueoob. unixgc tries to garbage-collect...

7.8CVSS6.3AI score0.00787EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.13 views

PT-2024-36900

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description A NULL pointer dereference bug in the brcmfmac module occurs when a high 'sd sgentry align' value applies and a lot of queued SKBs are sent from the pkt queue. The problem is the number of...

5.5CVSS6.7AI score0.00239EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.9 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 the Linux kernel that stems from an error problem caused by an insufficiently large skb being allocated for RedBox support in the net/hsr...

5.5CVSS6.5AI score0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/19 11:12 a.m.25 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.00828EPSS
SaveExploits2References8
Ubuntu
Ubuntu
added 2024/12/19 11:12 a.m.58 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.8CVSS6.9AI score0.00828EPSS
SaveExploits2
Rows per page
Query Builder