Lucene search
+L

2056 matches found

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

UBUNTU-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.2AI score0.00238EPSS
SaveExploits0References52
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.12 views

CVE-2024-49963 mailbox: bcm2835: Fix timeout during suspend mode

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...

7AI score0.00257EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:02 p.m.157 views

CVE-2024-49963

CVE-2024-49963: Linux kernel BCM2835 mailbox timeout during suspend fixed. Root cause: during noirq suspend, the BCM2835 mailbox IRQ is disabled, causing rpi_firmware_property_list() to timeout due to firmware transaction timeouts. Patch fixes the issue by setting the mailbox IRQ to IRQF_NO_SUSPE...

5.5CVSS5.2AI score0.00257EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.45 views

CVE-2024-49953 net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash caused by calling xfrmstatedelete twice The km.state is not checked in driver's delayed work. When xfrmstatecheckexpire is called, the state can be reset to XFRMSTATEEXPIRED, even if it is XFRMSTATEDEAD...

0.00303EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 4:08 p.m.23 views

CVE-2024-47748

A use-after-free flaw was found in drivers/vhost/vdpa.c in the Linux kernel...

6.7CVSS7.3AI score0.00213EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.14 views

SUSE CVE-2024-47748

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS6.3AI score0.00213EPSS
SaveExploits0References22
NVD
NVD
added 2024/10/21 1:15 p.m.20 views

CVE-2024-47748

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 1:15 p.m.21 views

AZL-50821 CVE-2024-47748 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS6.4AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.7 views

DEBIAN-CVE-2024-47748

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS5.7AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.25 views

AZL-50892 CVE-2024-47748 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS6.4AI score0.00213EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.13 views

AZL-50764 CVE-2024-47735 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.14 views

UBUNTU-CVE-2024-47748

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS6.1AI score0.00213EPSS
SaveExploits0References32
CVE
CVE
added 2024/10/21 12:14 p.m.220 views

CVE-2024-47748

CVE-2024-47748: Linux kernel vhost_vdpa code fixes an irq bypass producer token life-cycle bug. The token formerly registered in vhost_vdpa_setup_vq_irq() could outlive the eventfd_ctx, risking use-after-free when the eventfd is released. The patch binds the token lifecycle to VHOST_SET_VRING_CAL...

7.8CVSS7.5AI score0.00213EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.33 views

CVE-2024-47748 vhost_vdpa: assign irq bypass producer token correctly

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS0.00213EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.14 views

CVE-2024-47748 vhost_vdpa: assign irq bypass producer token correctly

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.1AI score0.00213EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 12:14 p.m.21 views

CVE-2024-47748 vhost_vdpa: assign irq bypass producer token correctly

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS6.2AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.18 views

CVE-2024-47748

In the Linux kernel, the following vulnerability has been resolved: vhostvdpa: assign irq bypass producer token correctly We used to call irqbypassunregisterproducer in vhostvdpasetupvqirq which is problematic as we don't know if the token pointer is still valid or not. Actually, we use the...

7.8CVSS5.7AI score0.00213EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.17 views

PT-2024-33893

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.58 Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the usb: typec: tipd module, where an IRQ is freed even if it was not requested before. This causes a warning wh...

3.3CVSS5.4AI score0.00212EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.8 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the vhostvdpa module not properly handling the token's lifecycle when setting up an irq bypass producer toke...

7.8CVSS6.7AI score0.00213EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/17 5:19 p.m.15 views

USN-7069-2 linux-azure vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - x86 architecture; - Cryptographic API; - CPU frequency scaling framework; - HW tracing; - ISDN/mISDN subsystem; -...

9.8CVSS6.9AI score0.02701EPSS
SaveExploits2References36
Rows per page
Query Builder