Lucene search
+L

83444 matches found

OSV
OSV
added 2026/07/25 7:23 p.m.6 views

MINI-844G-GV3J-WWGM

Bulletin has no description...

8.8CVSS6.9AI score0.9722EPSS
SaveExploits14
Snyk
Snyk
added 2026/07/25 1:49 p.m.9 views

Missing Release of Memory after Effective Lifetime

Overview Magick.NET-Q16-OpenMP-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

4.8CVSS5.9AI score0.00103EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64523

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS5.6AI score0.00347EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.7 views

DEBIAN-CVE-2026-64520

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Bound PARTITIONINFOGETREGS copies The register-based PARTITIONINFOGET path trusted the firmware-provided indices when copying partition descriptors into the caller buffer. Reject inconsistent counts or index...

8.4CVSS5.7AI score0.00131EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64518

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix out-of-bounds access for twsk in tcpaoestablishedkey. lockdepsockisheld was added in tcpaoestablishedkey by the cited commit. It can be called from tcpv46timewaitack with twsk. Since it does not have sk-sklock, the lockd...

5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64524

In the Linux kernel, the following vulnerability has been resolved: drm/hyperv: validate resolutioncount and fix WIN8 fallback A SYNTHVIDRESOLUTIONRESPONSE with resolutioncount 64 walks past the supportedresolutionSYNTHVIDMAXRESOLUTIONCOUNT array in the parse loop. Bound resolutioncount against t...

7.7CVSS5.7AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64510

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

7CVSS5.7AI score0.00111EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64515

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix MLE defragmentation If either reconf or EPCS multi-link element MLE is contained in a non-transmitted profile, the defragmentation routine is called with a pointer to the defragmented copy, but the original...

8.3CVSS5.6AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64517

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64504

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: clamp the device-reported FIFO frame count bmc150accelfifoflush copies the number of samples the device reports in its hardware FIFO into an on-stack buffer u16 bufferBMC150ACCELFIFOLENGTH 3; which is sized fo...

5.8AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64507

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.7AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64500

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xxadcprobe in drivers/iio/adc/lpc32xxadc.c registers its interrupt handler with devmrequestirq before it initializes...

5.7AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64497

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.7AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64490

In the Linux kernel, the following vulnerability has been resolved: ALSA: virtio: Validate control metadata from the device virtio-snd control handling trusts the device-provided control type and value count returned by the device. That metadata is then used directly to index gv2atypemap in...

8.4CVSS5.7AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

DEBIAN-CVE-2026-64472

In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently updated into the same...

5.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

DEBIAN-CVE-2026-64470

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.7AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

DEBIAN-CVE-2026-64474

In the Linux kernel, the following vulnerability has been resolved: vfio: prevent infinite loop in vfiomiggetnextstate on blocked arc vfiomiggetnextstate walks vfiofromfsmtable one step at a time, looping to skip optional states the device does not support until nextfsm is supported. A blocked...

5.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

DEBIAN-CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

DEBIAN-CVE-2026-64453

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbiodisconnect walks usbio-clilist in reverse and uninitializes each auxiliary device. auxiliarydeviceuninit drops the device reference, and for an unbound child that can r...

5.7AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

DEBIAN-CVE-2026-64436

In the Linux kernel, the following vulnerability has been resolved: net: afkey: initialize algkeylen for IPComp states pfkeymsg2xfrmstate handles the IPComp SADBXSATYPEIPCOMP case by allocating x-calg and copying only the algorithm name: x-calg = kmallocobjx-calg; if !x-calg err = -ENOMEM; goto...

7.1CVSS5.7AI score0.00119EPSS
SaveExploits0References1
Rows per page
Query Builder