Lucene search
+L

1495 matches found

RedHat Linux
RedHat Linux
added 2024/07/17 1:6 a.m.17 views

kernel: TIPC message reassembly use-after-free remote code execution vulnerability

A use-after-free UAF flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipcbufappend function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct skbuff", which may lead to remote code...

9.8CVSS7.7AI score0.01305EPSS
SaveExploits1References6
OSV
OSV
added 2024/07/16 1:15 p.m.1 views

DEBIAN-CVE-2022-48851

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdmlterx The netifrxni function frees the skb so we can't dereference it to save the skb-len...

7.8CVSS5.5AI score0.00513EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.2 views

DEBIAN-CVE-2022-48809

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one in the skb. This is helpful to have a non-shared...

5.5CVSS5.3AI score0.00282EPSS
SaveExploits0References1
CVE
CVE
added 2024/07/16 11:43 a.m.94 views

CVE-2022-48809

In CVE-2022-48809, the Linux kernel fixes a memory leak in net handling when uncloning an skb destination and its metadata. The root cause is that the uncloned dst+metadata is initialized with refcount 1 and briefly increased to 2 before attachment, leaving a path where the refcount cannot drop t...

5.5CVSS6.8AI score0.00282EPSS
SaveExploits0References8Affected Software1
RedHat Linux
RedHat Linux
added 2024/07/15 9:25 p.m.5 views

kernel: TIPC message reassembly use-after-free remote code execution vulnerability

A use-after-free UAF flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipcbufappend function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct skbuff", which may lead to remote code...

9.8CVSS7.7AI score0.01305EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2024/07/15 4:6 p.m.7 views

kernel: TIPC message reassembly use-after-free remote code execution vulnerability

A use-after-free UAF flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipcbufappend function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct skbuff", which may lead to remote code...

9.8CVSS7.7AI score0.01305EPSS
SaveExploits1References6
OSV
OSV
added 2024/07/12 1:15 p.m.12 views

UBUNTU-CVE-2024-40937

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi-skb before devkfreeskbany gverxfreeskb incorrectly leaves napi-skb referencing an skb after it is freed with devkfreeskbany. This can result in a subsequent call to napigetfrags returning a dangling pointer. Fix...

9.8CVSS6.2AI score0.00736EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2024/07/12 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 failure of the gverxfreeskb function of the gve component to properly clear napiskb, which could lead to t...

5.5CVSS6.4AI score0.00736EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/10 8:15 a.m.25 views

UBUNTU-CVE-2024-39490

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.2CVSS6.2AI score0.00224EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2024/07/10 12:0 a.m.4 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 missing skbuff release in seg6inputcore...

6.2CVSS8.1AI score0.00224EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/07/08 2:5 a.m.13 views

kernel: erspan: make sure erspan_base_hdr is present in skb->head

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head The Linux kernel CVE team has assigned CVE-2024-35888 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051947-CVE-2024-35888-1e04@gregkh/T...

7.3CVSS6.4AI score0.00601EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.10 views

kernel: net: cdc_eem: fix tx fixup skb leak

In the Linux kernel, the following vulnerability has been resolved: net: cdceem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eemtxfixup, if skbcopyexpand failed, it return NULL, usbnetstartxmit will have no chance to free original skb. fix it by free orginal skb in eemtxfixu...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.6 views

kernel: erspan: make sure erspan_base_hdr is present in skb->head

In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspanbasehdr is present in skb-head The Linux kernel CVE team has assigned CVE-2024-35888 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051947-CVE-2024-35888-1e04@gregkh/T...

7.3CVSS6.4AI score0.00601EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/06/26 12:46 a.m.6 views

kernel: xen-netfront: Add missing skb_mark_for_recycle

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skbmarkforrecycle Notice that skbmarkforrecycle is introduced later than fixes tag in commit 6a5bcd84e886 "pagepool: Allow drivers to hint on SKB recycling". It is believed that fixes tag were missing a...

7.5CVSS6.8AI score0.00772EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.6 views

SUSE CVE-2022-48743

In the Linux kernel, the following vulnerability has been resolved: net: amd-xgbe: Fix skb data length underflow There will be BUGON triggered in include/linux/skbuff.h leading to intermittent kernel panic, when the skb length underflow is detected. Fix this by dropping the packet if such length...

5.5CVSS6.5AI score0.00648EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.4 views

SUSE CVE-2022-48722

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

4.7CVSS7.6AI score0.00223EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.4 views

SUSE CVE-2022-48748

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

4.4CVSS7.4AI score0.01128EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.4 views

SUSE CVE-2024-38544

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...

4.7CVSS6.5AI score0.00815EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/06/21 12:0 a.m.5 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 the ipvlan module's use of skb-sk in ipvlanprocessv4,6outbound...

5.5CVSS6.5AI score0.00268EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/20 12:15 p.m.8 views

UBUNTU-CVE-2022-48748

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

7.5CVSS6.2AI score0.01128EPSS
SaveExploits0References7
Rows per page
Query Builder