Lucene search
+L

15879 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.24 views

CVE-2021-47390

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix stack-out-of-bounds memory access from ioapicwriteindirect KASAN reports the following issue: BUG: KASAN: stack-out-of-bounds in kvmmakevcpusrequestmask+0x174/0x440 kvm Read of size 8 at addr ffffc9001364f638 by tas...

8.8CVSS6.3AI score0.0026EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.10 views

UBUNTU-CVE-2021-47392

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix listener leak in rdmacmalistenonall failure If cmalistenonall fails it leaves the per-device ID still on the listenlist but the state is not set to RDMACMADDRBOUND. When the cmid is eventually destroyed...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.22 views

UBUNTU-CVE-2021-47391

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdmaaddrcancel happens before issuing more requests The FSM can run in a circle allowing rdmaresolveip to be called twice on the same idpriv. While this cannot happen without going through the work, it violates t...

7.8CVSS5.9AI score0.00241EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.13 views

UBUNTU-CVE-2021-47305

In the Linux kernel, the following vulnerability has been resolved: dma-buf/syncfile: Don't leak fences on merge failure Each addfence call does a dmafenceget on the relevant fence. In the error path, we weren't calling dmafenceput so all those fences got leaked. Also, in the kreallocarray failur...

5.5CVSS5.9AI score0.00238EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.40 views

CVE-2021-47390 KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix stack-out-of-bounds memory access from ioapicwriteindirect KASAN reports the following issue: BUG: KASAN: stack-out-of-bounds in kvmmakevcpusrequestmask+0x174/0x440 kvm Read of size 8 at addr ffffc9001364f638 by tas...

8.8CVSS6.4AI score0.0026EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:03 p.m.102 views

CVE-2021-47390

CVE-2021-47390 concerns the Linux kernel KVM path on x86, where KASAN reports a stack-out-of-bounds access in kvm_make_vcpus_request_mask() when handling IOAPIC indirect requests. The root cause is that the vcpu_bitmap is allocated as a single stack long instead of a size equal to KVM_MAX_VCPUS, ...

8.8CVSS6.7AI score0.0026EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.33 views

CVE-2021-47390

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix stack-out-of-bounds memory access from ioapicwriteindirect KASAN reports the following issue: BUG: KASAN: stack-out-of-bounds in kvmmakevcpusrequestmask+0x174/0x440 kvm Read of size 8 at addr ffffc9001364f638 by tas...

8.8CVSS6.8AI score0.0026EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.22 views

CVE-2021-47390 KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix stack-out-of-bounds memory access from ioapicwriteindirect KASAN reports the following issue: BUG: KASAN: stack-out-of-bounds in kvmmakevcpusrequestmask+0x174/0x440 kvm Read of size 8 at addr ffffc9001364f638 by tas...

8.8CVSS6.8AI score0.0026EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.30 views

CVE-2021-47343

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: assign newroot only when removal succeeds removeraw in dmbtreeremove may fail due to IO read error e.g. read the content of origin block fails during shadowing, and the value of shadowspine::root is uninitialized...

7.8CVSS6.3AI score0.00268EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47303 bpf: Track subprog poke descriptors correctly and fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: bpf: Track subprog poke descriptors correctly and fix use-after-free Subprograms are calling mappoketrack, but on program release there is no hook to call mappokeuntrack. However, on program release, the aux memory and poke...

7.8CVSS6.6AI score0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 2:35 p.m.115 views

CVE-2021-47301

Summary: CVE-2021-47301 affects the Linux kernel igb/igc driver stack. Root cause: a use-after-free in the reset path where next_to_watch is not cleared while cleaning the TX ring, risking a freed skb being freed again if igb_poll() executes during reset. Impact: potential invalid memory accesses...

7.8CVSS6.9AI score0.00239EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.37 views

CVE-2021-47277

In the Linux kernel, the following vulnerability has been resolved: kvm: avoid speculation-based attacks from out-of-range memslot accesses KVM's mechanism for accessing guest memory translates a guest physical address gpa to a host virtual address using the right-shifted gpa also known as gfn an...

7.1CVSS6.6AI score0.00259EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.20 views

SUSE CVE-2024-35814

In the Linux kernel, the following vulnerability has been resolved: swiotlb: Fix double-allocation of slots due to broken alignment handling Commit bbb73a103fbb "swiotlb: fix a braino in the alignment check fix", which was a fix for commit 0eee5ae10256 "swiotlb: fix slot alignment checks", causes...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.3 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 allowing stack out-of-bounds memory access...

7.1CVSS6.5AI score0.0026EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.13 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 a kernel pointer leak in the RDMA/hfi1 module...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/21 12:00 a.m.10 views

PT-2024-11277 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible scenario exists where dwc3 gadget init can fail during a host to peripheral mode switch in dwc3 set mode, and a pending gadget driver fails to bind. If the DRD undergoes...

5.5CVSS4.4AI score0.00222EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/05/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 a user memory access error...

7.1CVSS6.3AI score0.00228EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.9 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 Linux kernel, which stems from a null pointer dereference vulnerability in the RDMA/irdma module...

5.5CVSS6.1AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 5:42 p.m.24 views

CVE-2024-35949

A flaw was found in the btrfs module in the Linux kernel. In some conditions, a corrupted file system can trigger out-of-bounds access and cause a general protection fault, resulting in a denial of service...

5.5CVSS8.1AI score0.00239EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/05/20 12:17 p.m.21 views

Invalid Memory Access

Firefox is vulnerable to invalid memory access. The vulnerability is due to a missing iterator stop condition when handling WASM code in the built-in profiler, which can lead to invalid memory access and undefined behavior...

5.9CVSS6.6AI score0.00218EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder