Lucene search
+L

1606 matches found

Cvelist
Cvelist
added 2025/12/24 1:6 p.m.27 views

CVE-2023-54137 vfio/type1: fix cap_migration information leak

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: fix capmigration information leak Fix an information leak where an uninitialized hole in struct vfioiommutype1infocapmigration on the stack is exposed to userspace. The definition of struct...

0.00187EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:6 p.m.6 views

CVE-2023-54121 btrfs: fix incorrect splitting in btrfs_drop_extent_map_range

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix incorrect splitting in btrfsdropextentmaprange In production we were seeing a variety of WARNON's in the extentmap code, specifically in btrfsdropextentmaprange when we have to call addextentmapping for our second spli...

6.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/24 1:6 p.m.48 views

CVE-2023-54084

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-digi00x: prevent potential use after free This code was supposed to return an error code if initstream failed, but it instead freed dg00x-rxstream and returned success. This potentially leads to a use after free...

5.3AI score0.00187EPSS
SaveExploits0
OSV
OSV
added 2025/12/24 12:23 p.m.6 views

CVE-2023-54060 iommufd: Set end correctly when doing batch carry

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set end correctly when doing batch carry Even though the test suite covers this it somehow became obscured that this wasn't working. The test iommufdioas.mockdomain.accessdomaindestory would blow up rarely. end should be...

6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 10:56 a.m.27 views

CVE-2023-54040

In the Linux kernel, the following vulnerability has been resolved: ice: fix wrong fallback logic for FDIR When adding a FDIR filter, if icevcfdirsetirqctx returns failure, the inserted fdir entry will not be removed and if icevcfdirwritefltr returns failure, the fdir context info for irq handler...

8.8CVSS6.1AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.37 views

CVE-2023-54001 staging: r8712: Fix memory leak in _r8712_init_xmit_priv()

In the Linux kernel, the following vulnerability has been resolved: staging: r8712: Fix memory leak in r8712initxmitpriv In the above mentioned routine, memory is allocated in several places. If the first succeeds and a later one fails, the routine will leak memory. This patch fixes commit...

0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.7 views

CVE-2023-54001 staging: r8712: Fix memory leak in _r8712_init_xmit_priv()

In the Linux kernel, the following vulnerability has been resolved: staging: r8712: Fix memory leak in r8712initxmitpriv In the above mentioned routine, memory is allocated in several places. If the first succeeds and a later one fails, the routine will leak memory. This patch fixes commit...

6.4AI score
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.7 views

CVE-2023-53991 drm/msm/dpu: Disallow unallocated resources to be returned

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...

6.4AI score
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.6 views

CVE-2023-53989 arm64: mm: fix VA-range sanity check

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 10:55 a.m.26 views

CVE-2023-53988

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in hdrdeletede Here is a BUG report from syzbot: BUG: KASAN: slab-out-of-bounds in hdrdeletede+0xe0/0x150 fs/ntfs3/index.c:806 Read of size 16842960 at addr ffff888079cc0600 by task...

7.8CVSS6.1AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.3 views

CVE-2023-53867 ceph: fix potential use-after-free bug when trimming caps

In the Linux kernel, the following vulnerability has been resolved: ceph: fix potential use-after-free bug when trimming caps When trimming the caps and just after the 'session-scaplock' is released in cephiteratesessioncaps the cap maybe removed by another thread, and when using the stale cap...

6.4AI score
SaveExploits0References7
OSV
OSV
added 2025/12/24 10:55 a.m.8 views

CVE-2022-50709 wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg syzbot is reporting uninit value at ath9khtcrxmsg 1, for ioctlUSBRAWIOCTLEPWRITE can call ath9khifusbrxstream with pktlen = 0 but ath9khifusbrxstream uses devallocskbpktlen +...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 10:33 a.m.31 views

CVE-2025-68730

CVE-2025-68730 affects the Linux kernel’s accelerated graphics path (ivpu). The issue stems from an ivpu_bo_unbind_all_bos_from_context() page fault and an ivpu_gem_create_object() path that incorrectly adds BOs to vdev->bo_list; when drm_gem_shmem_create() fails, the BO may not be fully creat...

7.8CVSS6AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 10:32 a.m.23 views

CVE-2025-68363

CVE-2025-68363 : Linux kernel BPF MTU check bug. The helper bpf_skb_check_mtu used skb->transport_header without guaranteeing that skb_transport_header was set, causing a WARN_ON_ONCE during BPF test_run. The fix adds a guard using skb_transport_header_was_set() and performs the check just bef...

6AI score0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/23 2:16 p.m.9 views

AZL-72995 CVE-2025-68343 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: check actuallength before accessing header The driver expects to receive a struct gshostframe in gsusbreceivebulkcallback. Use structgroup to describe the header of the struct gshostframe and...

5.9AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/22 5:16 p.m.8 views

CVE-2025-68331

In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to ...

0.00184EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/22 5:16 p.m.8 views

UBUNTU-CVE-2025-68331

In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to ...

5.8AI score0.00184EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/12/22 5:16 p.m.4 views

CVE-2025-68335

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl818: fix null-ptr-deref in pcl818aicancel Syzbot identified an issue 1 in pcl818aicancel, which stems from the fact that in case of early device detach via pcl818detach, subdevice dev-readsubdev may not have initialize...

5.7AI score0.00167EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/12/22 4:12 p.m.33 views

CVE-2025-68331 usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer

In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to ...

0.00184EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/22 10:2 a.m.9 views

RHSA-2025:23730 Red Hat Security Advisory: kpatch-patch-5_14_0-611_9_1 security update

Bulletin has no description...

7.8CVSS8.6AI score0.00154EPSS
SaveExploits0References8
Rows per page
Query Builder