Lucene search
+L

13117 matches found

CVE
CVE
added 2025/05/02 3:55 p.m.141 views

CVE-2023-53070

CVE-2023-53070 affects the Linux kernel: when PPTT is absent, multiple CPUs could call acpi_get_pptt() in atomic context, risking a sleep waiting on a mutex and a kernel crash trace. The fix updates acpi_get_pptt() to return NULL if PPTT is not available, avoiding sleeps in atomic context and pre...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.75 views

CVE-2023-53069

CVE-2023-53069 concerns the Linux kernel octeontx2-vf driver: missing free for alloc_percpu leading to a memory leak in vf->hw.lmt_info. The fix adds free_percpu for the allocated structure, mirroring the existing pf->hw.lmt_info cleanup in otx2_pf.c. This change reduces a local memory leak...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.32 views

CVE-2023-53069

In the Linux kernel, the following vulnerability has been resolved: octeontx2-vf: Add missing free for allocpercpu Add the freepercpu for the allocated "vf-hw.lmtinfo" in order to avoid memory leak, same as the "pf-hw.lmtinfo" in drivers/net/ethernet/marvell/octeontx2/nic/otx2pf.c...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.18 views

CVE-2023-53068

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up the network stack will leak kernel memory content...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.141 views

CVE-2023-53068

CVE-2023-53068 is reported in the Linux kernel under net: usb: lan78xx: Limit packet length to skb->len. The vulnerability arises when the packet length read from the descriptor may exceed skb->len, causing a cloned skb passed up the network stack to leak kernel memory contents. A fix was a...

5.5CVSS6.6AI score0.00187EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53068 net: usb: lan78xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up the network stack will leak kernel memory content...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53067

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Only call gettimerirq once in constantclockeventinit Under CONFIGDEBUGATOMICSLEEP=y and CONFIGDEBUGPREEMPT=y, we can see the following messages on LoongArch, this is because using mightsleep in preemption disable...

5.5CVSS5.4AI score0.00187EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53066 qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info

In the Linux kernel, the following vulnerability has been resolved: qed/qedsriov: guard against NULL derefs from qediovgetvfinfo We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification Center linuxtesting.org with the SVACE static analysis...

6.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.8 views

CVE-2023-53066

In the Linux kernel, the following vulnerability has been resolved: qed/qedsriov: guard against NULL derefs from qediovgetvfinfo We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification Center linuxtesting.org with the SVACE static analysis...

5.5CVSS5.5AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53065

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix perfoutputbegin parameter is incorrectly invoked in perfeventbpfoutput syzkaller reportes a KASAN issue with stack-out-of-bounds. The call trace is as follows: dumpstack+0x9c/0xd3...

7.8CVSS5.5AI score0.00199EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.34 views

CVE-2023-53063

Removed by vendor...

7AI score
SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.124 views

CVE-2023-53064

Summary (CVE-2023-53064) : In the Linux kernel, the iavf driver could hang during reboot when E810 VF devices were present and ice is used. Root cause: iavf_remove() may be invoked while the adapter state is already __IAVF_REMOVE, causing the reboot/shutdown path to sleep indefinitely. The fix re...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.9 views

CVE-2023-53062

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up the network stack will leak kernel memory conten...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53061

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

5.5CVSS5.4AI score0.00188EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.79 views

CVE-2023-53061

CVE-2023-53061 affects the Linux kernel (ksmbd) and describes a refcount leak in smb2_open() where the reference count of acls can leak if memory allocation fails. The fix adds the missing posix_acl_release() to prevent the leak. Connected documents confirm the vulnerability was addressed in the ...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.7 views

CVE-2023-53060 igb: revert rtnl_lock() that causes deadlock

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.5 views

CVE-2023-53060

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.5CVSS5.5AI score0.00144EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.10 views

CVE-2023-53059

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosecchardev: fix kernel data leak from ioctl It is possible to peep kernel page's data by providing larger insize in struct croseccommand1 when invoking EC host commands. Fix it by using zeroed memory. 1:...

7.1CVSS5.5AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53057

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hciinitstagesyncstage considers that stagei is valid as long as stagei-1.func is valid. Thus, the last element of stage.func should be intentionally invali...

7.8CVSS5.6AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:55 p.m.13 views

CVE-2023-53057 Bluetooth: HCI: Fix global-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hciinitstagesyncstage considers that stagei is valid as long as stagei-1.func is valid. Thus, the last element of stage.func should be intentionally invali...

7.8CVSS5.5AI score
SaveExploits0References6
Rows per page
Query Builder