Lucene search
+L

1738 matches found

RedhatCVE
RedhatCVE
added 2024/04/17 6:29 p.m.21 views

CVE-2024-26895

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces wilcnetdevcleanup currently triggers a KASAN warning, which can be observed on interface registration error path, or simply by removing the...

4.4CVSS7AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:53 p.m.30 views

CVE-2024-26897

A flaw was found in the Linux kernel. This vulnerability affects the ath9k wireless driver in the Linux kernel, specifically used with ath9khtc devices. The issue arises from a race condition where certain initialization processes are incomplete when the system begins handling WiFi-related events...

4.1CVSS8.3AI score0.00188EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/17 3:59 p.m.20 views

CVE-2024-26916 Revert "drm/amd: flush any delayed gfxoff on suspend entry"

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd: flush any delayed gfxoff on suspend entry" commit ab4750332dbe "drm/amdgpu/sdma5.2: add begin/enduse ring callbacks" caused GFXOFF control to be used more heavily and the codepath that was removed from commit...

6.4AI score0.00171EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/17 3:59 p.m.57 views

CVE-2024-26914 drm/amd/display: fix incorrect mpc_combine array size

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix incorrect mpccombine array size why MAXSURFACES is per stream, while MAXPLANES is per asic. The mpccombine is an array that records all the planes per asic. Therefore MAXPLANES should be used as the array siz...

7.8CVSS7.1AI score0.00216EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/17 3:59 p.m.30 views

CVE-2024-26912 drm/nouveau: fix several DMA buffer leaks

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix several DMA buffer leaks Nouveau manages GSP-RM DMA buffers with nvkmgspmem objects. Several of these buffers are never dealloced. Some of them can be deallocated right after GSP-RM is initialized, but the rest...

5.8AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/04/17 3:59 p.m.14 views

CVE-2023-52645 pmdomain: mediatek: fix race conditions with genpd

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix race conditions with genpd If the power domains are registered first with genpd and after that the driver attempts to power them on in the probe sequence, then it is possible that a race condition occurs i...

6.7AI score0.00173EPSS
SaveExploits0References5
NVD
NVD
added 2024/04/17 11:15 a.m.19 views

CVE-2024-26868

In the Linux kernel, the following vulnerability has been resolved: nfs: fix panic when nfs4fflayoutprepareds fails We've been seeing the following panic in production BUG: kernel NULL pointer dereference, address: 0000000000000065 PGD 2f485f067 P4D 2f485f067 PUD 2cc5d8067 PMD 0 RIP:...

7.5CVSS7.3AI score0.00609EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.37 views

CVE-2024-26885

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.52 views

CVE-2024-26872

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Do not register event handler until srpt device is fully setup Upon rare occasions, KASAN reports a use-after-free Write in srptrefreshport. This seems to be because an event handler is registered before the srpt devic...

7.8CVSS5.8AI score0.00238EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.29 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.28 views

CVE-2024-26903 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

6.7AI score0.00279EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:27 a.m.237 views

CVE-2024-26901

CVE-2024-26901 is a Linux kernel information-leak vulnerability identified by syzbot in do_sys_name_to_handle, where uninitialized bytes were observed during copy to userspace. The issue was mitigated by replacing a kmalloc path with kzalloc, addressing uninitialized memory (Bytes 18–19) and rela...

5.5CVSS5.8AI score0.00828EPSS
SaveExploits0References13Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.26 views

CVE-2024-26899 block: fix deadlock between bd_link_disk_holder and partition scan

In the Linux kernel, the following vulnerability has been resolved: block: fix deadlock between bdlinkdiskholder and partition scan 'openmutex' of gendisk is used to protect open/close block devices. But in bdlinkdiskholder, it is used to protect the creation of symlink between holding disk and...

5.5AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.37 views

CVE-2024-26895 wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces wilcnetdevcleanup currently triggers a KASAN warning, which can be observed on interface registration error path, or simply by removing the...

7.8CVSS7.9AI score0.00235EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.35 views

CVE-2024-26891 iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected For those endpoint devices connect to system via hotplug capable ports, users could request a hot reset to the device by flapping device's link through...

6.7AI score0.00231EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.53 views

CVE-2024-26892 wifi: mt76: mt7921e: fix use-after-free in free_irq()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

7.5AI score0.0023EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/17 10:27 a.m.182 views

CVE-2024-26883

CVE-2024-26883 : In the Linux kernel, a vulnerability was fixed that affects 32-bit architectures in the stackmap handling used by BPF. The overflow risk arises when roundup_pow_of_two() is used to compute the number of hash buckets, as a 32‑bit left shift can overflow and cause undefined behavio...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.34 views

CVE-2024-26876 drm/bridge: adv7511: fix crash on irq during probe

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: adv7511: fix crash on irq during probe Moved IRQ registration down to end of adv7511probe. If an IRQ already is pending during adv7511probe before adv7511cecinit then cecreceivedmsgts could crash using uninitialized...

7.4AI score0.00225EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.36 views

CVE-2024-26869 f2fs: fix to truncate meta inode pages forcely

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS6.7AI score0.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.19 views

CVE-2024-26868 nfs: fix panic when nfs4_ff_layout_prepare_ds() fails

In the Linux kernel, the following vulnerability has been resolved: nfs: fix panic when nfs4fflayoutprepareds fails We've been seeing the following panic in production BUG: kernel NULL pointer dereference, address: 0000000000000065 PGD 2f485f067 P4D 2f485f067 PUD 2cc5d8067 PMD 0 RIP:...

7.5CVSS6.6AI score0.00609EPSS
SaveExploits0References5
Rows per page
Query Builder