Lucene search
+L

312 matches found

UbuntuCve
UbuntuCve
added 2024/06/03 8:15 a.m.18 views

CVE-2024-36964

In the Linux kernel, the following vulnerability has been resolved: fs/9p: only translate RWX permissions for plain 9P2000 Garbage in plain 9P2000's perm bits is allowed through, which causes it to be able to set among others the suid bit. This was presumably not the intent since the unix extende...

8.8CVSS6.3AI score0.00503EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.21 views

CVE-2024-36909

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resultin...

9.3CVSS6AI score0.00239EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.18 views

CVE-2024-36953

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgicv2parseattr vgicv2parseattr is responsible for finding the vCPU that matches the user-provided CPUID, which of course may not be valid. If the ID is invalid, kvmgetvcpubyid...

5.5CVSS5.2AI score0.00231EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.45 views

CVE-2024-36924

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Release hbalock before calling lpfcworkerwakeup lpfcworkerwakeup calls the lpfcworkdone routine, which takes the hbalock. Thus, lpfcworkerwakeup should not be called while holding the hbalock to avoid potential deadlo...

5.5CVSS7AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.45 views

CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS7AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36896

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disablestore: usbhubtostructhub can return NULL if the hub that the port belongs to is concurrently removed, but...

9.1CVSS7.2AI score0.00923EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:28 p.m.15 views

CVE-2024-36893

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Check for port partner validity before consuming it typecregisterpartner does not guarantee partner registration to always succeed. In the event of failure, port-partner is set to the error value or NULL. Given...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/05/30 3:15 p.m.19 views

CVE-2024-36023

In the Linux kernel, the following vulnerability has been resolved: Julia Lawall reported this null pointer dereference, this should fix it...

5.5CVSS5.9AI score0.00224EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/29 10:20 a.m.35 views

CVE-2024-36014

A null pointer dereference vulnerability was found in the Linux kernel. In malidpmwconnectorreset, new memory is allocated with kzalloc but no check is performed. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Securit...

4.7CVSS8.4AI score0.00248EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/24 3:12 p.m.20 views

CVE-2021-47565

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sastarget object is freed but its sdev object remains intact...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/24 3:9 p.m.25 views

CVE-2021-47555

In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the realdev refcnt Inject error before devholdrealdev in registervlandev, and execute the following testcase: ip link add dev dummy1 type dummy ip link add name dummy1.100 link dummy1 type vlan id 100...

7.8CVSS7AI score0.00221EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/22 6:19 a.m.35 views

CVE-2021-47442

In the Linux kernel, the following vulnerability has been resolved: NFC: digital: fix possible memory leak in digitalinsendsddreq 'skb' is allocated in digitalinsendsddreq, but not free when digitalinsendcmd failed, which will cause memory leak. Fix it by freeing 'skb' if digitalinsendcmd return...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 4:15 p.m.7 views

AZL-55416 CVE-2023-52737 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.18 views

UBUNTU-CVE-2023-52735

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sockmapclose,destroy,unhash call itself sockmap proto callbacks should never call themselves by design. Protect against bugs like 1 and break out of the recursive loop to avoid a stack overflow in favor of...

9.1CVSS6.7AI score0.01219EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:23 p.m.16 views

CVE-2023-52737 btrfs: lock the inode in shared mode before starting fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock VFS lock, it only locks a file range in the inode's io tree. This however can lead to a deadlock if we have a concurrent...

6.1AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/05/20 11:44 a.m.37 views

CVE-2024-35902

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix possible cp null dereference cp might be null, calling cp-cpconn would produce null dereference Simon Horman adds: Analysis: cp is a parameter of rdsrdmamap and is not reassigned. The following call-sites pass a NULL...

5.5CVSS8.3AI score0.00221EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.28 views

CVE-2024-35978

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix memory leak in hcireqsynccomplete In 'hcireqsynccomplete', always free the previous sync request state before assigning reference to a new one...

5.5CVSS6.4AI score0.00279EPSS
SaveExploits0References31
Debian CVE
Debian CVE
added 2024/05/19 10:10 a.m.46 views

CVE-2024-35942

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: imx8mpblk: Add fdcc clock to hdmimix domain According to i.MX8MP RM and HDMI ADD, the fdcc clock is part of hdmi rx verification IP that should not enable for HDMI TX. But actually if the clock is...

5.5CVSS7.3AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:35 a.m.22 views

CVE-2024-35917

In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Fix bpfplt pointer arithmetic Kui-Feng Lee reported a crash on s390x triggered by the dummystops/dummyinitptrarg test 1: 0x2 bpfstructopstestrun+0x156/0x250 sysbpf+0xa1a/0xd00 s390xsysbpf+0x44/0x50 dosyscall+0x244/0x300...

5.5CVSS7.2AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.33 views

CVE-2024-35899 netfilter: nf_tables: flush pending destroy work before exit_net release

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: flush pending destroy work before exitnet release Similar to 2c9f0293280e "netfilter: nftables: flush pending destroy work before netlink notifier" to address a race between exitnet and the destroy workqueue...

7.3CVSS6.3AI score0.00199EPSS
SaveExploits0References7
Rows per page
Query Builder