Lucene search
+L

9688 matches found

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

MINI-M7V5-99H8-VJRQ

Bulletin has no description...

7.5CVSS5.8AI score0.00549EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:23 p.m.10 views

MINI-FXC8-R6HH-W8CF

Bulletin has no description...

6.3CVSS6.3AI score0.00816EPSS
SaveExploits1
OSV
OSV
added 2026/07/25 7:23 p.m.8 views

MINI-GPGG-W882-VVV2

Bulletin has no description...

6.3CVSS6.3AI score0.00816EPSS
SaveExploits1
OSV
OSV
added 2026/07/25 7:23 p.m.8 views

MINI-2CXW-GHQ2-FCPG

Bulletin has no description...

8.1CVSS7AI score0.00873EPSS
SaveExploits1
OSV
OSV
added 2026/07/25 7:23 p.m.8 views

MINI-6H78-W8W9-VM29

Bulletin has no description...

8.1CVSS7AI score0.00892EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 7:23 p.m.9 views

MINI-844G-GV3J-WWGM

Bulletin has no description...

8.8CVSS6.9AI score0.9722EPSS
SaveExploits14
OSV
OSV
added 2026/07/25 5:12 p.m.5 views

ECHO-1A3B-6A3E-53F3

Bulletin has no description...

7.5CVSS5.8AI score0.00466EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 1:52 p.m.16 views

ECHO-B6FB-3D23-A17E

Bulletin has no description...

4.2CVSS5.8AI score0.0039EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/25 10:17 a.m.16 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.9 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.00142EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.7 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.8 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.7 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.7 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.9 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.7 views

DEBIAN-CVE-2026-64438

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix VF2PF work teardown race in adfdisablesriov The VF2PF interrupt handler queues PF-side response work that stores a raw pointer to per-VF state struct adfaccelvfinfo. Currently, adfdisablesriov destroys per-VF...

8.8CVSS5.7AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.22 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
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

DEBIAN-CVE-2026-64443

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in updatebeaconinfo IE loop The IE parsing loop in updatebeaconinfo advances by pIE-length + 2 each iteration but only guards on i length from one byte past the allocated receive buffer...

8.1CVSS5.7AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.12 views

DEBIAN-CVE-2026-64396

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct filelock in SMB2LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILELOCKDEFERRED path, ksmbd registers the asynchronous work into the connection's asyncrequests...

8.8CVSS5.6AI score0.00435EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

DEBIAN-CVE-2026-64394

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a WRITEDAC/WRITEOWNER check to SMB2 SETINFO SECURITY commit cc57232cae23 "ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTLSETSPARSE" added a fp-daccess gate to fsctlsetsparse and noted that...

8.8CVSS5.7AI score0.0047EPSS
SaveExploits0References1
Rows per page
Query Builder