Lucene search
+L

13165 matches found

OSV
OSV
added 2025/05/08 6:26 a.m.11 views

CVE-2025-37824 tipc: fix NULL pointer dereference in tipc_mon_reinit_self()

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL pointer dereference in tipcmonreinitself syzbot reported: tipc: Node number set to 1055423674 Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1 SMP KASAN NOPTI KASAN:...

6AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.15 views

CVE-2025-37824

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL pointer dereference in tipcmonreinitself syzbot reported: tipc: Node number set to 1055423674 Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1 SMP KASAN NOPTI KASAN:...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.17 views

CVE-2025-37822

In the Linux kernel, the following vulnerability has been resolved: riscv: uprobes: Add missing fence.i after building the XOL buffer The XOL execute out-of-line buffer is used to single-step the replaced instructions for uprobes. The RISC-V port was missing a proper fence.i i$ flushing after...

7.8CVSS6.1AI score0.00265EPSS
SaveExploits0
OSV
OSV
added 2025/05/08 6:26 a.m.19 views

CVE-2025-37823 net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a potential UAF in hfscdequeue too Similarly to the previous patch, we need to safe guard hfscdequeue too. But for this one, we don't have a reliable reproducer...

7.8CVSS6.1AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.30 views

CVE-2025-37822 riscv: uprobes: Add missing fence.i after building the XOL buffer

In the Linux kernel, the following vulnerability has been resolved: riscv: uprobes: Add missing fence.i after building the XOL buffer The XOL execute out-of-line buffer is used to single-step the replaced instructions for uprobes. The RISC-V port was missing a proper fence.i i$ flushing after...

7.8CVSS0.00265EPSS
SaveExploits0References6
CVE
CVE
added 2025/05/08 6:26 a.m.193 views

CVE-2025-37823

CVE-2025-37823: In Linux kernel net_sched hfsc, there is a potential use-after-free (UAF) in hfsc_dequeue() that has been fixed. The patch adds safety guards around hfsc_dequeue() to prevent UAF, addressing a vulnerability in the hfsc class handling. The description notes no reliable reproducer p...

7.8CVSS5.3AI score0.00208EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.16 views

CVE-2025-37823

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a potential UAF in hfscdequeue too Similarly to the previous patch, we need to safe guard hfscdequeue too. But for this one, we don't have a reliable reproducer...

7.8CVSS5.6AI score0.00208EPSS
SaveExploits0
OSV
OSV
added 2025/05/08 6:26 a.m.12 views

CVE-2025-37821 sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash

In the Linux kernel, the following vulnerability has been resolved: sched/eevdf: Fix se-slice being set to U64MAX and resulting crash There is a code path in dequeueentities that can set the slice of a schedentity to U64MAX, which sometimes results in a crash. The offending case is when...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2025/05/08 6:26 a.m.117 views

CVE-2025-37821

The CVE-2025-37821 issue in the Linux kernel’s scheduler (eevdf) caused se->slice to be set to U64_MAX during a complex dequeue sequence, leading to a large, destabilizing vruntime/vlag mismatch and a potential crash. The root cause was that, when dequeuing a delayed group entity whose parent ...

5.5CVSS6.6AI score0.00178EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.9 views

CVE-2025-37821

In the Linux kernel, the following vulnerability has been resolved: sched/eevdf: Fix se-slice being set to U64MAX and resulting crash There is a code path in dequeueentities that can set the slice of a schedentity to U64MAX, which sometimes results in a crash. The offending case is when...

5.5CVSS5.8AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.12 views

CVE-2025-37820

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: handle NULL returned by xdpconvertbufftoframe The function xdpconvertbufftoframe may return NULL if it fails to correctly convert the XDP buffer into an XDP frame due to memory constraints, internal errors, or inval...

7.5CVSS5.7AI score0.00376EPSS
SaveExploits0
CVE
CVE
added 2025/05/08 6:26 a.m.184 views

CVE-2025-37819

CVE-2025-37819 affects the Linux kernel and relates to a use-after-free in irqchip/gic-v2m: gicv2m_get_fwnode() registered as pci_msi_get_fwnode_cb(). With ACPI, this callback can be invoked during PCI host bridge probing but is marked __init and freed prematurely, risking a crash (as per the vul...

7.8CVSS5.3AI score0.00202EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.22 views

CVE-2025-37819

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v2m: Prevent use after free of gicv2mgetfwnode With ACPI in place, gicv2mgetfwnode is registered with the pci subsystem as pcimsigetfwnodecb, which may get invoked at runtime during a PCI host bridge probe. But, the...

7.8CVSS5.6AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.10 views

CVE-2025-37818

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Return NULL from hugepteoffset for invalid PMD LoongArch's hugepteoffset currently returns a pointer to a PMD slot even if the underlying entry points to invalidptetable indicating no mapping. Callers like...

5.5CVSS5.6AI score0.00181EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.39 views

CVE-2025-37816 mei: vsc: Fix fortify-panic caused by invalid counted_by() use

In the Linux kernel, the following vulnerability has been resolved: mei: vsc: Fix fortify-panic caused by invalid countedby use gcc 15 honors the countedbylen attribute on vsctppacket.buf and the vsc-tp.c code is using this in a wrong way. len does not contain the available size in the buffer, it...

0.00197EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.13 views

CVE-2025-37817

In the Linux kernel, the following vulnerability has been resolved: mcb: fix a double free bug in chameleonparsegdd In chameleonparsegdd, if mcbdeviceregister fails, 'mdev' would be released in mcbdeviceregister via putdevice. Thus, goto 'err' label and free 'mdev' again causes a double free. Jus...

7.8CVSS6.2AI score0.00208EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.17 views

CVE-2025-37815

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration Resolve kernel panic while accessing IRQ handler associated with the generated IRQ. This is done by acquiring the spinlock and storing the current...

5.5CVSS5.5AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.12 views

CVE-2025-37814

In the Linux kernel, the following vulnerability has been resolved: tty: Require CAPSYSADMIN for all usages of TIOCLSELMOUSEREPORT This requirement was overeagerly loosened in commit 2f83e38a095f "tty: Permit some TIOCLSETSEL modes without CAPSYSADMIN", but as it turns out, 1 the logic I...

7.8CVSS6.4AI score0.00212EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.26 views

CVE-2025-37813 usb: xhci: Fix invalid pointer dereference in Etron workaround

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix invalid pointer dereference in Etron workaround This check is performed before preparetransfer and preparering, so enqueue can already point at the final link TRB of a segment. And indeed it will, some 0.4% of time...

7.8CVSS0.00191EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/05/08 6:26 a.m.16 views

CVE-2025-37813

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix invalid pointer dereference in Etron workaround This check is performed before preparetransfer and preparering, so enqueue can already point at the final link TRB of a segment. And indeed it will, some 0.4% of time...

7.8CVSS5.6AI score0.00191EPSS
SaveExploits0
Rows per page
Query Builder