Lucene search
+L

13110 matches found

NVD
NVD
added 2025/07/25 4:15 p.m.9 views

CVE-2025-38452

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: rtsn: Fix a null pointer dereference in rtsnprobe Add check for the return value of rcargen4ptpalloc to prevent potential null pointer dereference...

5.5CVSS0.00148EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 4:15 p.m.9 views

CVE-2025-38450

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925stasetdecapoffload Add a NULL check for msta-vif before accessing its members to prevent a kernel panic in AP mode deployment. This also fix the issue reported in 1. T...

5.5CVSS0.00148EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 4:15 p.m.7 views

CVE-2025-38448

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS0.00117EPSS
SaveExploits0References10
NVD
NVD
added 2025/07/25 4:15 p.m.8 views

CVE-2025-38446

In the Linux kernel, the following vulnerability has been resolved: clk: imx: Fix an out-of-bounds access in dispmixcsrclkdevdata When numparents is 4, clkregister occurs an out-of-bounds when accessing parentnames member. Use ARRAYSIZE instead of hardcode number here. BUG: KASAN:...

7.3CVSS0.00152EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 4:15 p.m.10 views

CVE-2025-38440

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix race between DIM disable and netdim There's a race between disabling DIM and NAPI callbacks using the dim pointer on the RQ or SQ. If NAPI checks the DIM state bit and sees it still set, it assumes rq-dim or sq-dim...

7.8CVSS0.0012EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 4:15 p.m.6 views

CVE-2025-38445

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS0.00169EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/25 4:15 p.m.19 views

AZL-72929 CVE-2025-38445 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS6.7AI score0.00169EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/25 4:15 p.m.5 views

CVE-2025-38441

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: account for Ethernet header in nfflowpppoeproto syzbot found a potential access to uninit-value in nfflowpppoeproto Blamed commit forgot the Ethernet header. BUG: KMSAN: uninit-value in...

5.5CVSS0.00161EPSS
SaveExploits0References7
NVD
NVD
added 2025/07/25 4:15 p.m.13 views

CVE-2025-38442

In the Linux kernel, the following vulnerability has been resolved: block: reject bs ps block devices when THP is disabled If THP is disabled and when a block device with logical block size page size is present, the following null ptr deref panic happens during boot: 13.2 mK AOSAN: null-ptr-deref...

5.5CVSS0.0014EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/25 3:27 p.m.9 views

CVE-2025-38467 drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: exynos7drmdecon: add vblank check in IRQ handling If there's support for another console device such as a TTY serial, the kernel occasionally panics during boot. The panic message and a relevant snippet of the call...

6.2AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.8 views

CVE-2025-38467

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: exynos7drmdecon: add vblank check in IRQ handling If there's support for another console device such as a TTY serial, the kernel occasionally panics during boot. The panic message and a relevant snippet of the call...

5.5CVSS5.5AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.14 views

CVE-2025-38466 perf: Revert to requiring CAP_SYS_ADMIN for uprobes

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAPSYSADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but d...

7.8CVSS0.00182EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.6 views

CVE-2025-38466

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAPSYSADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but d...

7.8CVSS6AI score0.00182EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 3:27 p.m.8 views

CVE-2025-38466 perf: Revert to requiring CAP_SYS_ADMIN for uprobes

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAPSYSADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but d...

7.8CVSS7.2AI score
SaveExploits0References13
OSV
OSV
added 2025/07/25 3:27 p.m.12 views

CVE-2025-38465 netlink: Fix wraparounds of sk->sk_rmem_alloc.

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk-skrmemalloc. Netlink has this pattern in some places if atomicread&sk-skrmemalloc sk-skrcvbuf atomicaddskb-truesize, &sk-skrmemalloc; , which has the same problem fixed by commit 5a465a0da13e "udp:...

6.5AI score
SaveExploits0References14
CVE
CVE
added 2025/07/25 3:27 p.m.96 views

CVE-2025-38465

CVE-2025-38465 is a Linux kernel netlink vulnerability related to wraparounds in sk->sk_rmem_alloc. The issue arises from reading and updating sk_rmem_alloc with a pattern like if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) atomic_add(skb->truesize, &sk->sk_rmem_alloc);, w...

5.5CVSS6.3AI score0.00169EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.5 views

CVE-2025-38464

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipcconnclose. syzbot reported a null-ptr-deref in tipcconnclose during netns dismantle. 0 tipctopsrvstop iterates tipcnetnet-topsrv-connidr and calls tipcconnclose for each tipcconn. The problem is th...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 3:27 p.m.6 views

CVE-2025-38463 tcp: Correct signedness in skb remaining space calculation

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS6.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.7 views

CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS5.7AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.7 views

CVE-2025-38462

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transportg2h,h2g TOCTOU vsockfindcid and vsockdevdoioctl may race with module unload. transportg2h,h2g may become NULL after the NULL check. Introduce vsocktransportlocalcid to protect from a potential null-ptr-deref...

4.7CVSS5.3AI score0.00114EPSS
SaveExploits0
Rows per page
Query Builder