Lucene search
+L

55769 matches found

RedhatCVE
RedhatCVE
added 2026/05/07 1:57 p.m.15 views

CVE-2026-43219

A flaw was found in the Linux kernel's network component, net: cpswnew. This vulnerability occurs when an error during the registration of a network device leads to an attempt to unregister a device that was not properly registered. This improper handling of network device states could result in...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/07 9:47 a.m.26 views

USN-8245-1 linux-azure, linux-azure-6.17, linux-oem-6.17 vulnerabilities

Josh Eads, Kristoffer Janke, Eduardo Vela Nava, Tavis Ormandy, and Matteo Rizzo discovered that some AMD Zen processors did not properly verify the signature of CPU microcode. This flaw is known as EntrySign. A privileged attacker could possibly use this issue to cause load malicious CPU microcod...

9.8CVSS6.6AI score0.00788EPSS
SaveExploits2References141
OSV
OSV
added 2026/05/07 3:49 a.m.16 views

CLSA-2026-1778125769 qemu-kvm: Fix of 3 CVEs

CVE-2023-3019: net: improper synchronization in net device backends - CVE-2023-42467: scsi-disk: division by zero in scsidiskemulatemodeselect - CVE-2024-26327: pciesriov: NumVFs validation buffer overflow...

6.5CVSS6.9AI score0.00596EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/05/07 2:24 a.m.19 views

SUSE CVE-2025-71271

In the Linux kernel, the following vulnerability has been resolved: hfsplus: ensure sb-sfsinfo is always cleaned up When hfsplus was converted to the new mount api a bug was introduced by changing the allocation pattern of sb-sfsinfo. If setupbdevsuper fails after a new superblock has been...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:24 a.m.17 views

SUSE CVE-2025-71273

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devmkmemdup in rtwsetsupportedband Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtwregisterhw. The supported bands were not freed in the error path. Copied from...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/05/07 2:24 a.m.33 views

SUSE CVE-2025-71290

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:21 a.m.35 views

SUSE CVE-2026-31722

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: frndis: Fix netdevice lifecycle with devicemove The netdevice is allocated during function instance creation and registered during the bind phase with the gadget device as its sysfs parent. When the function unbinds,...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:21 a.m.52 views

SUSE CVE-2026-31723

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fsubset: Fix netdevice lifecycle with devicemove The netdevice is allocated during function instance creation and registered during the bind phase with the gadget device as its sysfs parent. When the function unbinds...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:21 a.m.36 views

SUSE CVE-2026-31727

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uether: Fix NULL pointer deref in ethgetdrvinfo Commit ec35c1969650 "usb: gadget: fncm: Fix netdevice lifecycle with devicemove" reparents the gadget device to /sys/devices/virtual during unbind, clearing the gadget...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/05/07 2:21 a.m.31 views

SUSE CVE-2026-31745

In the Linux kernel, the following vulnerability has been resolved: reset: gpio: fix double free in resetaddgpioauxdevice error path When auxiliarydeviceadd fails, resetaddgpioauxdevice calls auxiliarydeviceuninitadev. The device release callback resetgpioauxdevicerelease frees adev, but the...

5.7AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:19 a.m.28 views

SUSE CVE-2026-43056

In the Linux kernel, the following vulnerability has been resolved: net: mana: fix use-after-free in addadev error path If auxiliarydeviceadd fails, addadev jumps to addfail and calls auxiliarydeviceuninitadev. The auxiliary device has its release callback set to adevrelease, which frees the...

5.5CVSS5.7AI score0.00116EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.29 views

SUSE CVE-2026-43101

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix potential NULL dereferences in ioam6filltracedata We need to check in6devget for possible NULL value, as suggested by Yiming Qian. Also add skbdstdevrcu instead of skbdstdev, and two missing READONCE. Note that @d...

5.5CVSS5.7AI score0.00426EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.22 views

SUSE CVE-2026-43111

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: fix use-after-free in roccatreportevent roccatreportevent iterates over the device-readers list without holding the readerslock. This allows a concurrent roccatrelease to remove and free a reader while it's still bei...

6.3CVSS5.8AI score0.00117EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.15 views

SUSE CVE-2026-43155

In the Linux kernel, the following vulnerability has been resolved: mux: mmio: fix regmap leak on probe failure The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is released on probe failures e.g. probe deferral and ...

5.7AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.19 views

SUSE 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...

7CVSS5.7AI score0.00435EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.15 views

SUSE CVE-2026-43270

In the Linux kernel, the following vulnerability has been resolved: media: mtk-mdp: Fix a reference leak bug in mtkmdpremove In mtkmdpprobe, vpugetplatdevice increases the reference count of the returned platform device. Add platformdeviceput to prevent reference leak...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2026/05/07 12:31 a.m.25 views

CVE-2026-43278

A flaw was found in the Linux kernel's device-mapper dm component, specifically affecting request-based device-mapper targets like dm-multipath. Stale bio pointers in cloned requests can lead to double-initialization and subsequent double-free scenarios of cloned bios. This memory corruption...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/07 12:11 a.m.22 views

CVE-2026-43271

A flaw was found in the Linux kernel's md-cluster module. During the startup of a multi-device MD array, a race condition can occur where a remote node sends a metadata update message before the system is fully ready to process it. This premature processing leads to a null pointer dereference,...

5.5CVSS5.8AI score0.00116EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/07 12:06 a.m.21 views

CVE-2026-43270

A flaw was found in the Linux kernel's media: mtk-mdp module. A reference leak occurs because the vpugetplatdevice function increases a reference count that is not properly decreased by platformdeviceput in mtkmdpremove. This issue could potentially lead to resource exhaustion over time, which ma...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/07 12:00 a.m.51 views

CVE-2026-30495

The CVE-2026-30495 entry concerns the Optoma CinemaX P2 projector (firmware TVOS-04.24.010.04.01, Android 8.0.0). Technical details in the connected documents show an exploitable condition where ADB is exposed over TCP port 5555 without authentication (ro.adb.secure=0) and a functional /system/xb...

8.8CVSS5.8AI score0.00216EPSS
SaveExploits0References1
Rows per page
Query Builder