Lucene search
+L

13117 matches found

CVE
CVE
added 2025/05/01 1:07 p.m.150 views

CVE-2025-37781

CVE-2025-37781 affects the Linux kernel involving the i2c Cros EC tunnel. When i2c-cros-ec-tunnel and the EC driver are built-in, the EC parent device may not be found, causing a NULL pointer dereference. The issue can be reproduced by unbinding the controller driver and re-loading the i2c-cros-e...

5.5CVSS6.2AI score0.00196EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.94 views

CVE-2025-37779

CVE-2025-37779 concerns the Linux kernel’s lib/iov_iter.c and arises from an incorrect refcount fix for non-slab folio pages used in EROFS/v9fs p9 read paths. The root cause is that pages in a bvec can be coalesced across folio boundaries, and the non-slab folio refcount was not increased suffici...

7.8CVSS6.4AI score0.00156EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.13 views

CVE-2025-37780 isofs: Prevent the use of too small fid

In the Linux kernel, the following vulnerability has been resolved: isofs: Prevent the use of too small fid syzbot reported a slab-out-of-bounds Read in isofsfhtoparent. 1 The handlebytes value passed in by the reproducing program is equal to 12. In handletopath, only 12 bytes of memory are...

6AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 1:07 p.m.122 views

CVE-2025-37777

CVE-2025-37777: In the Linux kernel ksmbd path, a use-after-free could occur in __smb2_lease_break_noti() when the connection is disconnected, because ksmbd_conn_write may touch freed structures if conn->ksmbd_transport is already freed. The fix moves the tcp_transport free to ksmbd_conn_free,...

8.8CVSS6.6AI score0.00345EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.130 views

CVE-2025-37775

CVE-2025-37775 affects the Linux kernel in the ksmbd component. The issue centers on a warning in __kernel_write_iter that could relate to directory write attempts; the patch stabilizes behavior by not allowing writes to directories, as described in the initial advisory. The vulnerability is addr...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.123 views

CVE-2025-37776

CVE-2025-37776 : In the Linux kernel, ksmbd has a use-after-free in smb_break_all_levII_oplock() caused by a race when unlocking in the middle of the loop. A patch adds a read lock to protect the whole loop. This vulnerability has a local attack vector with high impact (C/H/I/A) per CVSS v3.1, an...

8.8CVSS6.5AI score0.00329EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.11 views

CVE-2025-37776 ksmbd: fix use-after-free in smb_break_all_levII_oplock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

8.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 1:07 p.m.14 views

CVE-2025-37775 ksmbd: fix the warning from __kernel_write_iter

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

6.1AI score
SaveExploits0References9
OSV
OSV
added 2025/05/01 1:07 p.m.12 views

CVE-2025-37774 slab: ensure slab->obj_exts is clear in a newly allocated slab page

In the Linux kernel, the following vulnerability has been resolved: slab: ensure slab-objexts is clear in a newly allocated slab page ktest recently reported crashes while running several buffered io tests with alloctaggingslaballochook at the top of the crash call stack. The signature indicates ...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 1:07 p.m.142 views

CVE-2025-37772

CVE-2025-37772 – Linux kernel RDMA CMA workqueue race condition. The vulnerability arises when multiple rapid calls to cma_netevent_callback() enqueue cma_netevent_work_handler() for the same rdma_cm_id, potentially overwriting a previously scheduled work item due to reusing the rdma_cm_id’s net_...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.133 views

CVE-2025-37773

CVE-2025-37773 : In the Linux kernel, the virtiofs subsystem was updated to fix a NULL source-name in the filesystem context source name check. In fuzzing-like scenarios, the source name may be NULL, potentially triggering a kernel panic. The connected advisories confirm the issue and describe th...

5.5CVSS6.4AI score0.00187EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.14 views

CVE-2025-37773 virtiofs: add filesystem context source name check

In the Linux kernel, the following vulnerability has been resolved: virtiofs: add filesystem context source name check In certain scenarios, for example, during fuzz testing, the source name may be NULL, which could lead to a kernel panic. Therefore, an extra check for the source name should be...

5.9AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 1:07 p.m.148 views

CVE-2025-37771

CVE-2025-37771 affects the Linux kernel (drm/amd/pm) with a division-by-zero flaw when the user sets a speed value greater than UINT_MAX/8. It is a local vulnerability; kernel fixes are referenced in upstream commits (e.g., 6413fed016208171592c88b5df002af8a1387e24 and related edits). The issue ha...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.9 views

CVE-2025-37771 drm/amd/pm: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

6.2AI score
SaveExploits0References10
OSV
OSV
added 2025/05/01 1:07 p.m.7 views

CVE-2025-37770 drm/amd/pm: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

6.5AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.19 views

CVE-2025-37769 drm/amd/pm/smu11: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm/smu11: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE. cherry picked from...

0.00189EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/01 1:07 p.m.154 views

CVE-2025-37769

CVE-2025-37769 (Linux kernel): A division-by-zero condition exists in the DRM AMD SMU11 path (drm/amd/pm/smu11) when a user sets a speed value greater than UINT_MAX/8. The vulnerability is fixed in the kernel by a commit cherry-picked from da7dc714a8f8e1c9fc33c57cd63583779a3bef71, as reported by ...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/01 1:07 p.m.9 views

CVE-2025-37768 drm/amd/pm: Prevent division by zero

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

6.2AI score
SaveExploits0References12
CVE
CVE
added 2025/05/01 1:07 p.m.140 views

CVE-2025-37767

The CVE-2025-37767 entry describes a Linux kernel vulnerability in the drm/amd/pm path where division by zero is possible if the user sets a speed value greater than UINT_MAX/8. The flaw is triggered locally and carries a CVSSv3.1 base score of 5.5 (Medium) with impactLimited to availability and ...

5.5CVSS6.6AI score0.00191EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/05/01 1:07 p.m.145 views

CVE-2025-37766

CVE-2025-37766 affects the Linux kernel drm/amd/pm component, where the vulnerability stems from a divide-by-zero condition when setting a speed value. If speed exceeds UINT_MAX/8, a division by zero can occur. Multiple connected advisories/plugins (Azure Linux update, Astra Linux page, CIRCL sig...

5.5CVSS6.6AI score0.00199EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder