Lucene search
+L

137416 matches found

NVD
NVD
added 3 days ago5 views

CVE-2026-63899

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mxuport: fix memory corruption with small endpoint Make sure that the bulk-out endpoint max packet size is at least eight bytes to avoid user-controlled slab corruption should a malicious device report a smaller size...

0.0021EPSS
Exploits0References8
NVD
NVD
added 3 days ago5 views

CVE-2026-63901

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digiacceleport: fix memory corruption with small endpoints Add the missing bulk-out buffer size sanity checks to avoid out-of-bounds memory accesses or slab corruption should a malicious device report smaller buffers...

0.0021EPSS
Exploits0References8
NVD
NVD
added 3 days ago4 views

CVE-2026-63902

In the Linux kernel, the following vulnerability has been resolved: USB: serial: cypressm8: validate interrupt packet headers cypressreadintcallback parses the interrupt-in buffer according to the selected Cypress packet format. Format 1 has a two-byte status/count header and format 2 has a...

0.0021EPSS
Exploits0References8
NVD
NVD
added 3 days ago4 views

CVE-2026-63892

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

0.0022EPSS
Exploits0References8
NVD
NVD
added 3 days ago4 views

CVE-2026-63895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

0.00244EPSS
Exploits0References7
NVD
NVD
added 3 days ago4 views

CVE-2026-63880

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock leak on ENOMEM in AMDGPUGEMOPGETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO branch of amdgpugemopioctl holds three cleanup-tracked resources before calling kvcalloc: the drmgemobject reference from...

0.00198EPSS
Exploits0References3
OSV
OSV
added 3 days ago4 views

CVE-2026-64186 iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.3AI score0.00155EPSS
Exploits0References6
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-64186 iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

0.00155EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-64186

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.2AI score0.00155EPSS
Exploits0References4Affected Software1
CVE
CVE
added 3 days ago9 views

CVE-2026-64186

The CVE concerns the Linux kernel AMD IOMMU debugfs path. The vulnerability stems from using int-typed dbg_mmio_offset and dbg_cap_offset populated via kstrtou32_from_user(), which can wrap to a negative value for large inputs and enable out-of-bounds reads in iommu_mmio_write() and iommu_capabil...

5.4AI score0.00155EPSS
Exploits0References3
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-45871

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite and iommucapabilitywrite, the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser. If ...

5.4AI score0.00155EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago5 views

CVE-2026-64146

In the Linux kernel, the following vulnerability has been resolved: erofs: fix metabuf leak in inode xattr initialization commit bb88e8da0025 "erofs: use meta buffers for xattr operations" converted xattr operations to use on-stack erofsbuf instances. erofsinitinodexattrs uses such a metabuf whil...

5.3AI score0.00162EPSS
Exploits0References3Affected Software1
CVE
CVE
added 3 days ago6 views

CVE-2026-64146

The CVE-2026-64146 issue affects the Linux kernel’s EROFS subsystem, specifically an inode xattrs metabuf leak in the xattr initialization path. The root cause was improper cleanup after erofs_read_metabuf(), where a metabuf could leak a folio reference via out_unlock paths. The fix consolidates ...

5.4AI score0.00162EPSS
Exploits0References2
OSV
OSV
added 3 days ago5 views

CVE-2026-64146 erofs: fix metabuf leak in inode xattr initialization

In the Linux kernel, the following vulnerability has been resolved: erofs: fix metabuf leak in inode xattr initialization commit bb88e8da0025 "erofs: use meta buffers for xattr operations" converted xattr operations to use on-stack erofsbuf instances. erofsinitinodexattrs uses such a metabuf whil...

5.3AI score0.00162EPSS
Exploits0References5
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-64133 ALSA: asihpi: Fix potential OOB array access at reading cache

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache findcontrol to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it...

7.8CVSS0.00129EPSS
Exploits0References8
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-45818

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache findcontrol to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it...

5.4AI score0.00129EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 3 days ago4 views

CVE-2026-64133

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache findcontrol to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it...

7.8CVSS5.3AI score0.00129EPSS
Exploits0References9Affected Software1
CVE
CVE
added 3 days ago7 views

CVE-2026-64133

CVE-2026-64133 affects the Linux kernel ALSA asihpi component. A function that retrieves cached info accesses an array by index without proper bounds checking, causing potential out-of-bounds reads. The issue could lead to memory access outside intended limits, with documented consequences includ...

7.8CVSS5.4AI score0.00129EPSS
Exploits0References8
OSV
OSV
added 3 days ago4 views

CVE-2026-64133 ALSA: asihpi: Fix potential OOB array access at reading cache

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache findcontrol to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it...

7.8CVSS5.3AI score0.00129EPSS
Exploits0References11
Cvelist
Cvelist
added 3 days ago28 views

CVE-2026-64126 Bluetooth: MGMT: validate Add Extended Advertising Data length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate Add Extended Advertising Data length MGMTOPADDEXTADVDATA is registered as a variable-length command, with MGMTADDEXTADVDATASIZE as the fixed header size. The handler then uses cp-advdatalen and...

7.3CVSS0.00135EPSS
Exploits0References7
Rows per page
Query Builder