Lucene search
K

9097 matches found

Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.6 views

CVE-2025-38408

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

5.5CVSS5.3AI score0.00158EPSS
Exploits0
NVD
NVD
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38400

In the Linux kernel, the following vulnerability has been resolved: nfs: Clean up /proc/net/rpc/nfs when nfsfsprocnetinit fails. syzbot reported a warning below 1 following a fault injection in nfsfsprocnetinit. 0 When nfsfsprocnetinit fails, /proc/net/rpc/nfs is not removed. Later, rpcprocexit...

5.5CVSS0.00183EPSS
Exploits0References11
NVD
NVD
added 2025/07/25 1:15 p.m.4 views

CVE-2025-38387

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

5.5CVSS0.00172EPSS
Exploits0References10
OSV
OSV
added 2025/07/25 1:15 p.m.11 views

AZL-72403 CVE-2025-38387 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

5.5CVSS6.8AI score0.00172EPSS
Exploits0References1
NVD
NVD
added 2025/07/25 1:15 p.m.3 views

CVE-2025-38380

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

Exploits0
OSV
OSV
added 2025/07/25 1:15 p.m.14 views

CVE-2025-38380

In the Linux kernel, the following vulnerability has been resolved: i2c/designware: Fix an initialization issue The i2cdwxferinit function requires msgs and msgwriteidx from the dev context to be initialized. amdi2cdwxferquirk inits msgs and msgsnum, but not msgwriteidx. This could allow an out o...

7.1AI score
Exploits0References7
NVD
NVD
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38355

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Process deferred GGTT node removals on device unwind While we are indirectly draining our dedicated workqueue ggtt-wq that we use to complete asynchronous removal of some GGTT nodes, this happends as part of the managed-d...

5.5CVSS0.00154EPSS
Exploits0References3
OSV
OSV
added 2025/07/25 1:15 p.m.0 views

DEBIAN-CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS5.5AI score0.00117EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/07/25 1:8 p.m.7 views

CVE-2025-38403 vsock/vmci: Clear the vmci transport packet properly when initializing it

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmcitransportpacketinit memset the vmcitransportpacket before populating the fields to avoid any uninitialised data being left in the structure...

0.0018EPSS
Exploits0References8
CVE
CVE
added 2025/07/25 1:8 p.m.83 views

CVE-2025-38403

Summary (CVE-2025-38403) : In the Linux kernel, the vmci transport path (vsock/vmci) had a fix to clear the vmci_transport_packet before populating fields in vmci_transport_packet_init to avoid leaving uninitialised data. This change addresses an information leakage/contamination risk related to ...

7.8CVSS6.3AI score0.0018EPSS
Exploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2025/07/25 1:8 p.m.4 views

CVE-2025-38403 vsock/vmci: Clear the vmci transport packet properly when initializing it

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmcitransportpacketinit memset the vmcitransportpacket before populating the fields to avoid any uninitialised data being left in the structure...

6.3AI score0.0018EPSS
Exploits0References8
OSV
OSV
added 2025/07/25 1:8 p.m.3 views

CVE-2025-38403 vsock/vmci: Clear the vmci transport packet properly when initializing it

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmcitransportpacketinit memset the vmcitransportpacket before populating the fields to avoid any uninitialised data being left in the structure...

7.8CVSS6AI score0.0018EPSS
Exploits0References13
CVE
CVE
added 2025/07/25 12:53 p.m.76 views

CVE-2025-38387

CVE-2025-38387 affects the Linux kernel’s RDMA/mlx5 subsystem. The issue arises when an obj_event is inserted into a list before its obj_sub_list is initialized, risking a poisonous pointer if the event is loaded immediately after insertion. The referenced fix initializes obj_event->obj_sub_li...

5.5CVSS6.3AI score0.00172EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.9 views

CVE-2025-38387 RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

0.00172EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.3 views

CVE-2025-38387

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

5.5CVSS5.4AI score0.00172EPSS
Exploits0
OSV
OSV
added 2025/07/25 12:53 p.m.5 views

CVE-2025-38387 RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize objevent-objsublist before xainsert The objevent may be loaded immediately after inserted, then if the listhead is not initialized then we may get a poisonous pointer. This fixes the crash below: mlx5core...

5.5CVSS6.3AI score0.00172EPSS
Exploits0References13
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38380

...

Exploits0
CVE
CVE
added 2025/07/25 12:53 p.m.83 views

CVE-2025-38380

CVE-2025-38380 is not rejected. The connected documents identify it as a Linux kernel issue in the i2c/designware subsystem, described as an initialization issue that can affect affected systems. The advisories (e.g., AlmaLinux ALSA-2025:14009 and related SUSE advisories) reference a fix in the k...

6.4AI score
Exploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.4 views

CVE-2025-38380

Removed by vendor...

7.7AI score
Exploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.5 views

CVE-2025-38356

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Explicitly exit CT safe mode on unwind During driver probe we might be briefly using CT safe mode, which is based on a delayed work, but usually we are able to stop this once we have IRQ fully operational. However, if...

5.5CVSS5.5AI score0.00154EPSS
Exploits0
Rows per page
Query Builder