Lucene search
+L

2056 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: regmap-irq: Fix out-of-bounds access when allocating config buffers

An off-by-one style bug exists in regmapaddirqchipfwnode where the allocation loop uses numconfigregs instead of numconfigbases as its termination condition. When numconfigregs exceeds numconfigbases, memory beyond the allocated row pointer array gets overwritten. KASAN caught this corruption...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/08 6:15 a.m.25 views

CVE-2024-50192

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE Kunkun Jiang reported that there is a small window of opportunity for userspace to force a change of affinity for a VPE while the VPE has already been unmapped, but the...

4.7CVSS0.00207EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.7 views

The vulnerability of the vfio component in the Linux operating system’s kernel allows a attacker to trigger a Denial-of-Service Attack (DoS).

The vulnerability of the vfio component in the Linux operating system’s kernel is related to improper error handling in the vfiofslmcsetirqtrigger function. Exploiting this vulnerability can allow an attacker to trigger a Denial-of-Service Attack DoS...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References37Affected Software5
Ubuntu
Ubuntu
added 2024/11/06 10:52 a.m.42 views

USN-7088-3: Linux kernel vulnerabilities

Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local attacker could use this to cause a denial of service system crash. CVE-2022-36402 Several security issues were discovered in the Linux kernel. An attacker could...

9.8CVSS7.1AI score0.00922EPSS
SaveExploits6
OSV
OSV
added 2024/11/05 6:15 p.m.15 views

UBUNTU-CVE-2024-50111

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if doale triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case doale may call getuser which may cause sleep. Then we will get: BU...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.26 views

CVE-2024-50111 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if doale triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case doale may call getuser which may cause sleep. Then we will get: BU...

0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/05 5:10 p.m.135 views

CVE-2024-50111

CVE-2024-50111 affects LoongArch Linux kernel where unaligned access can trigger in irq-enabled context; do_ale() may call get_user(), causing sleep and BUG: sleeping function called from invalid context. The fix described in the unpatched Nessus entry is to enable IRQ handling for unaligned acce...

5.5CVSS5.2AI score0.00235EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/11/05 5:10 p.m.15 views

CVE-2024-50111 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if doale triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case doale may call getuser which may cause sleep. Then we will get: BU...

5.5CVSS6.1AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/10/25 3:07 a.m.8 views

SUSE CVE-2024-49927

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/10/24 11:12 a.m.5 views

SUSE CVE-2024-49963

In the Linux kernel, the following vulnerability has been resolved: mailbox: bcm2835: Fix timeout during suspend mode During noirq suspend phase the Raspberry Pi power driver suffer of firmware property timeouts. The reason is that the IRQ of the underlying BCM2835 mailbox is disabled and...

5.5CVSS6.3AI score0.00257EPSS
SaveExploits0References20
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:00 a.m.11 views

The vulnerability of the irq_process_work_list() function in the Linux kernel’s DMA driver allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the irqprocessworklist function in the drivers/dma/idxd/irq.c file of the Linux DMA driver core is related to the reutilization of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS7.3AI score0.00268EPSS
SaveExploits0References35Affected Software6
RedhatCVE
RedhatCVE
added 2024/10/22 11:08 a.m.25 views

CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

6.9AI score0.00212EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.8 views

SUSE CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

5.5CVSS7.7AI score0.00212EPSS
SaveExploits0References6
NVD
NVD
added 2024/10/21 8:15 p.m.16 views

CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

3.3CVSS0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 8:15 p.m.12 views

AZL-51168 CVE-2024-50057 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

3.3CVSS6.3AI score0.00212EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.28 views

CVE-2024-50032

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.41 views

CVE-2024-50057 usb: typec: tipd: Free IRQ only if it was requested before

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-52317 CVE-2024-49963 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: mailbox: bcm2835: Fix timeout during suspend mode During noirq suspend phase the Raspberry Pi power driver suffer of firmware property timeouts. The reason is that the IRQ of the underlying BCM2835 mailbox is disabled and...

5.5CVSS6.7AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.3 views

DEBIAN-CVE-2024-49927

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.14 views

AZL-52944 CVE-2024-49927 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References1
Rows per page
Query Builder