Lucene search
+L

13165 matches found

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

CVE-2022-49743

In the Linux kernel, the following vulnerability has been resolved: ovl: Use "buf" flexible array for memcpy destination The "buf" flexible array needs to be the memcpy destination to avoid false positive run-time warning from the recent FORTIFYSOURCE hardening: memcpy: detected field-spanning...

7.5CVSS0.00436EPSS
SaveExploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.26 views

CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.19 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.00198EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.20 views

CVE-2023-53030

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Avoid use of GFPKERNEL in atomic context Using GFPKERNEL in preemption disable context, causing below warning when CONFIGDEBUGATOMICSLEEP is enabled. 32.542271 BUG: sleeping function called from invalid context at...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.94 views

CVE-2023-53030

CVE-2023-53030 affects the Linux kernel in octeontx2-pf where GFP_KERNEL was used in a context with preemption disabled, triggering a warning (CONFIG_DEBUG_ATOMIC_SLEEP) and potential sleeping in atomic context. The issue is resolved by avoiding GFP_KERNEL in atomic contexts and disabling preempt...

5.5CVSS6.6AI score0.00145EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/03/27 4:43 p.m.147 views

CVE-2023-53028

CVE-2023-53028 (Linux kernel) affects the mac80211 wireless stack. The issue stems from a memory-leak fix in ieee80211_if_add() that was reverted, with ieee80211_if_free() already invoked from free_netdev(ndev) when ndev->priv_destructor == ieee80211_if_free. The provided exploit/debug traces ...

7.8CVSS6.6AI score0.00198EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.22 views

CVE-2023-53028

In the Linux kernel, the following vulnerability has been resolved: Revert "wifi: mac80211: fix memory leak in ieee80211ifadd" This reverts commit 13e5afd3d773c6fc6ca2b89027befaaaa1ea7293. ieee80211iffree is already called from freenetdevndev because ndev-privdestructor == ieee80211iffree syzbot...

7.8CVSS5.5AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.14 views

CVE-2023-53028 Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"

In the Linux kernel, the following vulnerability has been resolved: Revert "wifi: mac80211: fix memory leak in ieee80211ifadd" This reverts commit 13e5afd3d773c6fc6ca2b89027befaaaa1ea7293. ieee80211iffree is already called from freenetdevndev because ndev-privdestructor == ieee80211iffree syzbot...

7.8CVSS5.3AI score
SaveExploits0References7
CVE
CVE
added 2025/03/27 4:43 p.m.154 views

CVE-2023-53026

CVE-2023-53026 — Linux kernel RDMA/core overflow in ib block iterator . The issue occurs when registering a DMA memory region (MR) after choosing a best-aligned page size, while iterating the sglist to split entries into DMA blocks. If the sg entry size and page size match in a way that the total...

7.8CVSS6.8AI score0.00197EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.11 views

CVE-2023-53025

...

6.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.13 views

CVE-2023-53025

Removed by vendor...

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

CVE-2023-53024

The CVE-2023-53024 entry concerns the Linux kernel BPF subsystem. Root cause: speculative store bypass (SSB) can cause a stack slot initially containing a pointer to be overwritten by a scalar without a subsequent lfence, enabling a potential speculative-pointer‑as‑scalar leak. The mitigation add...

7.1CVSS6.8AI score0.00202EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.13 views

CVE-2023-53024 bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca "bpf: Fix leakage due to insufficient speculative store bypass mitigation" inserts lfence instructions after 1...

6.1AI score
SaveExploits0References9
CVE
CVE
added 2025/03/27 4:43 p.m.126 views

CVE-2023-53023

The CVE-2023-53023 entry describes a use-after-free in the Linux kernel NFC local_cleanup path. Specifically, kfree_skb() can be invoked twice during nfc daemon teardown (e.g., neard) after detaching an NFC device, because local_cleanup() frees local->rx_pending and decrements local->ref tw...

7.8CVSS6.6AI score0.00192EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.23 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.97 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.00145EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.13 views

CVE-2023-53021 net/sched: sch_taprio: fix possible use-after-free

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.7AI score
SaveExploits0References8
CVE
CVE
added 2025/03/27 4:43 p.m.163 views

CVE-2023-53020

CVE-2023-53020 affects the Linux kernel: l2tp_tunnel_register() contains race conditions that modify the tunnel socket after publishing, call setup_udp_tunnel_sock() on an existing socket without locking, and change sock lock class on the fly. A patch fixes these by initializing the socket before...

4.7CVSS6.8AI score0.00139EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.9 views

CVE-2023-53021 net/sched: sch_taprio: fix possible use-after-free

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...

6.5AI score0.00192EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.34 views

CVE-2023-53021 net/sched: sch_taprio: fix possible use-after-free

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.8CVSS0.00192EPSS
SaveExploits0References5
Rows per page
Query Builder