Lucene search
+L

10050 matches found

NVD
NVD
added 2025/08/22 4:15 p.m.11 views

CVE-2025-38675

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: initialize stateptrs earlier in xfrmstatefind In case of preemption, xfrmstatelookat will find a different pcpuid and look up states for that other CPU. If we matched a state for CPU2 in the statecache while the look...

7.8CVSS0.00115EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.4 views

DEBIAN-CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.12 views

AZL-73635 CVE-2025-38664 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS5.6AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.13 views

AZL-66584 CVE-2025-38660 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS6.3AI score0.0038EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 4:15 p.m.9 views

CVE-2025-38621

In the Linux kernel, the following vulnerability has been resolved: md: make rdevaddable usable for rcu mode Our testcase trigger panic: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... Oops: Oops: 0000 1 SMP NOPTI CPU: 2 UID: 0 PID: 85 Comm: kworker/2:1 Not tainted 6.16.0+ 94...

5.5CVSS0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.3 views

DEBIAN-CVE-2025-38621

In the Linux kernel, the following vulnerability has been resolved: md: make rdevaddable usable for rcu mode Our testcase trigger panic: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... Oops: Oops: 0000 1 SMP NOPTI CPU: 2 UID: 0 PID: 85 Comm: kworker/2:1 Not tainted 6.16.0+ 94...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.16 views

UBUNTU-CVE-2025-38638

In the Linux kernel, the following vulnerability has been resolved: ipv6: add a retry logic in net6rtnotify inet6rtnotify can be called under RCU protection only. This means the route could be changed concurrently and rt6fillnode could return -EMSGSIZE. Re-size the skb when this happens and retry...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/22 4:15 p.m.11 views

UBUNTU-CVE-2025-38660

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS5.9AI score0.0038EPSS
SaveExploits0References29
OSV
OSV
added 2025/08/22 4:04 p.m.11 views

CVE-2025-38675 xfrm: state: initialize state_ptrs earlier in xfrm_state_find

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: initialize stateptrs earlier in xfrmstatefind In case of preemption, xfrmstatelookat will find a different pcpuid and look up states for that other CPU. If we matched a state for CPU2 in the statecache while the look...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/08/22 4:02 p.m.61 views

CVE-2025-38664

The CVE-2025-38664 entry is a Linux kernel issue affecting the ice driver: a null pointer dereference in ice_copy_and_init_pkg() could occur if devm_kmemdup() returns NULL. The advisory notes a fix by adding a NULL check for the return value of devm_kmemdup() to prevent the dereference, with the ...

5.5CVSS6.5AI score0.0017EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/08/22 4:02 p.m.17 views

CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/08/22 4:01 p.m.66 views

CVE-2025-38660

Summary: In the Linux kernel, the vulnerability in the Ceph code path arises because parse_longname() uses strrchr() without a guaranteed NUL-terminated string. This leads to improper handling when building arguments with kmemdup_nul() for kstrtou64(), since the string copy may not be NUL-termina...

9.8CVSS6.5AI score0.0038EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/08/22 4:01 p.m.8 views

CVE-2025-38660 [ceph] parse_longname(): strrchr() expects NUL-terminated string

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/08/22 4:01 p.m.16 views

CVE-2025-38660 [ceph] parse_longname(): strrchr() expects NUL-terminated string

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS0.0038EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/08/22 4:01 p.m.13 views

CVE-2025-38660

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS5.3AI score0.0038EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.22 views

CVE-2025-38638 ipv6: add a retry logic in net6_rt_notify()

In the Linux kernel, the following vulnerability has been resolved: ipv6: add a retry logic in net6rtnotify inet6rtnotify can be called under RCU protection only. This means the route could be changed concurrently and rt6fillnode could return -EMSGSIZE. Re-size the skb when this happens and retry...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/22 4:00 p.m.48 views

CVE-2025-38638

CVE-2025-38638: In the Linux kernel IPv6 stack, inet6_rt_notify() could be invoked under RCU protection, allowing concurrent route changes and rt6_fill_node() returning -EMSGSIZE. The fix adds retry logic: when this situation is detected, the skb is resized and the operation retried, and a previo...

5.5CVSS6.2AI score0.00137EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.16 views

CVE-2025-38638

In the Linux kernel, the following vulnerability has been resolved: ipv6: add a retry logic in net6rtnotify inet6rtnotify can be called under RCU protection only. This means the route could be changed concurrently and rt6fillnode could return -EMSGSIZE. Re-size the skb when this happens and retry...

5.5CVSS5.4AI score0.00137EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.11 views

CVE-2025-38627

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix UAF of f2fsinodeinfo in f2fsfreedic The decompressioctx may be released asynchronously after I/O completion. If this file is deleted immediately after read, and the kworker of processing postreadwq has not bee...

7.8CVSS6AI score0.00165EPSS
SaveExploits0
CVE
CVE
added 2025/08/22 4:00 p.m.70 views

CVE-2025-38621

The CVE-2025-38621 issue affects the Linux kernel md subsystem, where md_spares_need_change could call rdev_addable() while under RCU, potentially dereferencing an rdev.mddev that is NULL after release, causing a NULL pointer dereference and a panic. The published description notes the fix is to ...

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder