Lucene search
+L

8051 matches found

NVD
NVD
added 2025/03/27 5:15 p.m.23 views

CVE-2023-52934

In the Linux kernel, the following vulnerability has been resolved: mm/MADVCOLLAPSE: catch !none !huge !bad pmd lookups In commit 34488399fa08 "mm/madvise: add file and shmem support to MADVCOLLAPSE" we make the following change to findpmdorthpornone: - if !pmdpresentpmde - return SCANPMDNULL; + ...

7.8CVSS0.00115EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.16 views

CVE-2022-49756

In the Linux kernel, the following vulnerability has been resolved: phy: usb: sunplus: Fix potential null-ptr-deref in spusbphyprobe spusbphyprobe will call platformgetresourcebyname that may fail and return NULL. devmioremap will use usbphy-moon4resmem-start as input, which may causes...

5.5CVSS0.00163EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.17 views

CVE-2022-49739

In the Linux kernel, the following vulnerability has been resolved: gfs2: Always check inode size of inline inodes Check if the inode size of stuffed inline inodes is within the allowed range when reading inodes from disk gfs2dinodein. This prevents us from on-disk corruption. The two checks in...

7.1CVSS0.00193EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.98 views

CVE-2023-53031

In CVE-2023-53031, the Linux kernel vulnerability affects the POWER9/PowerPC imc-pmu code where a mutex is used in sections where IRQs are disabled. The underlying issue is that mutex_lock may call __might_resched(), which can emit a warning when IRQs are disabled, potentially triggering sleep-re...

5.5CVSS6.7AI score0.00141EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.19 views

CVE-2023-53022 net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid deadlock in enetctxonesteptstamp This lockdep splat says it better than I could: ================================ WARNING: inconsistent lock state 6.2.0-rc2-07010-ga9b9500ffaac-dirty 967 Not tainted...

5.5CVSS4.9AI score
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.84 views

CVE-2023-53022

CVE-2023-53022 concerns a deadlock in the Linux kernel’s enetc driver. The vulnerability stems from a locking sequence in enetc_tx_onestep_tstamp() where a work item runs in process context with softirqs enabled and holds netif_tx_lock. If a transmission interrupt occurs, the NET_TX softirq can r...

5.5CVSS6.6AI score0.00139EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.30 views

CVE-2023-53022 net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid deadlock in enetctxonesteptstamp This lockdep splat says it better than I could: ================================ WARNING: inconsistent lock state 6.2.0-rc2-07010-ga9b9500ffaac-dirty 967 Not tainted...

0.00139EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 4:43 p.m.9 views

CVE-2023-53020 l2tp: close all race conditions in l2tp_tunnel_register()

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.9 views

CVE-2023-53021

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: fix possible use-after-free syzbot reported a nasty crash 1 in nettxaction which made little sense until we got a repro. This repro installs a taprio qdisc, but providing an invalid TCARATE attribute...

7.8CVSS5.4AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.14 views

CVE-2023-53005

In the Linux kernel, the following vulnerability has been resolved: traceeventshist: add check for return value of 'createhistfield' Function 'createhistfield' is called recursively at traceeventshist.c:1954 and can return NULL-value that's why we have to check it to avoid null pointer dereferenc...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2023-53003 EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

7.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2025/03/27 4:43 p.m.76 views

CVE-2023-53001

CVE-2023-53001 entry is rejected/not used as described.

6.6AI score
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.133 views

CVE-2023-52997

CVE-2023-52997 is a Linux kernel vulnerability affecting ipv4: ip_metrics_convert() where an attacker could exploit speculative execution to leak kernel memory content. The issue arises from using a value as an array index (type) without sufficient protection, allowing a spectre v1 gadget. The de...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/03/27 4:43 p.m.96 views

CVE-2023-52992

CVE-2023-52992 affects the Linux kernel; the vulnerability exists in BPF’s send_signal_common path where a task with pid=1 can trigger a kernel panic (kernel: “Attempted to kill init!”). A fix was applied to skip pid=1 in bpf_send_signal_common(), preventing this panic. Impact is local, with pote...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.6 views

CVE-2023-52992

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in sendsignalcommon The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself, also see 1 for more details: Kernel panic - not...

5.5CVSS5.5AI score0.00252EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52986 bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Check for any of tcpbpfprots when cloning a listener A listening socket linked to a sockmap has its skprot overridden. It points to one of the struct proto variants in tcpbpfprots. The variant depends on the socket'...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2023-52985

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: imx8mm-verdin: Do not power down eth-phy Currently if suspending using either freeze or memory state, the fec driver tries to power down the phy which leads to crash of the kernel and non-responsible kernel with the...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2023-52985 arm64: dts: imx8mm-verdin: Do not power down eth-phy

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: imx8mm-verdin: Do not power down eth-phy Currently if suspending using either freeze or memory state, the fec driver tries to power down the phy which leads to crash of the kernel and non-responsible kernel with the...

5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.15 views

CVE-2023-52977

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow memory leak in ovsflowcmdnew Syzkaller reports a memory leak of newflow in ovsflowcmdnew as it is not freed when an allocation of a key fails. BUG: memory leak unreferenced object 0xffff888116668000 siz...

5.5CVSS5.5AI score0.00258EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2022-49759 VMCI: Use threaded irqs instead of tasklets

In the Linux kernel, the following vulnerability has been resolved: VMCI: Use threaded irqs instead of tasklets The vmcidispatchdgs tasklet function calls vmcireaddata which uses waitevent resulting in invalid sleep in an atomic context and therefore potentially in a deadlock. Use threaded irqs t...

5.5CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder