Lucene search
+L

1747 matches found

RedhatCVE
RedhatCVE
added 2024/04/29 4:20 p.m.57 views

CVE-2022-48655

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Harden accesses to the reset domains Accessing reset domains descriptors by the index upon the SCMI drivers requests through the SCMI reset operations interface can potentially lead to out-of-bound violations i...

7.8CVSS7.2AI score0.00737EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.31 views

CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

7.8CVSS7.4AI score0.00667EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.28 views

CVE-2022-48645

In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC taprio, cbs, gate, police are configured through a mix of command BD ring messages and port registers: enetcportrd, enetcportwr. Port...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/28 1:01 p.m.48 views

CVE-2022-48665 exfat: fix overflow for large capacity partition

In the Linux kernel, the following vulnerability has been resolved: exfat: fix overflow for large capacity partition Using int type for sector index, there will be overflow in a large capacity partition. For example, if storage with sector size of 512 bytes and partition capacity is larger than...

7.1CVSS7AI score0.00197EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/28 1:00 p.m.26 views

CVE-2022-48653 ice: Don't double unplug aux on peer initiated reset

In the Linux kernel, the following vulnerability has been resolved: ice: Don't double unplug aux on peer initiated reset In the IDC callback that is accessed when the aux drivers request a reset, the function to unplug the aux devices is called. This function is also called in the...

6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/28 1:00 p.m.14 views

CVE-2022-48649 mm/slab_common: fix possible double free of kmem_cache

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix possible double free of kmemcache When doing slubdebug test, kfence's 'testmemcachetypesafebyrcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobjectdel+0x14/0x30 Read of size 8 ...

6.5AI score0.00217EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.29 views

CVE-2022-48640 bonding: fix NULL deref in bond_rr_gen_slave_id

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

6.6AI score0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/04/28 12:59 p.m.41 views

CVE-2022-48633 drm/gma500: Fix WARN_ON(lock->magic != lock) error

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARNONlock-magic != lock error psbgemunpin calls dmaresvlock but the underlying wwmutex gets destroyed by drmgemobjectrelease move the drmgemobjectrelease call in psbgemfreeobject to after the unpin to fix the bel...

6.6AI score0.00195EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/04/28 12:59 p.m.22 views

CVE-2022-48632 i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()

In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: prevent stack overflow in mlxbfi2csmbusstarttransaction memcpy is called in a loop while 'operation-length' upper bound is not checked and 'dataidx' also increments...

7.8CVSS7.2AI score0.00253EPSS
SaveExploits0References4
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.31 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.22 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.20 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.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.39 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.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
Rows per page
Query Builder