Lucene search
+L

6341 matches found

OSV
OSV
added 2024/05/01 5:29 a.m.21 views

CVE-2024-27012 netfilter: nf_tables: restore set elements when delete set fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS6.2AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.16 views

CVE-2024-27009 s390/cio: fix race condition during online processing

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccwdevicesetonline that can cause the online process to fail, leaving the affected device in an inconsistent state. As a result, subsequent attempts...

6.8AI score0.00175EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.29 views

CVE-2024-27008 drm: nv04: Fix out of bounds access

In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource dcb-or value is assigned in fabricatedcboutput, there may be out of bounds access to dacusers array in case dcb-or is zero because ffsdcb-or is used as index there. The 'or...

6.7AI score0.00293EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.36 views

CVE-2024-27007 userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change srcfolio after ensuring it's unpinned in UFFDIOMOVE Commit d7a08838ab74 "mm: userfaultfd: fix unexpected change to srcfolio when UFFDIOMOVE fails" moved the srcfolio-mapping, index changing to after clearing t...

7.8CVSS7.6AI score0.00236EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/01 5:29 a.m.7472 views

CVE-2024-27007

The CVE-2024-27007 issue affects the Linux kernel’s userfaultfd handling, specifically the UFFDIO_MOVE path. The root cause described across connected docs is a change to the src_folio (mapping/index) after clearing the page tables and ensuring it is not pinned, introduced by a commit intended to...

7.8CVSS6.4AI score0.00236EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.24 views

CVE-2024-27007 userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change srcfolio after ensuring it's unpinned in UFFDIOMOVE Commit d7a08838ab74 "mm: userfaultfd: fix unexpected change to srcfolio when UFFDIOMOVE fails" moved the srcfolio-mapping, index changing to after clearing t...

7.8CVSS6.8AI score0.00236EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.18 views

CVE-2024-27005 interconnect: Don't access req_list while it's being manipulated

In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access reqlist while it's being manipulated The icclock mutex was split into separate icclock and iccbwlock mutexes in 1 to avoid lockdep splats. However, this didn't adequately protect access to...

7.8CVSS6.7AI score0.00179EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.26 views

CVE-2024-27005

In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access reqlist while it's being manipulated The icclock mutex was split into separate icclock and iccbwlock mutexes in 1 to avoid lockdep splats. However, this didn't adequately protect access to...

7.8CVSS6.8AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:28 a.m.3852 views

CVE-2024-27002

CVE-2024-27002 affects the Linux kernel mediatek clock controllers. Root cause: a mutual dependency between mt8183-mfgcfg and genpd during probing could deadlock with a runtime PM path. The fix: perform a runtime PM get on controllers during probe to ensure clk_register() does not acquire the gen...

5.5CVSS6.2AI score0.00173EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.13 views

CVE-2024-27002 clk: mediatek: Do a runtime PM get on controllers during probe

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following call stack: CPU0: genpdlock -- clkpreparelock...

6.6AI score0.00173EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.36 views

CVE-2024-27000 serial: mxs-auart: add spinlock around changing cts state

In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uarthandlectschange function in serialcore expects the caller to hold uport-lock. For example, I have seen the below kernel splat, when the Bluetooth driver is loaded ...

7.5AI score0.00324EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.45 views

CVE-2024-26998 serial: core: Clearing the circular buffer before NULLifying it

In the Linux kernel, the following vulnerability has been resolved: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uartttyportshutdown under the spin lock. However, the PM or other timer based callbacks may still trigger after this event withou...

7.6AI score0.00228EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.31 views

CVE-2024-26997 usb: dwc2: host: Fix dereference issue in DDMA completion flow.

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow...

7.7AI score0.00247EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.43 views

CVE-2024-26997

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow...

5.5CVSS7.3AI score0.00247EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.29 views

CVE-2024-26997 usb: dwc2: host: Fix dereference issue in DDMA completion flow.

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow...

6.7AI score0.00247EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/01 5:28 a.m.19 views

CVE-2024-26995 usb: typec: tcpm: Correct the PDO counting in pd_set

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Correct the PDO counting in pdset Off-by-one errors happen because nrsnkpdo and nrsrcpdo are incorrectly added one. The index of the loop is equal to the number of PDOs to be updated when leaving the loop and it...

6.2AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.28 views

CVE-2024-26994 speakup: Avoid crash on very long word

In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really large and contains a really long word 256 characters, we have to stop before the length of the word buffer...

7.8CVSS6.7AI score0.00292EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.48 views

CVE-2024-26994

In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really large and contains a really long word 256 characters, we have to stop before the length of the word buffer...

7.8CVSS7.3AI score0.00292EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.39 views

CVE-2024-26994 speakup: Avoid crash on very long word

In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really large and contains a really long word 256 characters, we have to stop before the length of the word buffer...

7.8CVSS7.6AI score0.00292EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.21 views

CVE-2024-26993

In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in sysfsbreakactiveprotection The sysfsbreakactiveprotection routine has an obvious reference leak in its error path. If the call to kernfsfindandget fails then kn will be NULL, so the companion...

5.5CVSS7.4AI score0.00265EPSS
SaveExploits0
Rows per page
Query Builder