Lucene search
+L

1435 matches found

OSV
OSV
added 2024/06/20 12:15 p.m.14 views

UBUNTU-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.2AI score0.00251EPSS
Exploits0References11
OSV
OSV
added 2024/06/20 11:15 a.m.6 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.00223EPSS
Exploits0References10
CNNVD
CNNVD
added 2024/06/20 12:0 a.m.3 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.00251EPSS
Exploits0References11
OSV
OSV
added 2024/06/19 3:15 p.m.3 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.00233EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/06/19 12:0 a.m.3 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.00233EPSS
Exploits0References10
RedHat Linux
RedHat Linux
added 2024/06/12 1:43 a.m.4 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.0026EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/06/04 12:47 p.m.5 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.0045EPSS
Exploits0References57
Positive Technologies
Positive Technologies
added 2024/06/04 12:0 a.m.8 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.0022EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.2 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.0023EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/06/01 2:22 a.m.4 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.00249EPSS
Exploits0References21
OSV
OSV
added 2024/05/30 4:15 p.m.3 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.00249EPSS
Exploits0References29
OSV
OSV
added 2024/05/30 4:15 p.m.3 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.00166EPSS
Exploits0References21
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.5 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.00496EPSS
Exploits0References3
OSV
OSV
added 2024/05/24 3:15 p.m.4 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.00496EPSS
Exploits0References1
OSV
OSV
added 2024/05/24 3:15 p.m.30 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.00496EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.3 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.00245EPSS
Exploits0References107
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.1 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.00239EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.1 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.00227EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/05/23 2:57 a.m.4 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.00227EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 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.0026EPSS
Exploits0References5
Rows per page
Query Builder