Lucene search
+L

5760 matches found

OSV
OSV
added 2026/06/09 1:21 a.m.18 views

MINI-85J2-QXHX-24H6

Bulletin has no description...

7.5CVSS6.2AI score0.00921EPSS
SaveExploits0
OSV
OSV
added 2026/06/09 12:34 a.m.10 views

MINI-W738-7VXX-8FXP

Bulletin has no description...

5.2AI score
SaveExploits0
OSV
OSV
added 2026/06/09 12:21 a.m.12 views

MINI-CGJW-W43W-FQVM

Bulletin has no description...

5.3CVSS5.2AI score0.00236EPSS
SaveExploits1
OSV
OSV
added 2026/06/09 12:20 a.m.12 views

MINI-532V-XMRH-7M42

Bulletin has no description...

8.2CVSS5.2AI score0.00309EPSS
SaveExploits1
OSV
OSV
added 2026/06/08 11:09 p.m.14 views

MINI-JCPF-PRG8-6276

Bulletin has no description...

6.5CVSS5.2AI score0.00504EPSS
SaveExploits0
OSV
OSV
added 2026/06/08 11:09 p.m.13 views

MINI-8MMX-X2C5-P8QV

Bulletin has no description...

6.5CVSS5.2AI score0.00323EPSS
SaveExploits0
OSV
OSV
added 2026/06/08 10:13 p.m.15 views

MINI-7G99-2HVP-CM4R

Bulletin has no description...

7.5CVSS5.1AI score0.00813EPSS
SaveExploits0
OSV
OSV
added 2026/06/08 9:16 p.m.5 views

DEBIAN-CVE-2026-40215

A race condition in OpenVPN 2.6.0 through 2.6.19 and 2.7alpha1 through 2.7.1 allows remote attackers to potentially cause a server crash or leak heap memory via a use-after-free triggered during TLS session promotion...

7.4CVSS5.5AI score0.00372EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.16 views

DEBIAN-CVE-2026-46313

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp-psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before goin...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.16 views

DEBIAN-CVE-2026-46311

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix access to stale wptr mapping Use drmexec to take both locks i.e vm root bo and wptrobj bo to access the mapping data properly. This fixes the security issue of unmap the wptrobj while a queue creation is in...

7.8CVSS5.3AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.33 views

DEBIAN-CVE-2026-46306

In the Linux kernel, the following vulnerability has been resolved: flowdissector: do not dissect PPPoE PFC frames RFC 2516 Section 7 states that Protocol Field Compression PFC is NOT RECOMMENDED for PPPoE. In practice, pppd does not support negotiating PFC for PPPoE sessions, and the flow...

7.5CVSS5.3AI score0.00437EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.11 views

DEBIAN-CVE-2026-46299

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix held lock freed on hfsplusfillsuper hfsplusfillsuper calls hfsfindinit to initialize a search structure, which acquires tree-treelock. If the subsequent call to hfspluscatbuildkey fails, the function jumps to the...

7CVSS5.4AI score0.00091EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.20 views

DEBIAN-CVE-2026-46296

In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe back to s3c64xxspipreparetransfer failed to remove the corresponding deallocation from remove. Drop the bogus DMA channel release fro...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.20 views

DEBIAN-CVE-2026-46294

In the Linux kernel, the following vulnerability has been resolved: dm: fix a buffer overflow in ioctl processing Tony Asleson using Claude found a buffer overflow in dm-ioctl in the function retrievestatus: 1. The code in retrievestatus checks that the output string fits into the output buffer a...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.14 views

DEBIAN-CVE-2026-46288

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix use-after-free in ofunittestchangeset The variable 'parent' is assigned the value of 'nchangeset' earlier in the function, meaning both point to the same struct devicenode. The call to ofnodeputnchangeset can...

8.4CVSS5.4AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.17 views

DEBIAN-CVE-2026-46283

In the Linux kernel, the following vulnerability has been resolved: tpm: Use kfreesensitive to free auth session in tpmdevrelease tpmdevrelease uses plain kfree to free chip-auth, which contains sensitive cryptographic material including HMAC session keys, nonces, and passphrase data struct...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.11 views

DEBIAN-CVE-2026-46276

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix zero-size GDS range init on RDNA4 RDNA4 GFX 12 hardware removes the GDS, GWS, and OA on-chip memory resources. The gfxv120 initialisation code correctly leaves adev-gds.gdssize, adev-gds.gwssize, and adev-gds.oasi...

5.5CVSS5.5AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.13 views

DEBIAN-CVE-2026-46279

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 5:16 p.m.11 views

DEBIAN-CVE-2026-46280

In the Linux kernel, the following vulnerability has been resolved: lib: testhmm: evict device pages on file close to avoid use-after-free Patch series "Minor hmmtest fixes and cleanups". Two bugfixes a cleanup for the HMM kernel selftests. These were mostly reported by Zenghui Yu with special...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/08 4:44 p.m.21 views

MINI-MCVJ-PPRC-XV75

Bulletin has no description...

9.1CVSS5.2AI score0.07314EPSS
SaveExploits0
Rows per page
Query Builder