Lucene search
+L

6305 matches found

Cvelist
Cvelist
added 2024/05/01 5:30 a.m.31 views

CVE-2024-27017 netfilter: nft_set_pipapo: walk over current view on netlink dump

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: walk over current view on netlink dump The generation mask can be updated while netlink dump is in progress. The pipapo set backend walk iterator cannot rely on it to infer what view of the datastructure ...

5.7AI score0.00277EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 5:29 a.m.166 views

CVE-2024-27016

CVE-2024-27016 affects the Linux kernel netfilter flowtable path and is mitigated by a fix that ensures sufficient room to access the PPPoE header’s protocol field. The patch validates the protocol field before the flowtable lookup and uses a helper to access it, preventing out-of-bounds access. ...

5.5CVSS6.3AI score0.00244EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/05/01 5:29 a.m.21 views

CVE-2024-27016 netfilter: flowtable: validate pppoe header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate pppoe header Ensure there is sufficient room to access the protocol field of the PPPoe header. Validate it once before the flowtable lookup, then use a helper function to access protocol field...

5.5CVSS6.1AI score0.00244EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/01 5:29 a.m.31 views

CVE-2024-27015 netfilter: flowtable: incorrect pppoe tuple

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header offset. This bug causes a mismatch in the flow...

6.3AI score0.00228EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.36 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.6AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 5:29 a.m.20 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...

5.5CVSS6.2AI score0.00262EPSS
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.26 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.31 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.6AI score0.00227EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.22 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...

6.8AI score0.00227EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/01 5:29 a.m.7464 views

CVE-2024-27007

The CVE-2024-27007 issue affects the Linux kernel, specifically the userfaultfd path for UFFDIO_MOVE. The root cause was an incorrect update of src_folio (mapping/index) before the page-table is cleared and after unpin, risking memory corruption and swapout/migration failure. A fix was implemente...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5Affected Software1
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...

6.7AI score0.00177EPSS
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...

6.3CVSS6.8AI score0.00177EPSS
SaveExploits0
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
CVE
CVE
added 2024/05/01 5:28 a.m.3846 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
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.33 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.42 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
Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.28 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
Cvelist
Cvelist
added 2024/05/01 5:28 a.m.28 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
Rows per page
Query Builder