Lucene search
+L

2412 matches found

CVE
CVE
added 6 hours ago7 views

CVE-2026-68347

CVE-2026-68347 pertains to the Linux kernel’s amd iommu code. The vulnerability arises from IRQ-unsafe locking in gdom allocation and in the IOMMU destroy/free path, leading to lock-order conflicts when HARDIRQ-safe locks become HARDIRQ-unsafe. The documented fix switches the allocation path in g...

5.3AI score
SaveExploits0References2
EUVD
EUVD
added 6 hours ago3 views

EUVD-2026-55448

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix IRQ unsafe locking in gdom allocation Lockdep complains: 259.410489 ===================================================== 259.417287 WARNING: HARDIRQ-safe - HARDIRQ-unsafe lock order detected 259.424667...

5.3AI score
SaveExploits0References2
CVE
CVE
added 6 hours ago6 views

CVE-2026-68325

The Linux kernel AMD IOMMU path (ivrs_acpihid parser) is affected by CVE-2026-68325. The parser appends entries to a fixed four-element early_acpihid_map and, unlike the IOAPIC/HPET parsers, does not reject a fifth entry before increasing the map size. The patch adds a capacity check at the commo...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added 6 hours ago2 views

EUVD-2026-55426

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.3AI score
SaveExploits0References5
AstraLinux
AstraLinux
added 11 hours ago6 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: fixed the use-of-free issue in probe deferment. The driver is no longer retaining references to larb devices during probe operations after a successful lookup, as well as in case of errors. This could potentially...

7.8CVSS6.1AI score0.00125EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 11 hours ago7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: moving waitonsem out of the spinlock With iommu.strict=1, the existing completion wait mechanism can cause soft lockups in stressed environments. This occurs because waitonsem performs busy waits under a spinlock when...

7.5CVSS5.1AI score0.0034EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago11 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush dev-IOTLB only when the PCIe device is accessible in scalable mode. The commit 4fc82cd907ac “iommu/vt-d: Do not issue ATS invalidation requests when the device is disconnected” relies on pcidevisdisconnected to...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 11 hours ago9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Skips the dev-iotlb flush for inaccessible PCIe devices without scalable mode. PCIe endpoints with ATS enabled and passed through to userspace e.g., QEMU, DPDK can cause a system hard lock when their link fails, eithe...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago10 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2026-3126)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : bridge: brndsend: linearize skb before parsing ND optionsCVE-2026-31682 media: mc, v4l2: serialize REINIT and REQBUFS with...

9.8CVSS7.4AI score0.01501EPSS
SaveExploits74References277
Tenable Nessus
Tenable Nessus
added 2 days ago7 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2026-3071)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : bridge: brndsend: linearize skb before parsing ND optionsCVE-2026-31682 media: mc, v4l2: serialize REINIT and REQBUFS with...

9.8CVSS7.4AI score0.01501EPSS
SaveExploits74References277
RedHat Linux
RedHat Linux
added 3 days ago7 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.1CVSS5.4AI score0.00571EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 4 days ago7 views

SUSE CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score0.00164EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-53778

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score0.00164EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago39 views

CVE-2026-64591

The CVE-2026-64591 entry concerns the Linux kernel Intel IOMMU (vt-d) driver and the SVA binding/unbinding logic when PRI is not supported. The root cause is that a previous commit skipped IOPF enablement for SVA on non-PRI hardware during bind, but the unbind path was not similarly updated, caus...

5.4AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago4 views

UBUNTU-CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.3AI score0.00164EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 4 days ago8 views

EulerOS 2.0 SP13 : kernel (EulerOS-SA-2026-2971)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : USB: core: Limit the length of unkillable synchronous timeoutsCVE-2026-43428 usb: typec: ucsi: validate connector number in...

9.8CVSS7.4AI score0.01501EPSS
SaveExploits74References286
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:0 a.m.14 views

Oracle Linux 10 : kernel (ELSA-2026-47017)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-47017 advisory. - ipv6: fix possible UAF in icmpv6rcv CKI Backport Bot RHEL-192215 CVE-2026-53006 - tipc: fix double-free in tipcbufappend CKI Backport Bot RHEL-1921...

9.8CVSS6AI score0.92855EPSS
SaveExploits25References5
Tenable Nessus
Tenable Nessus
added 2026/07/30 12:0 a.m.9 views

RockyLinux 9 : kernel (RLSA-2026:47040)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:47040 advisory. kernel: xfrm: Duplicate SPI Handling CVE-2025-39797 kernel: lib/buildid: use kernelread for sleepable context CVE-2026-23002 kernel: futex: Drop...

8.8CVSS6.7AI score0.0015EPSS
SaveExploits1References11
Rockylinux
Rockylinux
added 2026/07/29 6:6 p.m.8 views

kernel security, bug fix, and enhancement update

An update is available for kernel. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

9.8CVSS5.9AI score0.00395EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/28 12:52 p.m.9 views

kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption

A flaw was found in the Linux kernel's Input-Output Memory Management Unit IOMMU virtualized direct memory access VT-d component. This vulnerability occurs when the system attempts to perform cleanup operations without a valid device identifier, leading to a null pointer dereference or incorrect...

8.8CVSS5.8AI score0.0013EPSS
SaveExploits0References5
Rows per page
Query Builder