Lucene search
+L

5828 matches found

OSV
OSV
•added 2025/12/24 11:16 a.m.•1 views

DEBIAN-CVE-2025-68727

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by getname Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN...

5.4AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:16 a.m.•3 views

DEBIAN-CVE-2025-68376

In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CSMODESYSFS, if the buffer size is changed and enabled again, currently sysfsbuf will point to the newly allocated memorybufnew and free the old...

5.5AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:16 a.m.•3 views

DEBIAN-CVE-2025-68365

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfsreadhdr 3 - KMSAN: uninit-value in bcmp 3 Memory is allocated by getname, which is a wrapper for...

5.5CVSS5.4AI score0.00412EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•3 views

DEBIAN-CVE-2025-68360

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: wed: use proper wed reference in mt76 wed driver callabacks MT7996 driver can use both wed and wedhif2 devices to offload traffic from/to the wireless NIC. In the current codebase we assume to always use the primary w...

8.2CVSS5.2AI score0.00474EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•1 views

DEBIAN-CVE-2025-68359

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of qgroup record after failure to add delayed ref head In the previous code it was possible to incur into a double kfree scenario when calling adddelayedrefhead. This could happen if the record was reported...

9.8CVSS5.4AI score0.0053EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•3 views

DEBIAN-CVE-2025-68351

In the Linux kernel, the following vulnerability has been resolved: exfat: fix refcount leak in exfatfind Fix refcount leaks in exfatfind related to exfatgetdentryset. Function exfatgetdentryset would increase the reference counter of es-bh on success. Therefore, exfatputdentryset must be called...

5.5CVSS5.3AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•1 views

DEBIAN-CVE-2025-68354

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Protect regulatorsupplyaliaslist with regulatorlistmutex regulatorsupplyaliaslist was accessed without any locking in regulatorsupplyalias, regulatorregistersupplyalias, and regulatorunregistersupplyalias...

5.4AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•3 views

DEBIAN-CVE-2023-54041

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memory leak when removing provided buffers When removing provided buffers, iobuffer structs are not being disposed of, leading to a memory leak. They can't be freed individually, because they are allocated in...

5.1AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•5 views

DEBIAN-CVE-2023-54037

In the Linux kernel, the following vulnerability has been resolved: ice: prevent NULL pointer deref during reload Calling ethtool during reload can lead to call trace, because VSI isn't configured for some time, but netdev is alive. To fix it add rtnl lock for VSI deconfig and config. Set...

5.2AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•2 views

DEBIAN-CVE-2023-54023

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between balance and cancel/pause Syzbot reported a panic that looks like this: assertion failed: fsinfo-exclusiveoperation == BTRFSEXCLOPBALANCEPAUSED, in fs/btrfs/ioctl.c:465 ------------ cut here ------------...

5.3AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•2 views

DEBIAN-CVE-2023-54017

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in ibmebusbusinit, name of kobject which is allocated in devsetname called in deviceadd is leaked. As comment of deviceadd says, it shoul...

5.3AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•3 views

DEBIAN-CVE-2023-54006

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

5.4AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•8 views

DEBIAN-CVE-2023-54005

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

5.4AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•5 views

DEBIAN-CVE-2023-53991

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Disallow unallocated resources to be returned In the event that the topology requests resources that have not been created by the system because they are typically not represented in dpumdsscfg ^1, the resources in...

5.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•1 views

DEBIAN-CVE-2023-53998

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on dataavail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the...

5.3AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•7 views

DEBIAN-CVE-2023-53999

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix internal port memory leak The flow rule can be splited, and the extra postact rules are added to postact table. It's possible to trigger memleak when the rule forwards packets from internal port and over tunnel...

5.9AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•1 views

DEBIAN-CVE-2023-53996

In the Linux kernel, the following vulnerability has been resolved: x86/sev: Make encdechypercall accept a size instead of npages encdechypercall accepted a page count instead of a size, which forced its callers to round up. As a result, non-page aligned vaddrs caused pages to be spuriously marke...

9.3CVSS5.9AI score0.00109EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•7 views

DEBIAN-CVE-2023-53997

In the Linux kernel, the following vulnerability has been resolved: thermal: of: fix double-free on unregistration Since commit 3d439b1a2ad3 "thermal/core: Alloc-copy-free the thermal zone parameters structure", thermalzonedeviceregister allocates a copy of the tzp argument and frees it when...

7.8CVSS5.2AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•15 views

DEBIAN-CVE-2023-53993

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix memory leak with CONFIGDEBUGOBJECTS=y After a pcidoetask completes, its workstruct needs to be destroyed to avoid a memory leak with CONFIGDEBUGOBJECTS=y...

5.2AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/24 11:15 a.m.•8 views

DEBIAN-CVE-2023-53986

In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: disable RAC flush for TP1 RAC flush causes kernel panics on BCM6358 with EHCI/OHCI when booting from TP1: 3.881739 usb 1-1: new high-speed USB device number 2 using ehci-platform 3.895011 Reserved instructio...

8.6CVSS5.3AI score0.00435EPSS
SaveExploits0References1
Rows per page
Query Builder