Lucene search
+L

43139 matches found

Debian CVE
Debian CVE
added 2026/05/06 11:28 a.m.16 views

CVE-2026-43252

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: in-kernel: always set ID as avail when rm endp Syzkaller managed to find a combination of actions that was generating this warning: WARNING: net/mptcp/pmkernel.c:1074 at marksubflowendpavailable net/mptcp/pmkernel.c:10...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0
CVE
CVE
added 2026/05/06 11:28 a.m.31 views

CVE-2026-43252

CVE-2026-43252 concerns the Linux kernel MPTCP subsystem (Multiswitch TCP). The issue arises in the in-kernel MPTCP path for removing endpoints, where code path __mark_subflow_endp_available/mptcp_pm_nl_fullmesh/mptcp_pm_nl_set_flags_all/mptcp_pm_nl_set_flags can trigger a kernel warning when a s...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.10 views

CVE-2026-43245

In the Linux kernel, the following vulnerability has been resolved: ntfs: -dcompare must not block ... so don't use getname there. Switch it and ntfsdhash, while we are at it to kmallocPATHMAX, GFPNOWAIT. Yes, ntfsdhash almost certainly can do with smaller allocations, but let ntfs folks deal wit...

7.5CVSS5.7AI score0.00441EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/06 11:28 a.m.65 views

CVE-2026-43229

The CVE-2026-43229 issue affects the Linux kernel via the chips-media wave5 driver. The root cause is an incorrect device cleanup order: video device unregistration was performed after power/runtime disable and hardware power-down, allowing a kthread worker to read hardware registers after autosu...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/05/06 11:28 a.m.45 views

CVE-2026-43203

The CVE covers a Linux kernel fore200e ATM driver use-after-free during device removal (PCA-200E/SBA-200E). Vulnerability arises when tx_tasklet/rx_tasklet run or pending after fore200e is freed, risking access to freed memory. The published fixes synchronize tasklets with device shutdown by addi...

7.5CVSS5.7AI score0.00435EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.43 views

CVE-2026-43203 atm: fore200e: fix use-after-free in tasklets during device removal

In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the txtasklet or rxtasklet may still be running or pending, leadin...

7.5CVSS0.00435EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/06 11:28 a.m.11 views

CVE-2026-43203 atm: fore200e: fix use-after-free in tasklets during device removal

In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the txtasklet or rxtasklet may still be running or pending, leadin...

7.5CVSS6.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/06 11:28 a.m.19 views

CVE-2026-43203

In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the txtasklet or rxtasklet may still be running or pending, leadin...

7.5CVSS5.7AI score0.00435EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/05/06 11:27 a.m.17 views

CVE-2026-43181

In the Linux kernel, the following vulnerability has been resolved: gpio: sysfs: fix chip removal with GPIOs exported over sysfs Currently if we export a GPIO over sysfs and unbind the parent GPIO controller, the exported attribute will remain under /sys/class/gpio because once we remove the pare...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0
OSV
OSV
added 2026/05/06 11:27 a.m.8 views

CVE-2026-43181 gpio: sysfs: fix chip removal with GPIOs exported over sysfs

In the Linux kernel, the following vulnerability has been resolved: gpio: sysfs: fix chip removal with GPIOs exported over sysfs Currently if we export a GPIO over sysfs and unbind the parent GPIO controller, the exported attribute will remain under /sys/class/gpio because once we remove the pare...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/05/06 11:27 a.m.31 views

CVE-2026-43181

The CVE-2026-43181 issue affects the Linux kernel GPIO/sysfs path: exporting a GPIO via sysfs and then unbinding the parent GPIO controller can leave the exported /sys/class/gpio attribute active, as the descriptor can no longer be dropped after the parent device is removed. The mitigation implem...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:27 a.m.37 views

CVE-2026-43181 gpio: sysfs: fix chip removal with GPIOs exported over sysfs

In the Linux kernel, the following vulnerability has been resolved: gpio: sysfs: fix chip removal with GPIOs exported over sysfs Currently if we export a GPIO over sysfs and unbind the parent GPIO controller, the exported attribute will remain under /sys/class/gpio because once we remove the pare...

0.00126EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/06 11:27 a.m.35 views

CVE-2026-43180

The CVE-2026-43180 issue affects the Linux kernel kaweth USB Ethernet driver. The function kaweth_set_rx_mode() improperly manipulates the TX queue by calling netif_stop_queue() followed by netif_wake_queue(), which can wake the TX queue while a tx_urb is still in flight, causing a double usb_sub...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/05/06 11:27 a.m.39 views

CVE-2026-43153

CVE-2026-43153 affects the Linux kernel’s XFS attribute handling: the function xfs_attr_leaf_hasname has an problematic calling convention that can mishandle buffers. The fix is to open-code xfs_attr_leaf_hasname in callers so each caller of xfs_attr3_leaf_read manages buffer release. The issue i...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 11:27 a.m.17 views

CVE-2026-43147

In the Linux kernel, the following vulnerability has been resolved: Revert "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV" This reverts commit 05703271c3cd "PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV", which causes a deadlock by recursively takin...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:27 a.m.10 views

CVE-2025-71274

In the Linux kernel, the following vulnerability has been resolved: rpmsg: core: fix race in driveroverrideshow and use core helper The driveroverrideshow function reads the driveroverride string without holding the devicelock. However, the store function modifies and frees the string while holdi...

5.8AI score0.00099EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/05/06 10:37 a.m.14 views

CLSA-2026-1777970333 python3: Fix of CVE-2021-3426

CVE-2021-3426: remove the pydoc getfile feature to prevent directory traversal...

5.7CVSS6.5AI score0.01878EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/06 10:16 a.m.29 views

CVE-2026-43095

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Fix errors in IRQ cleanup IRQs are enabled through sdcairqpopulate from component probe using devmrequestthreadedirq, this however means the IRQs can persist if the sound card is torn down. Some of the IRQ handlers...

5.5CVSS0.00107EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 9:31 a.m.25 views

CVE-2026-43060

A flaw was found in the Linux kernel's netfilter nftct component. When the nftct module is removed, packets still enqueued in the nfqueue might retain outdated references to connection tracking conntrack zone templates or timeout policies. This can lead to stale references, potentially causing...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.26 views

SUSE CVE-2026-31783

In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove callback amlsfcprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup...

5.8AI score0.00121EPSS
SaveExploits0References3
Rows per page
Query Builder