Lucene search
+L

4355 matches found

Cvelist
Cvelist
added 2026/05/06 11:28 a.m.66 views

CVE-2026-43247 media: chips-media: wave5: Fix SError of kernel panic when closed

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 11:28 a.m.5 views

CVE-2026-43229 media: chips-media: wave5: Fix device cleanup order to prevent kernel panic

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix device cleanup order to prevent kernel panic Move video device unregistration to the beginning of the remove function to ensure all video operations are stopped before cleaning up the worker thread...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.11 views

CVE-2026-43216

In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skbmaytxtimestamp skbmaytxtimestamp may acquire sock::skcallbacklock. The lock must not be taken in IRQ context, only softirq is okay. A few drivers receive the timestamp via a dedicated interrupt and comple...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.39 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
CVE
CVE
added 2026/05/06 11:28 a.m.34 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
OSV
OSV
added 2026/05/06 11:28 a.m.3 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 score0.00435EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/06 11:27 a.m.35 views

CVE-2026-43156 net: usb: pegasus: enable basic endpoint checking

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: enable basic endpoint checking pegasusprobe fills URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usbrcvbulkpipedev, 1 for RX data - usbsndbulkpipedev, 2 for TX data -...

0.00123EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/06 11:27 a.m.29 views

CVE-2026-43156

The CVE-2026-43156 entry affects the Linux kernel USB Pegasus driver. The root cause is that pegasus_probe() built URBs using hardcoded endpoint pipes (RX bulk 1, TX bulk 2, status interrupt 3) without validating endpoint descriptors, allowing a malformed USB device to present endpoints with mism...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2026/05/06 10:16 a.m.16 views

CVE-2026-43115

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.5CVSS0.001EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/06 10:16 a.m.18 views

CVE-2026-43087

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Disable all pin interrupts during probe A chip being probed may have the interrupt-on-change feature enabled on some of its pins, for example after a reboot. This can cause the chip to generate interrupts for...

5.5CVSS0.00107EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.9 views

CVE-2026-43115

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.7AI score0.001EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/06 7:40 a.m.7 views

CVE-2026-43115 srcu: Use irq_work to start GP in tiny SRCU

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/06 7:40 a.m.9 views

CVE-2026-43095 ASoC: SDCA: Fix errors in IRQ cleanup

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.5CVSS5.8AI score0.00107EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.15 views

CVE-2026-43087

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Disable all pin interrupts during probe A chip being probed may have the interrupt-on-change feature enabled on some of its pins, for example after a reboot. This can cause the chip to generate interrupts for...

5.8AI score0.00107EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/06 7:40 a.m.35 views

CVE-2026-43087 pinctrl: mcp23s08: Disable all pin interrupts during probe

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Disable all pin interrupts during probe A chip being probed may have the interrupt-on-change feature enabled on some of its pins, for example after a reboot. This can cause the chip to generate interrupts for...

0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/06 7:40 a.m.26 views

CVE-2026-43087

The CVE-2026-43087 issue affects the Linux kernel’s pinctrl/mcp23s08 driver. Root cause: during probe, reg_defaults were removed from the regmap, causing the MCP_GPINTEN value to be read from the chip (possibly non-zero) and trigger a nested IRQ handler that may not exist, leading to a kernel cra...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/05/06 7:40 a.m.5 views

CVE-2026-43087 pinctrl: mcp23s08: Disable all pin interrupts during probe

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Disable all pin interrupts during probe A chip being probed may have the interrupt-on-change feature enabled on some of its pins, for example after a reboot. This can cause the chip to generate interrupts for...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.15 views

SUSE CVE-2026-31762

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix irq resource leak The interrupt handler is setup but only a few lines down if iiotriggerregister fails the function returns without properly releasing the handler. Add cleanup goto to resolve resource leak...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.14 views

SUSE CVE-2026-31763

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix incorrect freeirq variable The handler for the IRQ part of this driver is mpu3050-trig but, in the teardown freeirq is called with handler mpu3050. Use correct IRQ handler when calling freeirq...

6.4CVSS5.7AI score0.00123EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.13 views

PT-2026-37587

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

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