Lucene search
+L

120 matches found

NVD
NVD
added 2025/09/04 4:15 p.m.8 views

CVE-2025-38688

In the Linux kernel, the following vulnerability has been resolved: iommufd: Prevent ALIGN overflow When allocating IOVA the candidate range gets aligned to the target alignment. If the range is close to ULONGMAX then the ALIGN can wrap resulting in a corrupted iova. Open code the ALIGN using...

8.8CVSS0.00164EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/04 4:15 p.m.2 views

DEBIAN-CVE-2025-38688

In the Linux kernel, the following vulnerability has been resolved: iommufd: Prevent ALIGN overflow When allocating IOVA the candidate range gets aligned to the target alignment. If the range is close to ULONGMAX then the ALIGN can wrap resulting in a corrupted iova. Open code the ALIGN using...

7.8CVSS6.2AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.15 views

UBUNTU-CVE-2025-38688

In the Linux kernel, the following vulnerability has been resolved: iommufd: Prevent ALIGN overflow When allocating IOVA the candidate range gets aligned to the target alignment. If the range is close to ULONGMAX then the ALIGN can wrap resulting in a corrupted iova. Open code the ALIGN using...

8.8CVSS6.6AI score0.00164EPSS
SaveExploits0References24
OSV
OSV
added 2025/09/04 3:32 p.m.9 views

CVE-2025-38688 iommufd: Prevent ALIGN() overflow

In the Linux kernel, the following vulnerability has been resolved: iommufd: Prevent ALIGN overflow When allocating IOVA the candidate range gets aligned to the target alignment. If the range is close to ULONGMAX then the ALIGN can wrap resulting in a corrupted iova. Open code the ALIGN using...

8.8CVSS6.3AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2021-47554

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: vdpasim: avoid putting an uninitialized iovadomain The system will crash if we put an...

5.5CVSS5.1AI score0.00193EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-52455

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iommu: Don't reserve 0-length IOVA region When the bootloader/firmware doesn't setup the...

7.8CVSS5.8AI score0.00236EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:14 a.m.14 views

SUSE CVE-2025-38062

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

5.8CVSS6.2AI score0.00167EPSS
SaveExploits0References22
NVD
NVD
added 2025/06/18 10:15 a.m.23 views

CVE-2025-38062

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

7.8CVSS0.00167EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 10:15 a.m.11 views

AZL-64058 CVE-2025-38062 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

7.8CVSS6.4AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.7 views

DEBIAN-CVE-2025-38062

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

5.5CVSS5.5AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.12 views

AZL-72754 CVE-2025-38062 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

7.8CVSS6.6AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.7 views

UBUNTU-CVE-2025-38062

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

7.8CVSS6.1AI score0.00167EPSS
SaveExploits0References31
CVE
CVE
added 2025/06/18 9:33 a.m.106 views

CVE-2025-38062

CVE-2025-38062 affects the Linux kernel genirq/msi path. Root cause: the IOMMU translation for MSI messages was split into two steps, with a cookie holding the IOVA between steps; lack of irq-layer locking allowed the IOMMU domain to change during VFIO/migration, creating a use-after-free risk fo...

7.8CVSS6.1AI score0.00167EPSS
SaveExploits0References6Affected Software1
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fixed a out-of-bounds situation in iovabitmapoffsettoindex. A UBSAN out-of-bounds issue was addressed in iovabitmapoffsettoindex, where shifting the constant “1” of type int by bitmap-mapped.pgshift a unsigned...

7.8CVSS6.2AI score0.00188EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 5:07 a.m.12 views

CVE-2023-5802

Cross-Site Request Forgery CSRF vulnerability in Mihai Iova WordPress Knowledge base & Documentation Plugin – WP Knowledgebase plugin = 1.3.4 versions...

8.8CVSS7AI score0.00214EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.13 views

kernel: iommufd: Protect against overflow of ALIGN() during iova allocation

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN overflows which corrupts the selected area range during...

7.8CVSS6.8AI score0.00229EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2023-52910

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iommu/iova: Fix alloc iova overflows issue In allocandinsertiovarange, there is an issue tha...

8.8CVSS5.3AI score0.00245EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/28 2:21 a.m.5 views

SUSE CVE-2025-21724

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fix shift-out-of-bounds in iovabitmapoffsettoindex Resolve a UBSAN shift-out-of-bounds issue in iovabitmapoffsettoindex where shifting the constant "1" of type int by bitmap-mapped.pgshift an unsigned long val...

5.5CVSS7.6AI score0.00188EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/02/27 3:06 a.m.7 views

SUSE CVE-2022-49452

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dmaunmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that we were actually removing the DMA map and then...

7.5CVSS6.4AI score0.00466EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 2:15 a.m.1 views

DEBIAN-CVE-2025-21724

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fix shift-out-of-bounds in iovabitmapoffsettoindex Resolve a UBSAN shift-out-of-bounds issue in iovabitmapoffsettoindex where shifting the constant "1" of type int by bitmap-mapped.pgshift an unsigned long val...

7.8CVSS5.6AI score0.00188EPSS
SaveExploits0References1
Rows per page
Query Builder