Lucene search
K

1255 matches found

CNNVD
CNNVD
added 2024/05/21 12:0 a.m.3 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 originates from a page leak when building a skb in big mode...

5.5CVSS6.3AI score0.00014EPSS
Exploits0References4
OSV
OSV
added 2024/05/20 10:15 a.m.0 views

UBUNTU-CVE-2024-35973

In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve6xmitskb syzbot is able to trigger an uninit-value in genevexmit 1 Problem : While most ip tunnel helpers like iptunnelgetdsfield uses skbprotocolskb, true, pskbinetmaypull is only using...

5.5CVSS6.1AI score0.00011EPSS
Exploits0References30
OSV
OSV
added 2024/05/19 9:15 a.m.2 views

DEBIAN-CVE-2024-35890

In the Linux kernel, the following vulnerability has been resolved: gro: fix ownership transfer If packets are GROed with fraglist they might be segmented later on and continue their journey in the stack. In skbsegmentlist those skbs can be reused as-is. This is an issue as their destructor was...

5.5CVSS5.4AI score0.00029EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/05/19 12:0 a.m.2 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 a skb panic problem in the net/mana module...

5.5CVSS6.3AI score0.00033EPSS
Exploits0References5
OSV
OSV
added 2024/05/17 3:15 p.m.1 views

DEBIAN-CVE-2024-35856

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix double free of skb in coredump hcidevcdappend would free the skb on error so the caller don't have to free it again otherwise it would cause the double free of skb. Reported-by : Dan Carpenter...

7.8CVSS5.7AI score0.00069EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.1 views

DEBIAN-CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.3AI score0.00033EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.1 views

DEBIAN-CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS5.7AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.2 views

UBUNTU-CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.2AI score0.00017EPSS
Exploits0References17
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.13 views

CVE-2024-27402

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

5.8CVSS6.4AI score0.00017EPSS
Exploits0References16
OSV
OSV
added 2024/05/17 12:15 p.m.1 views

UBUNTU-CVE-2024-27418

In the Linux kernel, the following vulnerability has been resolved: net: mctp: take ownership of skb in mctplocaloutput Currently, mctplocaloutput only takes ownership of skb on success, and we may leak an skb if mctplocaloutput fails in specific states; the skb ownership isn't transferred until...

5.5CVSS5.8AI score0.00033EPSS
Exploits0References7
CVE
CVE
added 2024/05/17 11:40 a.m.118 views

CVE-2024-27402

CVE-2024-27402 affects the Linux kernel’s phonet/pep path. The description states a race in skb_queue_empty() is mishandled: receive queues are protected by their spin-locks, not the socket lock, which can cause skb_peek() to return NULL or a pointer to a socket buffer that has already been deque...

5.8CVSS6.7AI score0.00017EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/17 11:40 a.m.16 views

CVE-2024-27402 phonet/pep: fix racy skb_queue_empty() use

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skbqueueempty use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skbpeek unexpectedly returning NULL or a pointer to an already dequeued socket buffer...

6.4AI score0.00017EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.3 views

PT-2024-21882

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the mctp local output function in the Linux kernel, which only takes ownership of the skb on success. If mctp local output fails in specific states, it may leak a...

5.5CVSS5.4AI score0.00033EPSS
Exploits0
CNNVD
CNNVD
added 2024/05/14 12:0 a.m.1 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 allowing the driver to prompt for SKB recycling...

5.5CVSS6.5AI score0.00012EPSS
Exploits0References7
OSV
OSV
added 2024/05/01 6:15 a.m.1 views

AZL-40509 CVE-2024-26953 affecting package hyperv-daemons for versions less than 5.15.158.2-1

In the Linux kernel, the following vulnerability has been resolved: net: esp: fix bad handling of pages from pagepool When the skb is reorganized during espoutput !esp-inline, the pages coming from the original skb fragments are supposed to be released back to the system through putpage. But if t...

5.5CVSS6.7AI score0.00009EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.0 views

UBUNTU-CVE-2024-26959

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix btnxpuartclose Fix scheduling while atomic BUG in btnxpuartclose, properly purge the transmit queue and free the receive skb. 10.973809 BUG: scheduling while atomic: kworker/u9:0/80/0x00000002...

5.5CVSS5.9AI score0.00019EPSS
Exploits0References12
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.3 views

kernel: GC's deletion of an SKB races with unix_stream_read_generic() leading to UAF

A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector's deletion of SKB races with unixstreamreadgeneric on the socket that the SKB is queued on...

7CVSS6.8AI score0.00013EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.1 views

kernel: Bluetooth: L2CAP: Fix potential user-after-free

A use-after-free flaw was identified in the Linux kernel’s Bluetooth L2CAP implementation. In certain conditions, when allocating a socket buffer via allocskb, the kernel may release and later reacquire the channel lock; if the channel is disconnected in the meantime, a subsequent reference to th...

5.9AI score0.00029EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.1 views

kernel: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup Currently 'ar' reference is not added in skbcb. Though this is generally not used during transmit completion callbacks, on interface removal the remaining...

5.5CVSS6.8AI score0.00025EPSS
Exploits0References5
OSV
OSV
added 2024/04/28 1:15 p.m.1 views

DEBIAN-CVE-2022-48637

In the Linux kernel, the following vulnerability has been resolved: bnxt: prevent skb UAF after handing over to PTP worker When reading the timestamp is required bnxttxint hands over the ownership of the completed skb to the PTP worker. The skb should not be used afterwards, as the worker may run...

7.8CVSS5.7AI score0.00019EPSS
Exploits0References1
Rows per page
Query Builder