Lucene search
+L

4339 matches found

EUVD
EUVD
added 2026/05/27 3:33 p.m.10 views

EUVD-2026-32238

In the Linux kernel, the following vulnerability has been resolved: fbdev: au1200fb: Fix a memory leak in au1200fbdrvprobe In au1200fbdrvprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure...

5.8AI score0.00122EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.14 views

EUVD-2026-32222

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916lbc: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.00125EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/27 3:33 p.m.11 views

EUVD-2026-32230

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/27 3:33 p.m.12 views

EUVD-2026-32220

In the Linux kernel, the following vulnerability has been resolved: power: supply: goldfish: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.00126EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.12 views

EUVD-2026-32382

In the Linux kernel, the following vulnerability has been resolved: power: supply: sbs-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0016EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.11 views

EUVD-2026-32372

In the Linux kernel, the following vulnerability has been resolved: power: supply: pf1550: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0012EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/27 3:33 p.m.17 views

EUVD-2026-32368

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq256xx: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/27 3:33 p.m.14 views

EUVD-2026-32348

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916bmsvm: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.00159EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/27 3:33 p.m.11 views

EUVD-2026-32349

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.8AI score0.00156EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.11 views

EUVD-2026-32335

In the Linux kernel, the following vulnerability has been resolved: power: supply: wm97xx: Fix NULL pointer dereference in powersupplychanged In probe, requestirq is called before allocating/registering a powersupply handle. If an interrupt is fired between the call to requestirq and...

5.8AI score0.0016EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.10 views

EUVD-2026-32351

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0016EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/27 3:33 p.m.11 views

EUVD-2026-32333

In the Linux kernel, the following vulnerability has been resolved: power: supply: act8945a: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.00164EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/27 2:17 p.m.39 views

CVE-2026-46034

In the Linux kernel, the following vulnerability has been resolved: vfio/cdx: Fix NULL pointer dereference in interrupt trigger path Add validation to ensure MSI is configured before accessing cdxirqs array in vfiocdxsetmsitrigger. Without this check, userspace can trigger a NULL pointer...

5.5CVSS0.00135EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.15 views

CVE-2026-46036

In the Linux kernel, the following vulnerability has been resolved: vfio/cdx: Serialize VFIODEVICESETIRQS with a per-device mutex vfiocdxsetmsitrigger reads vdev-configmsi and operates on the vdev-cdxirqs array based on its value, but provides no serialization against concurrent VFIODEVICESETIRQS...

7.8CVSS0.00139EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.18 views

CVE-2026-46029

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS0.00147EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.15 views

CVE-2026-46016

In the Linux kernel, the following vulnerability has been resolved: remoteproc: xlnx: Only access buffer information if IPI is buffered In the receive callback check if message is NULL to prevent possibility of crash by NULL pointer dereferencing...

5.5CVSS0.00122EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.14 views

CVE-2026-45987

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2 After VMRUN in guest mode, nestedsynccontrolfromvmcb02 syncs fields written by the CPU from vmcb02 to the cached vmcb12. This is because the cached vmcb12 is use...

5.5CVSS0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/27 2:17 p.m.14 views

CVE-2026-45936

In the Linux kernel, the following vulnerability has been resolved: power: supply: goldfish: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS0.00126EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/27 2:17 p.m.16 views

CVE-2026-45923

In the Linux kernel, the following vulnerability has been resolved: net: usb: catc: enable basic endpoint checking catcprobe fills three URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usbsndbulkpipeusbdev, 1 and usbrcvbulkpipeusbdev, 1 for TX/RX -...

5.5CVSS0.0016EPSS
SaveExploits0References7
NVD
NVD
added 2026/05/27 2:17 p.m.14 views

CVE-2026-45916

In the Linux kernel, the following vulnerability has been resolved: power: supply: sbs-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS0.0016EPSS
SaveExploits0References8
Rows per page
Query Builder