Lucene search
+L

13164 matches found

CVE
CVE
added 2025/07/04 1:37 p.m.69 views

CVE-2025-38223

CVE-2025-38223 : Linux kernel fix for a kernel BUG triggered by an encrypted inode with an unaligned file size (e.g., 33K or 1K) in Ceph-related code paths. The issue manifests as a kernel OOPS/crash via a bug in ceph_msg_data_cursor_init in net/ceph/messenger.c during ceph_con_workfn processing,...

5.5CVSS6.2AI score0.00094EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38223 ceph: avoid kernel BUG for encrypted inode with unaligned file size

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid kernel BUG for encrypted inode with unaligned file size The generic/397 test hits a BUGON for the case of encrypted inode with unaligned file size for example, 33K or 1K: 877.737811 run fstests generic/397 at 2025-01-...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.15 views

CVE-2025-38223

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid kernel BUG for encrypted inode with unaligned file size The generic/397 test hits a BUGON for the case of encrypted inode with unaligned file size for example, 33K or 1K: 877.737811 run fstests generic/397 at 2025-01-...

5.5CVSS5.3AI score0.00094EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.51 views

CVE-2025-38221

CVE-2025-38221 relates to a Linux kernel ext4 punching hole offset vulnerability. The available connected documents describe a fix for out-of-bounds punching: punching a hole with a start offset that exceeds max_end could yield a negative length in truncate_inode_partial_folio during page cache t...

7.1CVSS6.1AI score0.00147EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.16 views

CVE-2025-38221

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out of bounds punch offset Punching a hole with a start offset that exceeds maxend is not permitted and will result in a negative length in the truncateinodepartialfolio function while truncating the page cache,...

7.1CVSS6.1AI score0.00147EPSS
SaveExploits0
OSV
OSV
added 2025/07/04 1:37 p.m.16 views

CVE-2025-38220 ext4: only dirty folios when data journaling regular files

In the Linux kernel, the following vulnerability has been resolved: ext4: only dirty folios when data journaling regular files fstest generic/388 occasionally reproduces a crash that looks as follows: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace:...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/07/04 1:37 p.m.116 views

CVE-2025-38220

CVE-2025-38220 affects the Linux kernel ext4 subsystem. The vulnerability occurs when processing an orphan-list symlink inode during truncation; partial block zeroing calls ext4_dirty_journalled_data() which invokes folio_mark_dirty() via mapping->a_ops->dirty_folio(), but symlink inodes la...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.113 views

CVE-2025-38219

CVE-2025-38219 affects the Linux kernel F2FS code path. The issue is a downgrade-related negative i_nlink scenario that could trigger a kernel warning; the vulnerability was resolved in the cited upstream code path (f2fs_i_links_write -> f2fs_drop_nlink -> f2fs_unlink), as shown in the conn...

5.5CVSS6.1AI score0.00159EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.195 views

CVE-2025-38218

CVE-2025-38218 affects the Linux kernel with f2fs: a sanity check failure in sit_bitmap_size can lead to a kernel panic during resize/mount. The issue arises when sit_i->bitmap_size is 192, making sit bitmap size 1536, but with MAIN_SEGS at 261893 the sit_blk_cnt becomes 4762; build_sit_entrie...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38217

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS5.3AI score0.00107EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.105 views

CVE-2025-38215

In CVE-2025-38215, the Linux kernel fbdev subsystem had a null-ptr-deref risk in fb_videomode_to_var when do_register_framebuffer allocated fb_videomode memory unsuccessfully. The fix prevents registering fb_info unless its mode is set and moves fb_add_videomode() earlier in do_register_framebuff...

5.5CVSS6.2AI score0.00147EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.109 views

CVE-2025-38216

CVE-2025-38216 (Linux kernel) affects iommu/vt-d context entry setup order for aliased PCI devices behind PCIe-to-PCI bridges. The issue arose after commit 2031c469f816 changed domain attach context entry setup from set-and-check to clear-and-reset, regressing PCI aliased devices and causing inpu...

8.8CVSS6.2AI score0.0015EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.16 views

CVE-2025-38215 fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix doregisterframebuffer to prevent null-ptr-deref in fbvideomodetovar If fbaddvideomode in doregisterframebuffer fails to allocate memory for fbvideomode, it will later lead to a null-ptr dereference in fbvideomodetovar,...

6.3AI score
SaveExploits0References10
OSV
OSV
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38214 fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbsetvar to prevent null-ptr-deref in fbvideomodetovar If fbaddvideomode in fbsetvar fails to allocate memory for fbvideomode, later it may lead to a null-ptr dereference in fbvideomodetovar, as the fbinfo is registere...

6.2AI score
SaveExploits0References14
CVE
CVE
added 2025/07/04 1:37 p.m.98 views

CVE-2025-38213

CVE-2025-38213 is rejected by the CNA and does not represent an active vulnerability entry.

6.5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.8 views

CVE-2025-38213

Removed by vendor...

7.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38212

In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a use-after-free vulnerability, 0 0: https://lore.kernel.org/all/[email protected]/ idrforeach is protected by rwsem, but thi...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.130 views

CVE-2025-38212

CVE-2025-38212 affects the Linux kernel IPC subsystem. The bug was a use-after-free in radix_tree_node_free triggered by idr_for_each() not being in an RCU read-critical region when called from shm_destroy_orphaned(), risking reading freed memory during radix_tree_for_each_slot(). The fix adds RC...

7.8CVSS6.7AI score0.00164EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.10 views

CVE-2025-38212 ipc: fix to protect IPCS lookups using RCU

In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a use-after-free vulnerability, 0 0: https://lore.kernel.org/all/[email protected]/ idrforeach is protected by rwsem, but thi...

7.8CVSS6.2AI score
SaveExploits0References14
CVE
CVE
added 2025/07/04 1:37 p.m.99 views

CVE-2025-38210

CVE-2025-38210 concerns the Linux kernel in the configfs-tsm-report path. The root cause is a NULL-dereference risk when tsm_ops have been unregistered but certain code paths (tsm_report_privlevel_store(), tsm_report_provider_show()) did not verify the removal, leading to potential config-item ac...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder