Lucene search
+L

5818 matches found

OSV
OSV
added 2024/02/27 7:04 p.m.6 views

DEBIAN-CVE-2021-46953

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks...

6.7CVSS5.6AI score0.00241EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/27 7:04 p.m.13 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks...

7.2AI score0.00241EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/27 7:04 p.m.11 views

UBUNTU-CVE-2021-46953

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks...

6.7CVSS6.2AI score0.00241EPSS
SaveExploits0References10
Prion
Prion
added 2024/02/27 7:04 p.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.1AI score0.00231EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.39 views

CVE-2021-46967

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:04 p.m.10 views

UBUNTU-CVE-2021-46967

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/27 6:47 p.m.42 views

CVE-2021-46967 vhost-vdpa: fix vm_flags for virtqueue doorbell mapping

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/27 6:47 p.m.53 views

CVE-2021-46967

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.8CVSS4.7AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/27 6:40 p.m.17 views

CVE-2021-46953 ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure

In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt that it mapped earlier. However, it never checks...

7AI score0.00241EPSS
SaveExploits0References7
CVE
CVE
added 2024/02/27 6:40 p.m.590 views

CVE-2021-46953

The CVE-2021-46953 issue affects the Linux kernel ACPI GTDT driver. If a probe fails due to invalid firmware properties, the driver may unmap an interrupt it mapped earlier without verifying that the mapping succeeded, and if the firmware reports an interrupt number overlapping the GIC SGI range,...

6.7CVSS6.7AI score0.00241EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2024/02/27 10:15 a.m.6 views

CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS6AI score0.0015EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/02/27 7:15 a.m.24 views

CVE-2021-46910

In the Linux kernel, the following vulnerability has been resolved: ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUGKMAPLOCAL is enabled The debugging code for kmaplocal doubles the number of per-CPU fixmap slots allocated for kmaplocal, in order to use half of them as guard regions. This...

7CVSS5.2AI score0.00197EPSS
SaveExploits0References2
NVD
NVD
added 2024/02/27 7:15 a.m.25 views

CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.8 views

CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/02/27 7:15 a.m.3 views

DEBIAN-CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS5.5AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 7:15 a.m.11 views

CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS8.1AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.38 views

CVE-2021-46910

In the Linux kernel, the following vulnerability has been resolved: ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUGKMAPLOCAL is enabled The debugging code for kmaplocal doubles the number of per-CPU fixmap slots allocated for kmaplocal, in order to use half of them as guard regions. This...

7CVSS5.8AI score0.00197EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/27 7:15 a.m.22 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

7.2AI score0.00241EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.23 views

CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/27 7:15 a.m.9 views

UBUNTU-CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References9
Rows per page
Query Builder