Lucene search
+L

1097 matches found

Cvelist
Cvelist
added 2024/06/19 1:35 p.m.49 views

CVE-2024-38538 net: bridge: xmit: make sure we have at least eth header len bytes

In the Linux kernel, the following vulnerability has been resolved: net: bridge: xmit: make sure we have at least eth header len bytes syzbot triggered an uninit value1 error in bridge device's xmit path by sending a short less than ETHHLEN bytes skb. To fix it check if we can actually pull that...

7.3CVSS0.00284EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/06/19 12:00 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 syzbot triggering a crash of an mptcp connection that is in fallback mode...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/06/14 12:00 a.m.10 views

PT-2024-31331

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the btrfs file system in the Linux kernel. When freeing a tree block, the function btrfs free tree block does not handle errors properly, leading to a BUG ON...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.18 views

kernel: i2c: i801: Don't generate an interrupt on bus reset

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction triggers an interrupt. Unfortunately, the interrupt...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/03 12:34 p.m.23 views

CVE-2024-36933

In the Linux kernel, the following vulnerability has been resolved: nsh: Restore skb-protocol,data,macheader for outer header in nshgsosegment. syzbot triggered various splats see 0 and links by a crafted GSO packet of VIRTIONETHDRGSOUDP layering the following protocols: ETHP8021AD + ETHPNSH +...

5.9CVSS6.5AI score0.00295EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.5 views

SUSE CVE-2024-36915

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfcllcpsetsockopt unsafe copies syzbot reported unsafe calls to copyfromsockptr 1 Use copysafefromsockptr instead. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49 inline BUG:...

6.1CVSS6.5AI score0.0025EPSS
SaveExploits0References22
NVD
NVD
added 2024/05/30 4:15 p.m.29 views

CVE-2024-36905

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

5.5CVSS7.4AI score0.00332EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.26 views

CVE-2024-36938

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

5.5CVSS6.3AI score0.00244EPSS
SaveExploits0References26
OSV
OSV
added 2024/05/30 4:15 p.m.7 views

UBUNTU-CVE-2024-36901

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

5.5CVSS6.2AI score0.0026EPSS
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.27 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

6.7AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/30 3:29 p.m.22 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2024/05/30 3:29 p.m.151 views

CVE-2024-36915

CVE-2024-36915 concerns the Linux kernel’s NFC LLCP path where nfc_llcp_setsockopt() could unsafe-copy from user-supplied sockptr data, triggering a slab-out-of-bounds read. Symptom traces show reads of 4 bytes at a user task, linked to copy_from_sockptr() and inline copy_from_sockptr_offset; the...

7.1CVSS6.6AI score0.0025EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.35 views

CVE-2024-36902 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

7.4AI score0.00287EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.28 views

CVE-2024-36902 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

6.8AI score0.00287EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.33 views

CVE-2024-36901 ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

6.3AI score0.0026EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.6 views

SUSE CVE-2021-47405

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: free rawreport buffers in usbhidstop Free the unsent rawreport buffers when the device is removed. Fixes a memory leak reported by syzbot at: https://syzkaller.appspot.com/bug?id=7b4fa7cb1a7c2d3342a2a8a6c53371c8c418a...

5.5CVSS7.6AI score0.00251EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/05/23 2:03 p.m.29 views

CVE-2021-47249

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket sock, struct msghdr msg, sizet size, int msgflags ... if...

6.1CVSS9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 2:02 p.m.26 views

CVE-2021-47241

In the Linux kernel, the following vulnerability has been resolved: ethtool: strset: fix message length calculation Outer nest for ETHTOOLASTRSETSTRINGSETS is not accounted for. This may result in ETHTOOLMSGSTRSETGET producing a warning like: calculated message payload length 684 not sufficient...

5.5CVSS6.4AI score0.0102EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 1:59 p.m.31 views

CVE-2021-47225

A vulnerability was found in the Linux kernel's mac80211 module, where closing an active AP interface while its associated APVLAN interfaces are still up can lead to a deadlock. This situation occurs because the system tries to lock a resource that is already held, causing the operation to freeze...

5.5CVSS6.2AI score0.00147EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:07 a.m.19 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.5CVSS6.6AI score0.00739EPSS
SaveExploits0References4
Rows per page
Query Builder