Lucene search
+L

60 matches found

AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: udp: Fixed multiple wraparounds of sk-skrmemalloc. The function udpenqueuescheduleskb has the following condition: c if atomicread&sk-skrmemalloc sk-skrcvbuf goto drop; sk-skrcvbuf is initialized with net.core.rmemdefault, and ca...

7.5CVSS6.2AI score0.0045EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/05/26 9:26 a.m.11 views

kernel: veth: Fix use after free in XDP_REDIRECT

A use-after-free vulnerability has been identified within the vethconvertskbtoxdpbuff function of the Linux kernel's veth driver. The flaw stems from improper memory management during packet headroom expansion for XDP eXpress Data Path. Specifically, when the pskbexpandhead function allocates new...

7.8CVSS6.7AI score0.00191EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/05/01 2:11 p.m.30 views

CVE-2022-49924 nfc: fdp: Fix potential memory leak in fdp_nci_send()

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdpncisend fdpncisend will call fdpncii2cwrite that will not free skb in the function. As a result, when fdpncii2cwrite finished, the skb will memleak. fdpncisend should free skb after...

0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/04/18 1:48 a.m.6 views

SUSE CVE-2021-47668

In the Linux kernel, the following vulnerability has been resolved: can: dev: canrestart: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canframe cf which aliases skb memory is accessed after the netifrxni in: stats-rxbytes += cf-len; Reordering th...

5.5CVSS7.7AI score0.00225EPSS
SaveExploits0References6
OSV
OSV
added 2025/04/17 6:15 p.m.17 views

CVE-2021-47669

In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcanxmit: fix use after free bug After calling netifrxniskb, dereferencing skb is unsafe. Especially, the canfdframe cfd which aliases skb memory is accessed after the netifrxni...

7.8CVSS7.3AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/17 12:00 a.m.10 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 the reuse of skb memory after release in the vxcanxmit function...

7.8CVSS6.4AI score0.00183EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/03/12 9:42 a.m.6 views

CVE-2025-21855 ibmvnic: Don't reference skb after sending to VIOS

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Don't reference skb after sending to VIOS Previously, after successfully flushing the xmit buffer to VIOS, the txbytes stat was incremented by the length of the skb. It is invalid to access the skb memory after sending t...

8.6CVSS7.3AI score0.0042EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/12 9:42 a.m.14 views

CVE-2025-21855 ibmvnic: Don't reference skb after sending to VIOS

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Don't reference skb after sending to VIOS Previously, after successfully flushing the xmit buffer to VIOS, the txbytes stat was incremented by the length of the skb. It is invalid to access the skb memory after sending t...

8.6CVSS6.2AI score
SaveExploits0References9
CVE
CVE
added 2025/03/12 9:42 a.m.150 views

CVE-2025-21855

Summary (CVE-2025-21855, Linux kernel): The ibmvnic driver is affected by a use-after-free in ibmvnic_xmit caused by referencing skb memory after flushing the transmit buffer to VIOS. A race between skb length access and memory free (triggered by VIOS interrupts) can lead to a UAF condition, as e...

8.6CVSS6.8AI score0.0042EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/02/14 12:00 a.m.11 views

PT-2025-11017

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue exists in the Linux kernel, specifically in the ibmvnic module. After sending a buffer to VIOS, it is invalid to access the skb memory because the VIOS can trigg...

7.8CVSS5.8AI score0.0042EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Added a check for transmission to prevent skb leaks. Here’s a summary of how the driver stores a reference to an skb during transmission: 1. txbufffreemapconsumerindex-skb = newskb; 2. freemapconsumerindex =...

7.5CVSS6.2AI score0.00532EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/11 12:35 p.m.11 views

CVE-2024-56788 net: ethernet: oa_tc6: fix tx skb race condition between reference pointers

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...

7.5CVSS5.8AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/12/29 2:35 p.m.14 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.5CVSS7AI score0.00201EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 1:50 p.m.157 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
RedhatCVE
RedhatCVE
added 2024/07/31 9:14 a.m.17 views

CVE-2024-41066

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Add tx check to prevent skb leak Below is a summary of how the driver stores a reference to an skb during transmit: txbufffreemapconsumerindex-skb = newskb; freemapconsumerindex = IBMVNICINVALIDMAP; consumerindex ++; Whe...

4.4CVSS5.9AI score0.00532EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 2:57 p.m.17 views

CVE-2024-41066 ibmvnic: Add tx check to prevent skb leak

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Add tx check to prevent skb leak Below is a summary of how the driver stores a reference to an skb during transmit: txbufffreemapconsumerindex-skb = newskb; freemapconsumerindex = IBMVNICINVALIDMAP; consumerindex ++; Whe...

7.5CVSS6.1AI score
SaveExploits0References8
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.6 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 failure to check if the skb address is null during a transfer, which could lead to a skb memory leak if th...

5.5CVSS6.5AI score0.00532EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/20 1:56 p.m.25 views

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

6.1CVSS7AI score0.01128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.36 views

CVE-2022-48748 net: bridge: vlan: fix memory leak in __allowed_ingress

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

0.01128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2019/06/14 5:02 p.m.39 views

CVE-2018-11942

Failure to initialize the reserved memory which is sent to the firmware might lead to exposure of 1 byte of uninitialized kernel SKB memory to FW in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wired Infrastructure an...

6.4AI score0.00192EPSS
SaveExploits0References1
Rows per page
Query Builder