Lucene search
K

1253 matches found

OSV
OSV
added 2024/06/20 11:15 a.m.0 views

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

5.5CVSS6.1AI score0.00026EPSS
Exploits0References10
CNNVD
CNNVD
added 2024/06/20 12:0 a.m.2 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 an overflow problem in the net:amd-xgbe module skb...

5.5CVSS6.8AI score0.00011EPSS
Exploits0References11
OSV
OSV
added 2024/06/19 3:15 p.m.2 views

DEBIAN-CVE-2021-47606

In the Linux kernel, the following vulnerability has been resolved: net: netlink: afnetlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netemenqueue function which is caused when skb-len=0 and skb-datalen=0 in...

5.5CVSS5.8AI score0.00021EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/06/19 12:0 a.m.2 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 afnetlink component's lack of a length check on skb...

5.5CVSS6.5AI score0.00021EPSS
Exploits0References10
RedHat Linux
RedHat Linux
added 2024/06/12 1:43 a.m.2 views

kernel: bluetooth: bt_sock_ioctl race condition leads to use-after-free in bt_sock_recvmsg

A flaw was found in the Bluetooth subsystem of the Linux kernel. A race condition between the btsockrecvmsg and btsockioctl functions could lead to a use-after-free on a socket buffer "skb". This flaw allows a local user to cause a denial of service condition or potential code execution...

7CVSS7AI score0.00126EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/06/04 12:47 p.m.1 views

SUSE CVE-2022-3586

A flaw was found in the Linux kernel's networking code. A use-after-free was found in the way the schsfb enqueue function used the socket buffer SKB cb field after the same SKB had been enqueued and freed into a child qdisc. This flaw allows a local, unprivileged user to crash the system, causing...

7CVSS6.5AI score0.00087EPSS
Exploits0References57
Positive Technologies
Positive Technologies
added 2024/06/04 12:0 a.m.4 views

PT-2024-32143

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises in the Linux kernel's net/mlx5e module, specifically with the SHAMPO Shared Header And Memory Pool Optimization feature. Under certain conditions, a new skb socket buffe...

5.5CVSS5.4AI score0.00042EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.1 views

SUSE CVE-2024-36903

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in ip6makeskb As it was done in commit fc1092f51567 "ipv4: Fix uninit-value access in ipmakeskb" for IPv4, check FLOWIFLAGKNOWNNH on fl6-flowi6flags instead of testing HDRINCL on the socket...

5.6CVSS6.7AI score0.00014EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/06/01 2:22 a.m.1 views

SUSE CVE-2024-36954

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so move 'buf = NULL' after skblinearize, so that the skb can be freed on the err path...

4.7CVSS6.8AI score0.00027EPSS
Exploits0References21
OSV
OSV
added 2024/05/30 4:15 p.m.0 views

UBUNTU-CVE-2024-36927

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.2AI score0.00011EPSS
Exploits0References21
OSV
OSV
added 2024/05/30 4:15 p.m.0 views

UBUNTU-CVE-2024-36954

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so move 'buf = NULL' after skblinearize, so that the skb can be freed on the err path...

5.5CVSS6.2AI score0.00027EPSS
Exploits0References29
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.2 views

SUSE CVE-2021-47519

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanreadfifo: fix memory leak in error branch In mcanreadfifo, if the second call to mcanfiforead fails, the function jump to the outfail label and returns without calling mcanreceiveskb. This means that the skb...

7.5CVSS6.4AI score0.00036EPSS
Exploits0References3
OSV
OSV
added 2024/05/24 3:15 p.m.2 views

DEBIAN-CVE-2021-47519

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanreadfifo: fix memory leak in error branch In mcanreadfifo, if the second call to mcanfiforead fails, the function jump to the outfail label and returns without calling mcanreceiveskb. This means that the skb...

5.5CVSS5.4AI score0.00036EPSS
Exploits0References1
OSV
OSV
added 2024/05/24 3:15 p.m.0 views

UBUNTU-CVE-2021-47519

In the Linux kernel, the following vulnerability has been resolved: can: mcan: mcanreadfifo: fix memory leak in error branch In mcanreadfifo, if the second call to mcanfiforead fails, the function jump to the outfail label and returns without calling mcanreceiveskb. This means that the skb...

7.5CVSS5.7AI score0.00036EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.1 views

SUSE CVE-2023-52846

In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prpcreatetaggedframe The prpfillrct function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path, it returns the original skb. So it's straight forward to f...

7CVSS6.3AI score0.00016EPSS
Exploits0References107
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.0 views

SUSE CVE-2021-47301

In the Linux kernel, the following vulnerability has been resolved: igb: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igbpoll runs while the controller is reset this can lead...

6.4CVSS6.4AI score0.00019EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.0 views

SUSE CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

6.4CVSS6.4AI score0.00005EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/05/23 2:57 a.m.1 views

SUSE CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1CVSS6.6AI score0.00086EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.2 views

kernel: ip6_vti: fix slab-use-after-free in decode_session6

A use-after-free vulnerability was found in the IPv6 VTI Virtual Tunnel Interface implementation in the Linux kernel. When an IPv6 VTI device uses the SFB Stochastic Fair Blue qdisc, the control block cb field of an skb can be modified during packet enqueuing. The decodesession6 function then rea...

7.5AI score0.0004EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.0 views

kernel: ipv4: NULL pointer dereference in ipv4_send_dest_unreach()

A NULL pointer dereference flaw was found in the Linux kernel ipv4 stack. The socket buffer skb was assumed to be associated with a device before calling ipoptionscompile, which is not always the case if the skb is re-routed by ipvs. This issue may allow a local user with CAPNETADMIN privileges t...

5.5CVSS6.9AI score0.0001EPSS
Exploits1References5
Rows per page
Query Builder