Lucene search
+L

13114 matches found

OSV
OSV
added 2025/07/04 1:37 p.m.15 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.8 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.92 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.5 views

CVE-2025-38213

Removed by vendor...

7.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.5 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.00157EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.117 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.00157EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.8 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.91 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.00148EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.5 views

CVE-2025-38210

In the Linux kernel, the following vulnerability has been resolved: configfs-tsm-report: Fix NULL dereference of tsmops Unlike sysfs, the lifetime of configfs objects is controlled by userspace. There is no mechanism for the kernel to find and delete all created config-items. Instead, the...

5.5CVSS5.5AI score0.00148EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/04 1:37 p.m.15 views

CVE-2025-38210 configfs-tsm-report: Fix NULL dereference of tsm_ops

In the Linux kernel, the following vulnerability has been resolved: configfs-tsm-report: Fix NULL dereference of tsmops Unlike sysfs, the lifetime of configfs objects is controlled by userspace. There is no mechanism for the kernel to find and delete all created config-items. Instead, the...

0.00148EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.8 views

CVE-2025-38209

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: remove tag set when second admin queue config fails Commit 104d0e2f6222 "nvme-fabrics: reset admin connection for secure concatenation" modified nvmetcpsetupctrl to call nvmetcpconfigureadminqueue twice. The first call...

9.8CVSS6.1AI score0.00311EPSS
SaveExploits0
OSV
OSV
added 2025/07/04 1:37 p.m.3 views

CVE-2025-38208 smb: client: add NULL check in automount_fullpath

In the Linux kernel, the following vulnerability has been resolved: smb: client: add NULL check in automountfullpath page is checked for null in buildpathfromdentryoptionalprefix when tcon-originfullpath is not set. However, the check is missing when it is set. Add a check to prevent a potential...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.10 views

CVE-2025-38208

In the Linux kernel, the following vulnerability has been resolved: smb: client: add NULL check in automountfullpath page is checked for null in buildpathfromdentryoptionalprefix when tcon-originfullpath is not set. However, the check is missing when it is set. Add a check to prevent a potential...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/04 1:37 p.m.11 views

CVE-2025-38208 smb: client: add NULL check in automount_fullpath

In the Linux kernel, the following vulnerability has been resolved: smb: client: add NULL check in automountfullpath page is checked for null in buildpathfromdentryoptionalprefix when tcon-originfullpath is not set. However, the check is missing when it is set. Add a check to prevent a potential...

0.0015EPSS
SaveExploits0References4
CVE
CVE
added 2025/07/04 1:37 p.m.37 views

CVE-2025-38209

CVE-2025-38209 concerns a Linux kernel vulnerability in nvme-tcp where nvme_tcp_setup_ctrl() calls nvme_tcp_configure_admin_queue() twice. The second call can fail (new=false) without removing the previously allocated admin_tag_set, leading to a use-after-free in the timeout handler when it acces...

9.8CVSS6.3AI score0.00311EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.68 views

CVE-2025-38208

CVE-2025-38208 is resolved in the Linux kernel: smb client adds a NULL check in automount_fullpath to prevent NULL dereference when tcon->origin_fullpath is set. The issue was a missing null check in __build_path_from_dentry_optional_prefix for the case when origin_fullpath is present. Affects...

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

CVE-2025-38207

CVE-2025-38207 : In the Linux kernel, a bug in the uprobe handling during vma expansion could cause the upnode page table entry (pte) to be overwritten, potentially orphaning the upbump page. The issue arises when remapping a vma that includes an uprobe, causing a pte overwrite during the set_pte...

5.5CVSS6.4AI score0.00134EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.8 views

CVE-2025-38207

In the Linux kernel, the following vulnerability has been resolved: mm: fix uprobe pte be overwritten when expanding vma Patch series "Fix uprobe pte be overwritten when expanding vma". This patch of 4: We encountered a BUG alert triggered by Syzkaller as follows: BUG: Bad rss-counter state...

5.5CVSS5.2AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.5 views

CVE-2025-38206

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayedfree The double free could happen in the following path. exfatcreateupcasetable exfatcreateupcasetable : return error exfatfreeupcasetable : free -volutbl exfatloaddefaultupcasetable : return erro...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/07/04 1:37 p.m.14 views

CVE-2025-38206 exfat: fix double free in delayed_free

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayedfree The double free could happen in the following path. exfatcreateupcasetable exfatcreateupcasetable : return error exfatfreeupcasetable : free -volutbl exfatloaddefaultupcasetable : return erro...

7.8CVSS6.6AI score
SaveExploits0References8
Rows per page
Query Builder