Lucene search
+L

1958 matches found

Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.22 views

CVE-2022-48875 wifi: mac80211: sdata can be NULL during AMPDU start

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211txbasessionhandlestart may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test multiapfronthaulonap: gdb list...

6.4AI score0.00245EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/20 11:50 p.m.34 views

CVE-2024-43867 drm/nouveau: prime: fix refcount underflow

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveauboref on a nouveaubo without initializing it and hence the backing ttmbo leads to a refcount underflow. Instead of calling nouveauboref in the unwind path of...

0.00217EPSS
SaveExploits0References7
Ivanti
Ivanti
added 2024/08/20 8:10 a.m.31 views

N-MDM -- Impact of CVE-2024-4603 on N-MDM and N-MDM connector

Issue Summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVPPKEYparamcheck or EVPPKEYpubliccheck to check a DSA public key or DSA parameters may experience long delays. Where the key or parameters that are being checked...

5.3CVSS6.8AI score0.01131EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.15 views

CVE-2024-43839 bna: adjust 'name' buf size of bna_tcb and bna_ccb structures

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

6.9AI score0.00254EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.16 views

CVE-2024-43824 PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Make use of cached 'epcfeatures' in pciepftestcoreinit Instead of getting the epcfeatures from pciepcgetfeatures API, use the cached pciepftest::epcfeatures value to avoid the NULL check. Since the NU...

6.6AI score0.00198EPSS
SaveExploits0References2
NVD
NVD
added 2024/08/17 9:15 a.m.13 views

CVE-2024-42276

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvmemapdata is called when request has physical segments, hence the nvmeunmapdata should have same condition to avoid dereference...

7.8CVSS0.00246EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.66 views

CVE-2024-42319

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

5.5CVSS5.3AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.34 views

CVE-2024-42311 hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()

In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of hfsinodeinfo after hfsallocinode Syzbot reports uninitialized value access issue as below: loop0: detected capacity change from 0 to 64 ===================================================== BUG:...

7.8CVSS0.00284EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:09 a.m.142 views

CVE-2024-42297

CVE-2024-42297 affects the Linux kernel’s f2fs filesystem. The root cause is a path that dirties an inode (FI_DIRTY_INODE) during operations on a read‑only filesystem, leading to a kernel panic in f2fs_evict_inode when unmounting. The provided details trace the sequence from do_sys_open → f2fs_lo...

7.8CVSS6.5AI score0.00246EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.50 views

CVE-2024-42296

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsconvertinlineinode If device is readonly, make f2fsconvertinlineinode return EROFS instead of zero, otherwise it may trigger panic during writeback of inline inode's dirty page as below:...

7.8CVSS5.6AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/17 9:08 a.m.27 views

CVE-2024-42289

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

5.5CVSS5.7AI score0.00242EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.28 views

CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS5.7AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/08 8:46 a.m.28 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

0.00214EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.12 views

CVE-2024-42249 spi: don't unoptimize message in spi_async()

In the Linux kernel, the following vulnerability has been resolved: spi: don't unoptimize message in spiasync Calling spimaybeunoptimizemessage in spiasync is wrong because the message is likely to be in the queue and not transferred yet. This can corrupt the message while it is being used by the...

6.8AI score0.00192EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/07 3:14 p.m.24 views

CVE-2024-42245

In the Linux kernel, the following vulnerability has been resolved: Revert "sched/fair: Make sure to try to detach at least one movable task" This reverts commit b0defa7ae03ecf91b8bfd10ede430cff12fcbd06. b0defa7ae03ec changed the load balancing logic to ignore env.maxloop if all tasks examined to...

5.5CVSS5.8AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/07 3:14 p.m.12 views

CVE-2024-42237

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

5.5CVSS6AI score0.00211EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.15 views

CVE-2024-42129 leds: mlxreg: Use devm_mutex_init() for mutex initialization

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

7AI score0.00227EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/29 5:39 p.m.11 views

CVE-2024-42093

In the Linux kernel, the following vulnerability has been resolved: net/dpaa2: Avoid explicit cpumask var allocation on stack For CONFIGCPUMASKOFFSTACK=y kernel, explicit allocation of cpumask variable on stack is not recommended since it can cause potential stack overflow. Instead, kernel code...

7.3CVSS6AI score0.00223EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.36 views

CVE-2024-42082 xdp: Remove WARN() from __xdp_reg_mem_model()

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning occurs only if memidinithashtable returns an error. It returns the error in two cases: 1. memory allocation fails; 2. rhashtableinit...

0.00249EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/29 3:52 p.m.39 views

CVE-2024-42079 gfs2: Fix NULL pointer dereference in gfs2_log_flush

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2logflush In gfs2jindexfree, set sdp-sdjdesc to NULL under the log flush lock to provide exclusion against gfs2logflush. In gfs2logflush, check if sdp-sdjdesc is non-NULL before...

0.00266EPSS
SaveExploits0References5
Rows per page
Query Builder