Lucene search
+L

14600 matches found

OSV
OSV
added 2024/05/20 10:15 a.m.8 views

UBUNTU-CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.28 views

CVE-2024-35971

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851irq thread may call ks8851rxpkts in case there are any packets in the MAC FIFO, which calls netifrx. This netifrx implementation is guarded by...

7.5CVSS5.9AI score0.00685EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.26 views

CVE-2024-35994

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: Fix memory related IO errors and crashes It turns out that while the QSEECOM APPSEND command has specific fields for request and response buffers, uefisecapp expects them both to be in a single memory...

7.8CVSS6.3AI score0.00192EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/20 9:48 a.m.20 views

CVE-2024-36007 mlxsw: spectrum_acl_tcam: Fix warning during rehash

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

7.8CVSS6AI score0.00231EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.19 views

CVE-2024-36006 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix incorrect list API usage Both the function that migrates all the chunks within a region and the function that migrates all the entries within a chunk call listfirstentry on the respective lists without...

6.8AI score0.00226EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.22 views

CVE-2024-36007 mlxsw: spectrum_acl_tcam: Fix warning during rehash

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/20 9:48 a.m.37 views

CVE-2024-36004 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQMEMRECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in checkflushdependency is being triggered. This seems to be...

5.9AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/20 9:48 a.m.35 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6.4AI score0.00183EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/20 9:48 a.m.179 views

CVE-2024-36002

Linux kernel CVE-2024-36002 details a crash in dpll_pin_on_pin_register/dpll_pin_on_pin_unregister when a pin is registered with multiple parent pins on the same dpll device. A crash trace occurs during ice driver removal (ICE/ice_dpll_deinit_pins). The fix adds a cookie-like parent pointer when ...

5.5CVSS6.6AI score0.00183EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:48 a.m.18 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6.8AI score0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/20 9:48 a.m.17 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6AI score
SaveExploits0References5
CVE
CVE
added 2024/05/20 9:47 a.m.178 views

CVE-2024-35991

CVE-2024-35991: In the Linux kernel, idxd dmaengine code changed from a spinlock-protected event log workqueue to a mutex-protected approach to safely call drain_workqueue(). The root cause was calling drain_workqueue() while holding a spinlock, risking a Call Trace due to possible task reschedul...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/19 11:15 a.m.12 views

UBUNTU-CVE-2023-52699

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

5.3CVSS6.1AI score0.00966EPSS
SaveExploits0References28
OSV
OSV
added 2024/05/19 10:10 a.m.24 views

CVE-2024-35921 media: mediatek: vcodec: Fix oops when HEVC init fails

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix oops when HEVC init fails The stateless HEVC decoder saves the instance pointer in the context regardless if the initialization worked or not. This caused a use after free, when the pointer is freed i...

7.8CVSS6.1AI score
SaveExploits0References6
NVD
NVD
added 2024/05/19 9:15 a.m.29 views

CVE-2024-35903

In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to emitpatch so it calculates the correct offset for the CALL instruction if x86calldepthemitaccounting emits code. Otherwise we will skip some instruction...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/19 9:15 a.m.7 views

DEBIAN-CVE-2024-35903

In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to emitpatch so it calculates the correct offset for the CALL instruction if x86calldepthemitaccounting emits code. Otherwise we will skip some instruction...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.5 views

DEBIAN-CVE-2024-35882

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that commit e18e157bb5c8 "SUNRPC: Send RPC message on...

5.5CVSS5.3AI score0.00596EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.6 views

DEBIAN-CVE-2024-35889

In the Linux kernel, the following vulnerability has been resolved: idpf: fix kernel panic on unknown packet types In the very rare case where a packet type is unknown to the driver, idpfrxprocessskbfields would return early without calling ethtypetrans to set the skb protocol / the network layer...

5.5CVSS5.4AI score0.0038EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/19 9:15 a.m.28 views

CVE-2024-35873

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix vector state restore in rtsigreturn The RISC-V Vector specification states in "Appendix D: Calling Convention for Vector State" 1 that "Executing a system call causes all caller-saved vector registers v0-v31, vl, vtype...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.28 views

CVE-2024-35903

In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to emitpatch so it calculates the correct offset for the CALL instruction if x86calldepthemitaccounting emits code. Otherwise we will skip some instruction...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References9
Rows per page
Query Builder