Lucene search
+L

1051 matches found

OSV
OSV
added 2025/09/16 5:15 p.m.9 views

UBUNTU-CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/16 5:15 p.m.6 views

UBUNTU-CVE-2022-50342

In the Linux kernel, the following vulnerability has been resolved: floppy: Fix memory leak in dofloppyinit A memory leak was reported when floppyallocdisk failed in dofloppyinit. unreferenced object 0xffff888115ed25a0 size 8: comm "modprobe", pid 727, jiffies 4295051278 age 25.529s hex dump firs...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.3 views

CVE-2023-53323 ext2/dax: Fix ext2_setsize when len is page aligned

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

6AI score0.00134EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.5 views

CVE-2022-50343

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible name leaks when rioadddevice fails Patch series "rapidio: fix three possible memory leaks". This patchset fixes three name leaks in error handling. - patch 1 fixes two name leaks while rioadddevice fails. -...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:0 p.m.3 views

CVE-2025-39819

In the Linux kernel, the following vulnerability has been resolved: fs/smb: Fix inconsistent refcnt update A possible inconsistent update of refcount was identified in smb2compoundop. Such inconsistent update could lead to possible resource leaks. Why it is a possible bug: 1. In the comment secti...

5.5CVSS5.4AI score0.00137EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/16 1:0 p.m.3 views

CVE-2025-39818 HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save

In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save Improper use of secondary pointer &dev-i2csubipregs caused kernel crash and out-of-bounds error: BUG: KASAN: slab-out-of-bounds in...

7.8CVSS6.1AI score0.00134EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/16 8:7 a.m.10 views

CVE-2023-53271 ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix unreferenced object reported by kmemleak in ubiresizevolume There is a memory leaks problem reported by kmemleak: unreferenced object 0xffff888102007a00 size 128: comm "ubirsvol", pid 32090, jiffies 4298464136 age...

0.00147EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50305

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ASoC: sofes8336: fix possible use- after-free in sofes8336remove sofes8336remove calls...

7.8CVSS5.1AI score0.00147EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.11 views

CVE-2023-53260 ovl: fix null pointer dereference in ovl_permission()

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlpermission Following process: P1 P2 pathlookupat linkpathwalk inodepermission ovlpermission ovlipathrealinode, &realpath path-dentry = ovlidentryupperinode dropcache dentrykillovldentry...

0.00133EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:2 p.m.9 views

CVE-2022-50253 bpf: make sure skb->len != 0 when redirecting to a tunneling device

In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb-len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb-len == 0 when we enter devqueuexmit: WARNING: CPU: 0 PID: 2470 at include/linux/skbuff.h:2576 skbassertlen...

0.00147EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39754

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/smaps: fix race between smapshugetlbrange and migration smapshugetlbrange handles the pte without holdling ptl, and may be concurrenct with migration, leaing...

4.7CVSS5.8AI score0.00105EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2025-39779

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: subpage: keep TOWRITE tag until folio is cleaned btrfssubpagesetwriteback calls foliostartwriteback the first time a folio is written back, and it also...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/11 11:24 p.m.6 views

SUSE CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

5.5CVSS6.3AI score0.00149EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2025/09/11 4:52 p.m.15 views

CVE-2025-39738 btrfs: do not allow relocation of partially dropped subvolumes

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not allow relocation of partially dropped subvolumes BUG There is an internal report that balance triggered transaction abort, with the following call trace: item 85 key 594509824 169 0 itemoff 12599 itemsize 33 extent...

7.3CVSS0.00158EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/11 12:0 a.m.7 views

PT-2025-51604

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue where the udp tunnel nic register function incorrectly used netdev WARN for non-critical error reporting. netdev WARN includes a backtrace, which is...

6CVSS5.2AI score0.00183EPSS
SaveExploits0
OSV
OSV
added 2025/09/05 6:15 p.m.7 views

UBUNTU-CVE-2025-39700

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: ignore migration request to invalid nodes damonmigratepages tries migration even if the target node is invalid. If users mistakenly make such invalid requests via DAMOSMIGRATEHOT,COLD action, the below kernel...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.13 views

CVE-2025-38714 hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds in hfsplusbnoderead The hfsplusbnoderead method can trigger the issue: 174.852007 T9784 ================================================================== 174.852709 T9784 BUG: KASAN:...

7.8CVSS0.00155EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/04 3:33 p.m.37 views

CVE-2025-38712

CVE-2025-38712 refers to a Linux kernel issue in the hfsplus code path. Root cause: when the volume header has values not reflecting the filesystem state, hfsplus_fill_super() may assume the attributes file isn’t created and call hfsplus_create_attributes_file(), hitting a BUG_ON(). The fix repla...

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

CVE-2025-38684 net/sched: ets: use old 'nbands' while purging unused classes

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: use old 'nbands' while purging unused classes Shuang reported schets test-case 1 crashing in etsclassqlennotify after recent changes from Lion 2. The problem is: in etsqdiscchange we purge unused DWRR queues; the...

0.0016EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/02 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-26956

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nilfs2: fix failure to detect DAT corruption in btree and direct mappings Patch series nilfs2: fix kernel bug at submitbhwbc. This resolves a kernel BUG reporte...

7.8CVSS6.7AI score0.00255EPSS
SaveExploits0References2
Rows per page
Query Builder