Lucene search
+L

21021 matches found

ATTACKERKB
ATTACKERKB
added 2024/09/27 1:15 p.m.8 views

CVE-2024-46830

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire kvm-srcu when handling KVMSETVCPUEVENTS Grab kvm-srcu when processing KVMSETVCPUEVENTS, as KVM will forcibly leave nested VMX/SVM if SMM mode is being toggled, and leaving nested VMX reads guest memory. Note,...

7.8CVSS6.3AI score0.00247EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/09/27 1:15 p.m.21 views

CVE-2024-46839

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

SaveExploits0
OSV
OSV
added 2024/09/27 1:15 p.m.20 views

AZL-49804 CVE-2024-46822 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden getcpuforacpiid against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled if was online, it was noted that there is need to map...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.9 views

UBUNTU-CVE-2024-46864

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: fix kexec crash due to VP assist page corruption commit 9636be85cc5b "x86/hyperv: Fix hypervpcpuinputarg handling when CPUs go online/offline" introduces a new cpuhp state for hyperv initialization. cpuhpsetupstate...

5.5CVSS6.5AI score0.00206EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/27 1:15 p.m.8 views

UBUNTU-CVE-2024-46822

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden getcpuforacpiid against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled if was online, it was noted that there is need to map...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References26
OSV
OSV
added 2024/09/27 1:15 p.m.20 views

UBUNTU-CVE-2024-46847

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

7.8CVSS6.5AI score0.00227EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.27 views

CVE-2024-46847 mm: vmalloc: ensure vmap_block is initialised before adding to queue

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

7.8CVSS0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/27 12:39 p.m.18 views

CVE-2024-46847 mm: vmalloc: ensure vmap_block is initialised before adding to queue

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

7.8CVSS6.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.17 views

CVE-2024-46847 mm: vmalloc: ensure vmap_block is initialised before adding to queue

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

7.8CVSS7AI score0.00227EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.16 views

CVE-2024-46839

...

6.5AI score
SaveExploits0
CVE
CVE
added 2024/09/27 12:39 p.m.146 views

CVE-2024-46839

CVE-2024-46839 is rejected/not used; this CVE entry does not represent an active vulnerability.

6.8AI score
SaveExploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.22 views

CVE-2024-46839

...

SaveExploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.27 views

CVE-2024-46832 MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed

In the Linux kernel, the following vulnerability has been resolved: MIPS: cevt-r4k: Don't call getc0compareint if timer irq is installed This avoids warning: 0.118053 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:283 Caused by getc0compareint on secondary CPU. We al...

0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/27 12:39 p.m.24 views

CVE-2024-46822 arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden getcpuforacpiid against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled if was online, it was noted that there is need to map...

6AI score
SaveExploits0References12
CVE
CVE
added 2024/09/27 12:39 p.m.171 views

CVE-2024-46822

CVE-2024-46822 αφορά Linux kernel, prädominantemente为 ARM64 架构,涉及 acpi_map_gic_cpu_interface() 中对 MPIDR 检查失败时导致 cpu_madt_gicc[cpu] 为 NULL 的情况,从而可能造成空指针解引用。修复为对 get_cpu_for_acpi_id() 的调用路径进行强化,确保获取到有效 CPU 条目后再进行索引,避免空指针 dereference。相关公开资料(如 Astra Linux、CIRCL/CVE 记录)确认了该漏洞存在于内核实现并已通过 Harden get_cpu...

5.5CVSS6.1AI score0.00251EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/09/27 1:30 a.m.16 views

MGASA-2024-0317 Updated python3 packages fix security vulnerabilities

A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats” and “getcacerts”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as durin...

8.7CVSS6.7AI score0.02527EPSS
SaveExploits4References9
OSV
OSV
added 2024/09/25 6:18 p.m.15 views

CLSA-2024-1727288321 linux-firmware: Fix of 2 CVEs

Update AMD CPU microcode for processor family 0x19: cpuid:0x00A00F10ver:0x0A00107A, cpuid:0x00A10F12ver:0x0A101248, cpuid:0x00AA0F02ver:0x0AA00215, cpuid:0x00A00F12ver:0x0A001238, cpuid:0x00A10F11ver:0x0A101148, cpuid:0x00A00F11ver:0x0A0011D5; - Update AMD CPU microcode for processor family 0x17:...

7.5CVSS6.7AI score0.01018EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/25 5:15 p.m.12 views

CVE-2024-20480

A vulnerability in the DHCP Snooping feature of Cisco IOS XE Software on Software-Defined Access SD-Access fabric edge nodes could allow an unauthenticated, remote attacker to cause high CPU utilization on an affected device, resulting in a denial of service DoS condition that requires a manual...

8.6CVSS5.8AI score0.00575EPSS
SaveExploits0References1
CVE
CVE
added 2024/09/25 4:27 p.m.81 views

CVE-2024-20480

Cisco IOS XE Software SD-Access fabric edge nodes are affected by a Denial of Service vulnerability in the DHCP Snooping feature. The issue stems from improper handling of IPv4 DHCP packets, which could let an unauthenticated, remote attacker cause high CPU utilization and traffic processing halt...

8.6CVSS7.2AI score0.00575EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/09/25 4:27 p.m.54 views

CVE-2024-20480

A vulnerability in the DHCP Snooping feature of Cisco IOS XE Software on Software-Defined Access SD-Access fabric edge nodes could allow an unauthenticated, remote attacker to cause high CPU utilization on an affected device, resulting in a denial of service DoS condition that requires a manual...

8.6CVSS0.00575EPSS
SaveExploits0References1
Rows per page
Query Builder