Lucene search
+L

13114 matches found

NVD
NVD
added 2025/06/30 8:15 a.m.13 views

CVE-2025-38089

In the Linux kernel, the following vulnerability has been resolved: sunrpc: handle SVCGARBAGE during svc auth processing as auth error tianshuo han reported a remotely-triggerable crash if the client sends a kernel RPC server a specially crafted packet. If decoding the RPC reply fails in such a w...

9.8CVSS0.00481EPSS
SaveExploits2References7
OSV
OSV
added 2025/06/30 7:29 a.m.8 views

CVE-2025-38090 drivers/rapidio/rio_cm.c: prevent possible heap overwrite

In the Linux kernel, the following vulnerability has been resolved: drivers/rapidio/riocm.c: prevent possible heap overwrite In riocmcdevioctlRIOCMCHANSEND - cmchanmsgsend - riocmchsend cmchanmsgsend checks that userspace didn't send too much data but riocmchsend failed to check that userspace se...

7.8CVSS6.5AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/06/30 7:29 a.m.4 views

CVE-2025-38088

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping region size should stay within the allocated region si...

7.1CVSS5.7AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/30 7:29 a.m.9 views

CVE-2025-38089

In the Linux kernel, the following vulnerability has been resolved: sunrpc: handle SVCGARBAGE during svc auth processing as auth error tianshuo han reported a remotely-triggerable crash if the client sends a kernel RPC server a specially crafted packet. If decoding the RPC reply fails in such a w...

9.8CVSS5.5AI score0.00481EPSS
SaveExploits2
OSV
OSV
added 2025/06/30 7:29 a.m.8 views

CVE-2025-38088 powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping region size should stay within the allocated region si...

6.5AI score
SaveExploits0References10
CVE
CVE
added 2025/06/30 7:29 a.m.140 views

CVE-2025-38089

The CVE-2025-38089 issue affects the Linux kernel sunrpc authentication path. If a RPC reply decoding yields SVC_GARBAGE without setting the rq_accept_statp pointer, a dereference could crash (first-time thread processing) or memory scribble. The fix changes how SVC_GARBAGE is handled: treat it a...

9.8CVSS6.4AI score0.00481EPSS
SaveExploits2References7Affected Software1
OSV
OSV
added 2025/06/30 7:29 a.m.7 views

CVE-2025-38089 sunrpc: handle SVC_GARBAGE during svc auth processing as auth error

In the Linux kernel, the following vulnerability has been resolved: sunrpc: handle SVCGARBAGE during svc auth processing as auth error tianshuo han reported a remotely-triggerable crash if the client sends a kernel RPC server a specially crafted packet. If decoding the RPC reply fails in such a w...

9.8CVSS6.5AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/06/30 7:29 a.m.5 views

CVE-2025-38087

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in tapriodevnotifier Since taprio’s tapriodevnotifier isn’t protected by an RCU read-side critical section, a race with advancesched can lead to a use-after-free. Adding rcureadlock inside...

7.8CVSS5.8AI score0.00147EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/30 7:29 a.m.17 views

CVE-2025-38087 net/sched: fix use-after-free in taprio_dev_notifier

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in tapriodevnotifier Since taprio’s tapriodevnotifier isn’t protected by an RCU read-side critical section, a race with advancesched can lead to a use-after-free. Adding rcureadlock inside...

7.8CVSS0.00147EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/30 7:29 a.m.7 views

CVE-2025-38087 net/sched: fix use-after-free in taprio_dev_notifier

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in tapriodevnotifier Since taprio’s tapriodevnotifier isn’t protected by an RCU read-side critical section, a race with advancesched can lead to a use-after-free. Adding rcureadlock inside...

7.8CVSS6.4AI score
SaveExploits0References7
NVD
NVD
added 2025/06/28 8:15 a.m.11 views

CVE-2025-38084

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: unshare page tables during VMA split, not before Currently, splitvma triggers hugetlb page table unsharing through vmops-maysplit. This happens before the VMA lock and rmap locks are taken - which is too early, it...

7.8CVSS0.00163EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/06/28 7:52 a.m.7 views

CVE-2025-38086

In the Linux kernel, the following vulnerability has been resolved: net: ch9200: fix uninitialised access during miinwayrestart In miinwayrestart the code attempts to call mii-mdioread which is ch9200mdioread. ch9200mdioread utilises a local buffer called "buff", which is initialised with...

5.5CVSS6AI score0.00158EPSS
SaveExploits0
OSV
OSV
added 2025/06/28 7:52 a.m.7 views

CVE-2025-38086 net: ch9200: fix uninitialised access during mii_nway_restart

In the Linux kernel, the following vulnerability has been resolved: net: ch9200: fix uninitialised access during miinwayrestart In miinwayrestart the code attempts to call mii-mdioread which is ch9200mdioread. ch9200mdioread utilises a local buffer called "buff", which is initialised with...

7.3AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/06/28 7:44 a.m.21 views

CVE-2025-38085 mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugepmdunshare vs GUP-fast race hugepmdunshare drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in...

7.8CVSS0.00121EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/06/28 7:44 a.m.19 views

CVE-2025-38085

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugepmdunshare vs GUP-fast race hugepmdunshare drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in...

7.8CVSS5.3AI score0.00121EPSS
SaveExploits0
OSV
OSV
added 2025/06/28 7:44 a.m.6 views

CVE-2025-38084 mm/hugetlb: unshare page tables during VMA split, not before

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: unshare page tables during VMA split, not before Currently, splitvma triggers hugetlb page table unsharing through vmops-maysplit. This happens before the VMA lock and rmap locks are taken - which is too early, it...

7.8CVSS6.3AI score
SaveExploits0References13
IBM Security Bulletins
IBM Security Bulletins
added 2025/06/27 10:43 p.m.13 views

Security Bulletin: This Power System update is being released to address CVE-2024-35857

Summary The Linux kernel is used by the Virtualization Management Interface in PowerVM to support network communication with the Hardware Management Console. This bulletin provides a remediation for the impacted vulnerability, CVE-2024-35857, by upgrading PowerVM and thus addressing the exposure ...

7.5CVSS6.6AI score0.01019EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/06/27 12:0 a.m.7 views

PT-2025-30766 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue in the KVM component related to the validation of the num cpu value received from user space for LoongArch architecture. Insufficient validation of t...

4.6CVSS6AI score0.00148EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2025/06/26 12:0 a.m.26 views

The vulnerability in the arch/x86/kernel/apic/io_apic.c module of the Linux operating system allows a hacker to cause a service failure.

The vulnerability in the arch/x86/kernel/apic/ioapic.c module of the Linux operating system is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References12Affected Software7
Positive Technologies
Positive Technologies
added 2025/06/26 12:0 a.m.8 views

PT-2025-30767

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where an array index overflow can occur in the KVM Kernel-based Virtual Machine subsystem on LoongArch architecture. The index variable is modified and...

7.8CVSS6.5AI score0.00148EPSS
SaveExploits0References15
Rows per page
Query Builder