Lucene search
+L

24 matches found

EUVD
EUVD
added 2025/10/14 9:30 p.m.8 views

EUVD-2022-55130

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix GICRCTLR.RWP polling It turns out that our polling of RWP is totally wrong when checking for it in the redistributors, as we test the distributor bit index, whereas it is a different bit number in the RDs...

5.5CVSS5.2AI score0.00253EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2021-33609

Malicious code in bioql PyPI...

5.5CVSS6.8AI score0.00235EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

UBUNTU-CVE-2022-49715

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gicpopulateppipartitions offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.1AI score0.0027EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.8 views

CVE-2022-49716

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. When kcalloc fails, it missing ofnodeput and...

5.5CVSS5.5AI score0.00273EPSS
Exploits0
OSV
OSV
added 2025/02/26 2:24 a.m.8 views

CVE-2022-49716 irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. When kcalloc fails, it missing ofnodeput and...

5.5CVSS5.3AI score0.00273EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 2:24 a.m.10 views

CVE-2022-49715 irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gicpopulateppipartitions offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.7AI score0.0027EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/01/15 12:0 a.m.11 views

PT-2025-6031 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to errors in synchronization, which can be exploited to cause a denial of service. The problem arises from a call-chain that leads to enabling interrupts in a nest...

8.4CVSS5AI score0.03558EPSS
Exploits9References1100
Tenable Nessus
Tenable Nessus
added 2024/08/09 12:0 a.m.134 views

Oracle Linux 8 : kernel (ELSA-2024-5101)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-5101 advisory. - ionic: fix use after netifnapidel CKI Backport Bot RHEL-47624 CVE-2024-39502 - ionic: clean interrupt before enabling queue to avoid credit race CKI...

9.8CVSS8AI score0.08555EPSS
Exploits3References158
RedhatCVE
RedhatCVE
added 2024/05/22 10:35 a.m.20 views

CVE-2021-47373

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

4.4CVSS6.5AI score0.00251EPSS
Exploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.18 views

CVE-2021-47373

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

5.5CVSS6.5AI score
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.11 views

CVE-2021-47373 irqchip/gic-v3-its: Fix potential VPE leak on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

6.7AI score0.00251EPSS
Exploits0References6
CVE
CVE
added 2024/05/21 3:3 p.m.172 views

CVE-2021-47373

CVE-2021-47373 is tied to the Linux kernel bug in irqchip/gic-v3-its where an off-by-one error occurs in vpe freeing when its_vpe_init() fails. The root cause is an incorrect count of VPEs to free in its_vpe_irq_domain_alloc; the fix passes the number allocated (the loop index) to the free operat...

5.5CVSS6.6AI score0.00251EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.14 views

CVE-2021-47373

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

5.5CVSS6.6AI score0.00251EPSS
Exploits0
OSV
OSV
added 2024/05/17 3:15 p.m.3 views

UBUNTU-CVE-2024-35847

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

7.8CVSS6.2AI score0.00248EPSS
Exploits0References31
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.21 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

6.9AI score0.00248EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.29 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

6.5AI score0.00248EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/04/17 9:43 a.m.13 views

CVE-2024-26823 irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems While refactoring the way the ITSs are probed, the handling of quirks applicable to ACPI-based platforms was lost. As a result, systems such as HIP07 lose their GIC...

6.9AI score0.00225EPSS
Exploits0References3
CVE
CVE
added 2024/04/17 9:43 a.m.90 views

CVE-2024-26823

CVE-2024-26823 affects the Linux kernel ITS quirk probing for ACPI-based systems. The issue arose when quirks for ACPI platforms were dropped during ITS probing, causing GICv4 functionality loss or boot failure on some systems (e.g., HIP07) unless booted with DT. The fix moves enabling of quirks ...

5.5CVSS6.7AI score0.00225EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/02/27 7:4 p.m.6 views

CVE-2021-46961

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Do not enable irqs when handling spurious interrups We triggered the following error while running our 4.19 kernel with the pseudo-NMI patches backported to it: 14.816231 ------------ cut here ------------ 14.8162...

5.5CVSS7.2AI score
Exploits0References5
OSV
OSV
added 2024/02/27 7:4 p.m.1 views

DEBIAN-CVE-2021-46961

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Do not enable irqs when handling spurious interrups We triggered the following error while running our 4.19 kernel with the pseudo-NMI patches backported to it: 14.816231 ------------ cut here ------------ 14.8162...

5.5CVSS5.6AI score0.00235EPSS
Exploits0References1
Rows per page
Query Builder