Lucene search
+L

103 matches found

NVD
NVD
•added 2026/09/25 11:17 a.m.•5 views

CVE-2026-98002

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix ineffective error check in nested domain allocation amdiommupdomidalloc returns an int: a domain ID on success, or the negative errno from idaallocrange when the ID space is exhausted or memory is short...

7.8CVSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•2 views

EUVD-2026-86656

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Do not reallocate GA log buffers on resume Commit c5e1a1eb9279 "iommu/amd: Simplify and Consolidate Virtual APIC AVIC Enablement" moved the GA log allocation from iommuinitpci to enableiommusvapic, which is called on...

5.8AI score
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•1 views

CVE-2026-98003

In the Linux kernel, the following vulnerability has been resolved: i...

5.8AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:23 a.m.•6 views

CVE-2026-98003

The Linux kernel contains a vulnerability in the iommu/amd component where GA log buffers are reallocated during every resume operation. The root cause is that the iommu_init_ga_log() function unconditionally assigns pointers to iommu->ga_log and iommu->ga_log_tail, causing a memory leak of...

5.8AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:23 a.m.•12 views

CVE-2026-98002 iommu/amd: Fix ineffective error check in nested domain allocation

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix ineffective error check in nested domain allocation amdiommupdomidalloc returns an int: a domain ID on success, or the negative errno from idaallocrange when the ID space is exhausted or memory is short...

7.8CVSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:23 a.m.•11 views

CVE-2026-98002

The Linux kernel contains a vulnerability in the iommu/amd component due to an ineffective error check during nested domain allocation. The function amd_iommu_pdom_id_alloc() returns an int , which can be a negative errno (such as -ENOSPC) if the ID space is exhausted or memory is short. However,...

7.8CVSS5.8AI score
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/25 10:23 a.m.•2 views

CVE-2026-98002

In the Linux kernel, the following vulnerability has been resolved: i...

7.8CVSS5.8AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•2 views

EUVD-2026-86655

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix ineffective error check in nested domain allocation amdiommupdomidalloc returns an int: a domain ID on success, or the negative errno from idaallocrange when the ID space is exhausted or memory is short...

7.8CVSS5.8AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•3 views

CVE-2026-98002

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix ineffective error check in nested domain allocation amdiommupdomidalloc returns an int: a domain ID on success, or the negative errno from idaallocrange when the ID space is exhausted or memory is short...

7.8CVSS5.8AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/09/22 9:24 p.m.•8 views

kernel: iommu/amd: Fix clone_alias() to use the original device's devid

A flaw was found in the Linux kernel's IOMMU Input/Output Memory Management Unit AMD driver. The clonealias function incorrectly uses the device ID devid when handling alias devices. This can lead to the propagation of wrong or stale Device Table Entry DTE entries to alias devices, potentially...

8.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 8:09 p.m.•7 views

kernel: iommu/amd: Fix clone_alias() to use the original device's devid

A flaw was found in the Linux kernel's IOMMU Input/Output Memory Management Unit AMD driver. The clonealias function incorrectly uses the device ID devid when handling alias devices. This can lead to the propagation of wrong or stale Device Table Entry DTE entries to alias devices, potentially...

8.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2026-92505

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is...

5.7AI score0.00206EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 5:17 p.m.•6 views

DEBIAN-CVE-2026-92505

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score0.00206EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•9 views

CVE-2026-92505

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•34 views

CVE-2026-92505 iommu/amd: Fix undefined behavior in devid_write debugfs function

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:10 p.m.•15 views

CVE-2026-92505

CVE-2026-92505 addresses an undefined behavior bug in the Linux kernel's iommu/amd module, specifically in the devid_write debugfs function. The root cause is that when for_each_pci_segment() completes without finding a matching segment, the pci_seg pointer is left pointing to an invalid memory l...

5.7AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•10 views

EUVD-2026-82126

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:10 p.m.•6 views

CVE-2026-92505 iommu/amd: Fix undefined behavior in devid_write debugfs function

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•1 views

CVE-2026-92505: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score0.00206EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fixed a potential buffer overflow in parseivrsacpihid. There is a string parsing logic error that can lead to an overflow of the hid or uid buffers. Comparing ACPIIDLEN to the total string length does not take into...

7.8CVSS6.4AI score0.00283EPSS
SaveExploits0References2
Rows per page
Query Builder