Lucene search
+L

11853 matches found

EUVD
EUVD
added 3 days ago6 views

EUVD-2026-48837

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

5.8AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-48838

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it returns directly. This skips the pmruntimeputautosuspend call at the "ou...

5.8AI score0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-64493

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

5.7AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-64494

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it returns directly. This skips the pmruntimeputautosuspend call at the "ou...

5.7AI score0.00177EPSS
SaveExploits0
CVE
CVE
added 3 days ago11 views

CVE-2026-64494

The CVE-2026-64494 issue affects the Linux kernel IIO driver for gp2ap002 (iio: light). The root cause is that gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux value, and if gp2ap002_get_lux() fails, the function returns early, bypassing pm_runtime_put_autosuspend() and perm...

5.8AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago9 views

CVE-2026-64493

The CVE-2026-64493 issue affects the Linux kernel iio: pressure: mpl115 subsystem. The vulnerability arises in mpl115_read_raw() which takes a runtime PM reference via pm_runtime_get_sync() before reading processed pressure or raw temperature; on read errors it can return without pm_runtime_put_a...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago6 views

CVE-2026-64493 iio: pressure: mpl115: fix runtime PM leak on read error

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

5.8AI score0.00168EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago5 views

CVE-2026-64494 iio: light: gp2ap002: fix runtime PM leak on read error

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it returns directly. This skips the pmruntimeputautosuspend call at the "ou...

5.7AI score0.00177EPSS
SaveExploits0References11
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-48820

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.7AI score0.0018EPSS
SaveExploits0References6
CVE
CVE
added 3 days ago12 views

CVE-2026-64476

The CVE-2026-64476 vulnerability affects the Linux kernel vfio-pci driver. The root cause was improper handling of the disable_idle_d3 flag, which initially could be changed globally and influenced per-device power states via runtime_power management (PM). The issue arose because the vfio-pci mod...

5.7AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
added 3 days ago5 views

CVE-2026-64476 vfio/pci: Latch disable_idle_d3 per device

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.7AI score0.0018EPSS
SaveExploits0References9
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-49015

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: terminate the RX channel on TX prepare failure path When dmaengineprepslavesg fails for the TX channel, the error path terminates the TX DMA channel but leaves the RX channel running. Since the RX channel was...

5.8AI score0.00675EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-64303

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: terminate the RX channel on TX prepare failure path When dmaengineprepslavesg fails for the TX channel, the error path terminates the TX DMA channel but leaves the RX channel running. Since the RX channel was...

9.8CVSS5.7AI score0.00675EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-48745

The web management interface of Tycon Systems TPDIN-Monitor-WEB2 does not perform server-side validation of credentials during the login process. By submitting empty values for both credential fields, an unauthenticated remote attacker can bypass the authentication check and establish a valid...

9.8CVSS6AI score0.00664EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 3 days ago12 views

PT-2026-64724

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxsd9: fix runtime PM imbalance on write raw error kxsd9 write raw takes a runtime PM reference with pm runtime get sync but returns -EINVAL directly when a scale with a non-zero integer part is requested, skipping th...

5.8AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 3 days ago12 views

PT-2026-64715

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002 read raw calls pm runtime get sync before reading the lux value, but if gp2ap002 get lux fails, it returns directly. This skips the pm runtime put autosuspend call ...

5.8AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-48655

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...

5.7AI score0.00161EPSS
SaveExploits0References7
CVE
CVE
added 4 days ago8 views

CVE-2026-64227

The CVE-2026-64227 entry concerns the Linux kernel ACPI subsystem. It fixes a NULL pointer issue by adding ACPI_COMPANION() and ACPI_HANDLE() checks in 13 platform drivers that handle core ACPI devices, ensuring a device’s ACPI companion is present during probe. The ACPI thermal zone driver now r...

5.8AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago28 views

CVE-2026-16798

Insertion of sensitive information into sent data in the automation jobs API in Devolutions PowerShell Universal 2026.2.2 and earlier allows an authenticated user with scoped job or script read permission to obtain another user's stored OAuth refresh token via job read responses that fail to stri...

0.00219EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 4 days ago11 views

PT-2026-64361

In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstation poweroff init Move of node putdn after the of match node call, which still needs the node pointer. The node reference is correctly released after use...

5.7AI score0.00161EPSS
SaveExploits0References8
Rows per page
Query Builder