Lucene search
K

1538 matches found

Cvelist
Cvelist
added 2024/04/04 8:20 a.m.26 views

CVE-2024-26750 af_unix: Drop oob_skb ref before purging queue in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

7.7AI score0.00224EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.19 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

5.5CVSS6.4AI score0.00227EPSS
Exploits0References21
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.21 views

CVE-2024-26787

In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIGDMAAPIDEBUGSG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline tracking EEXIST, overlapping mappings aren't supported WARNIN...

5.5CVSS6.2AI score0.00226EPSS
Exploits0References21
OSV
OSV
added 2024/04/03 3:15 p.m.1 views

DEBIAN-CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS5.5AI score0.00172EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 3:15 p.m.6 views

AZL-56364 CVE-2024-26719 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.3AI score0.00172EPSS
Exploits0References1
NVD
NVD
added 2024/04/03 3:15 p.m.15 views

CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.4AI score0.00172EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.17 views

CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.4AI score0.00172EPSS
Exploits0References10
OSV
OSV
added 2024/04/03 3:15 p.m.0 views

UBUNTU-CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.6AI score0.00172EPSS
Exploits0References11
CVE
CVE
added 2024/04/03 2:55 p.m.163 views

CVE-2024-26719

CVE-2024-26719 involves the Linux kernel nouveau subsystem. The vulnerability description confirms a deadlock between fctx lock and the irq lock. The fix described offloads the processing from the IRQ handler into a workqueue, breaking the deadlock by moving fence uevents work to a separate threa...

5.5CVSS6.5AI score0.00172EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.22 views

CVE-2024-26719 nouveau: offload fence uevents work to workqueue

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

6.7AI score0.00172EPSS
Exploits0References3
OSV
OSV
added 2024/04/03 2:55 p.m.5 views

CVE-2024-26719 nouveau: offload fence uevents work to workqueue

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS5.8AI score0.00172EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.22 views

CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.5AI score0.00172EPSS
Exploits0
NVD
NVD
added 2024/04/02 7:15 a.m.23 views

CVE-2024-26675

In the Linux kernel, the following vulnerability has been resolved: pppasync: limit MRU to 64K syzbot triggered a warning 1 in allocpages: WARNONONCEGFPorder MAXPAGEORDER, gfp Willem fixed a similar issue in commit c0a2a1b0d631 "ppp: limit MRU to 64K" Adopt the same sanity check for...

5.5CVSS7.3AI score0.00254EPSS
Exploits0References10
Cvelist
Cvelist
added 2024/04/02 7:1 a.m.26 views

CVE-2024-26681 netdevsim: avoid potential loop in nsim_dev_trap_report_work()

In the Linux kernel, the following vulnerability has been resolved: netdevsim: avoid potential loop in nsimdevtrapreportwork Many syzbot reports include the following trace 1 If nsimdevtrapreportwork can not grab the mutex, it should rearm itself at least one jiffie later. 1 Sending NMI from CPU ...

7.6AI score0.00225EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/04/02 7:1 a.m.15 views

CVE-2024-26681 netdevsim: avoid potential loop in nsim_dev_trap_report_work()

In the Linux kernel, the following vulnerability has been resolved: netdevsim: avoid potential loop in nsimdevtrapreportwork Many syzbot reports include the following trace 1 If nsimdevtrapreportwork can not grab the mutex, it should rearm itself at least one jiffie later. 1 Sending NMI from CPU ...

6.7AI score0.00225EPSS
Exploits0References4
CVE
CVE
added 2024/04/02 7:1 a.m.104 views

CVE-2024-26681

CVE-2024-26681 is a Linux kernel vulnerability affecting the netdevsim driver. The issue arises in nsim_dev_trap_report_work() where failure to grab a mutex could lead to a loop/backtrace scenario, potentially impacting system stability. The vulnerability details are grounded in a kernel trace an...

5.5CVSS6.3AI score0.00225EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2024/04/01 9:15 a.m.0 views

UBUNTU-CVE-2024-26654

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard-timer could schedule the spudmawork and the spudmawork could also arm the dreamcastcard-timer. When the sndpcmsubstream is closing, the aicachannel wi...

7CVSS6.2AI score0.00255EPSS
Exploits0References27
Cvelist
Cvelist
added 2024/03/21 10:43 a.m.29 views

CVE-2024-26643 netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymous sets with timeouts while it is being released fr...

7AI score0.00195EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.12 views

CVE-2021-47100

In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmisi and ipmimsghandler module Hi, When testing install and uninstall of ipmisi.ko and ipmimsghandler.ko, the system crashed. The log as follows: 141.087026 BUG: unable to handle kernel paging reque...

5.5CVSS6.3AI score0.00239EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.15 views

CVE-2021-47097 Input: elantech - fix stack out of bound access in elantech_change_report_id()

In the Linux kernel, the following vulnerability has been resolved: Input: elantech - fix stack out of bound access in elantechchangereportid The array param in elantechchangereportid must be at least 3 bytes, because elantechreadregparams is calling ps2command with PSMOUSECMDGETINFO, that is goi...

6.7AI score0.00413EPSS
Exploits1References4
Rows per page
Query Builder