Lucene search
+L

155 matches found

CVE
CVE
added 4 days ago19 views

CVE-2026-68369

The CVE affects the Linux kernel USB gadget printer driver (printer_read) where the code used the same variable for the requested copy size and the actual copied bytes. If copy_to_user fails to copy anything, the copied length becomes zero and RX data can cause an infinite loop because len/buf/cu...

5.5AI score0.002EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 4 days ago8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fixed a double-free in rxesrqfrominit. In rxesrqfrominit, the queue pointer ‘q’ is assigned to ‘srq-rq.queue’ before copying the SRQ number to user space. If copytouser fails, the function calls rxequeuecleanup to free...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/27 8:6 a.m.9 views

CVE-2026-64290

A flaw was found in the Linux kernel's iommufd component. When a copytouser operation fails within the iommufdfaultfopsread function, the system enters an infinite loop. This continuous retry consumes 100% of the CPU and holds a mutex, which can lead to a denial of service DoS for affected system...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.6 views

SUSE CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.8AI score0.00155EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.5CVSS0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

UBUNTU-CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.3AI score0.00155EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.36 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

0.00155EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:49 a.m.20 views

CVE-2026-64290

CVE-2026-64290 affects the Linux kernel via iommufd_fault_fops_read(): on a copy_to_user() failure inside the inner loop, only the inner loop breaks, causing the outer loop to retry indefinitely and spin the reader with fault->mutex held. The public fixes implement breaking the outer while by ...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-49002

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.8AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.16 views

PT-2026-64511

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufd fault fops read On a copy to user failure inside the inner list for each entry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the...

5.8AI score0.00155EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.7 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
SaveExploits0References7
EUVD
EUVD
added 2026/07/19 2:55 p.m.15 views

EUVD-2026-45668

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

5.6AI score0.00244EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/19 2:55 p.m.7 views

CVE-2026-63895 usb: gadget: f_fs: copy only received bytes on short ep0 read

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

5.6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.8 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...

5.5AI score0.00244EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 12:2 p.m.11 views

EUVD-2026-45459

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

5.3AI score0.00121EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.8 views

CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.2AI score0.00121EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:2 p.m.8 views

CVE-2026-63793 ntfs: serialize volume label accesses

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.4AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.19 views

PT-2026-61212

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the f fs gadget driver where the ffs ep0 read function allocates a control-OUT data buffer using kmalloc based on the length specified in the Setup packet. When a shor...

5.4AI score0.00244EPSS
SaveExploits0
Rows per page
Query Builder