Lucene search
+L

3701 matches found

OSV
OSV
added 2025/09/05 5:20 p.m.9 views

CVE-2025-38731 drm/xe: Fix vm_bind_ioctl double free bug

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix vmbindioctl double free bug If the argument check during an array bind fails, the bindops are freed twice as seen below. Fix this by setting bindops to NULL after freeing...

7.8CVSS6.2AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/05 12:0 a.m.12 views

PT-2025-36261

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.16.0-xe-eudebug-cmanszew+ 520 Description A double-free issue was resolved in the drm/xe module within the Linux kernel. Specifically, the vulnerability occurs in the xe vm bind ioctl function when the argument...

7.8CVSS7.2AI score0.00548EPSS
SaveExploits3References62
OSV
OSV
added 2025/09/04 4:15 p.m.19 views

AZL-73881 CVE-2025-38701 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: do not BUG when INLINEDATAFL lacks system.data xattr A syzbot fuzzed image triggered a BUGON in ext4updateinlinedata when an inode had the INLINEDATAFL flag set but was missing the system.data extended attribute. Since this...

5.5CVSS5.6AI score0.00177EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/04 4:15 p.m.6 views

CVE-2025-38691

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix uninited ptr deref in block/scsi layout The error occurs on the third attempt to encode extents. When function exttreepreparecommit reallocates a larger buffer to retry encoding extents, the "layoutupdatepages" page arr...

5.5CVSS0.00177EPSS
SaveExploits0References13
OSV
OSV
added 2025/09/04 4:15 p.m.4 views

DEBIAN-CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS4.9AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.15 views

UBUNTU-CVE-2025-38728

In the Linux kernel, the following vulnerability has been resolved: smb3: fix for slab out of bounds on mount to ksmbd With KASAN enabled, it is possible to get a slab out of bounds during mount to ksmbd due to missing check in parseserverinterfaces see below: BUG: KASAN: slab-out-of-bounds in...

9.1CVSS6.5AI score0.00314EPSS
SaveExploits0References25
OSV
OSV
added 2025/09/04 4:15 p.m.12 views

UBUNTU-CVE-2025-38692

In the Linux kernel, the following vulnerability has been resolved: exfat: add cluster chain loop check for dir An infinite loop may occur if the following conditions occur due to file system corruption. 1 Condition for exfatcountdirentries to loop infinitely. - The cluster chain includes a loop....

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References24
CVE
CVE
added 2025/09/04 3:33 p.m.62 views

CVE-2025-38724

CVE-2025-38724 affects the Linux kernel; nfsd4_setclientid_confirm() could race with an expiring confirmed client due to not checking get_client_locked() return value, risking a use-after-free. The fix applies to scenarios with an extant confirmed client by obtaining a reference earlier and handl...

9.8CVSS5.8AI score0.00378EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.14 views

CVE-2025-38722 habanalabs: fix UAF in export_dmabuf()

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix UAF in exportdmabuf As soon as we'd inserted a file reference into descriptor table, another thread could close it. That's fine for the case when all we are doing is returning that descriptor to userland it's a...

7.8CVSS0.00153EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.19 views

CVE-2025-38721 netfilter: ctnetlink: fix refcount leak on table dump

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix refcount leak on table dump There is a reference count leak in ctnetlinkdumptable: if res ctgeneral; // HERE cb-args1 = unsigned longct; ... While its very unlikely, its possible that ct == last. If this...

0.00165EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/04 3:33 p.m.41 views

CVE-2025-38714

CVE-2025-38714 affects the Linux kernel’s HFS+ subsystem. The issue is a slab-out-of-bounds in hfsplus_bnode_read(), leading to potential memory corruption during operations that touch HFS+ bnodes. The connected advisories indicate a fix has been applied in upstream kernel code (hfsplus_bnode_rea...

7.8CVSS5.8AI score0.00167EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2025/09/04 3:32 p.m.62 views

CVE-2025-38700

Concrete details found in connected documents confirm CVE-2025-38700 affects the Linux kernel's SCSI libiscsi path (iscsi_conn->dd_data) during iSER setup when ib_fast_reg_mr allocation fails. The root cause is unconditional initialization of iscsi_conn->dd_data when dd_size may be 0, leadi...

5.5CVSS5.8AI score0.0017EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.15 views

CVE-2025-38694 media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb()

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090prwonapb In dib7090prwonapb, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf would be passed. If accessing msg0.buf2...

0.0017EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.18 views

CVE-2025-38692 exfat: add cluster chain loop check for dir

In the Linux kernel, the following vulnerability has been resolved: exfat: add cluster chain loop check for dir An infinite loop may occur if the following conditions occur due to file system corruption. 1 Condition for exfatcountdirentries to loop infinitely. - The cluster chain includes a loop....

0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/04 3:32 p.m.9 views

CVE-2025-38690 drm/xe/migrate: prevent infinite recursion

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: prevent infinite recursion If the buf + offset is not aligned to XECAHELINEBYTES we fallback to using a bounce buffer. However the bounce buffer here is allocated on the stack, and the only alignment requirement...

6.6AI score
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/09/04 10:16 a.m.8 views

f2fs: fix to avoid panic in f2fs_evict_inode

...

7.8CVSS7AI score0.00186EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:24 a.m.5 views

tipc: Fix use-after-free in tipc_conn_close().

...

7.8CVSS6.8AI score0.00173EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 4:23 a.m.7 views

fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name

...

7.1CVSS7AI score0.00261EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 12:18 a.m.10 views

f2fs: fix null-ptr-deref in f2fs_submit_page_bio()

...

5.5CVSS7AI score0.00222EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/03 10:17 p.m.13 views

rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()

...

7.8CVSS7AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder