Lucene search
+L

3805 matches found

OSV
OSV
•added 2024/05/30 4:15 p.m.•6 views

DEBIAN-CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
•added 2024/05/30 4:15 p.m.•11 views

UBUNTU-CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References11
Cvelist
Cvelist
•added 2024/05/30 3:29 p.m.•59 views

CVE-2024-36895 usb: gadget: uvc: use correct buffer size when parsing configfs lists

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

6.6AI score0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/05/30 3:29 p.m.•38 views

CVE-2024-36895 usb: gadget: uvc: use correct buffer size when parsing configfs lists

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7AI score0.00234EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2024/05/22 10:16 a.m.•14 views

kernel: KVM: information leak in KVM_GET_DEBUGREGS ioctl on 32-bit systems

A flaw was found in KVM. When calling the KVMGETDEBUGREGS ioctl, on 32-bit systems, there might be some uninitialized portions of the kvmdebugregs structure that could be copied to userspace, causing an information leak...

3.3CVSS6.8AI score0.00229EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2024/05/21 3:03 p.m.•76 views

CVE-2021-47366

In the Linux kernel, the following vulnerability has been resolved: afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server AFS-3 has two data fetch RPC variants, FS.FetchData and FS.FetchData64, and Linux's afs client switches between them when talking to a non-YFS server if the read...

7.1CVSS6.3AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/05/21 3:03 p.m.•46 views

CVE-2021-47364 comedi: Fix memory leak in compat_insnlist()

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix memory leak in compatinsnlist compatinsnlist handles the 32-bit version of the COMEDIINSNLIST ioctl whenwhen CONFIGCOMPAT is enabled. It allocates memory to temporarily hold an array of struct comediinsn converted fro...

6.3AI score0.00239EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2024/05/21 2:02 a.m.•11 views

SUSE CVE-2023-52676

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit registe...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2024/05/18 2:46 a.m.•18 views

SUSE CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

7CVSS6.4AI score0.00246EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
•added 2024/05/18 12:09 a.m.•55 views

CVE-2024-35803

A security vulnerability was identified in the Linux kernel's EFI Extensible Firmware Interface stub, specifically affecting systems operating in mixed-mode environments. The issue arises from the EFI stub's handling of boot services, which can lead to stack overflows and potential system...

5.5CVSS8.9AI score0.00224EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2024/05/17 2:15 p.m.•40 views

CVE-2024-35803

In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Call mixed mode boot services on the firmware's stack Normally, the EFI stub calls into the EFI boot services using the stack that was live when the stub was entered. According to the UEFI spec, this stack needs to b...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References12
Debian CVE
Debian CVE
•added 2024/05/17 1:23 p.m.•101 views

CVE-2024-35803

In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Call mixed mode boot services on the firmware's stack Normally, the EFI stub calls into the EFI boot services using the stack that was live when the stub was entered. According to the UEFI spec, this stack needs to b...

5.5CVSS7.1AI score0.00224EPSS
SaveExploits0
CVE
CVE
•added 2024/05/17 1:23 p.m.•135 views

CVE-2024-35803

CVE-2024-35803 affects the Linux kernel, specifically the x86 efistub in mixed-mode boot handling. The root cause is that EFI boot service calls were made using the decompressor’s 16k boot stack during 32‑bit firmware entry paths, while EFI boot services require a larger (128k) stack. This mismat...

5.5CVSS6.7AI score0.00224EPSS
SaveExploits0References5Affected Software1
NVD
NVD
•added 2024/05/17 12:15 p.m.•53 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS7.7AI score0.00246EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2024/05/17 12:15 p.m.•54 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS5.9AI score0.00246EPSS
SaveExploits0References22
Debian CVE
Debian CVE
•added 2024/05/17 11:50 a.m.•42 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS7.3AI score0.00246EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2024/05/17 11:50 a.m.•39 views

CVE-2024-27413 efi/capsule-loader: fix incorrect allocation size

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

6.8AI score0.00246EPSS
SaveExploits0References8
OSV
OSV
•added 2024/05/17 11:50 a.m.•27 views

CVE-2024-27413 efi/capsule-loader: fix incorrect allocation size

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.9AI score
SaveExploits0References13
CVE
CVE
•added 2024/05/17 11:50 a.m.•177 views

CVE-2024-27413

CVE-2024-27413 is a Linux kernel vulnerability affecting the EFI capsule loader. The defect occurs in drivers/firmware/efi/capsule-loader.c during efi_capsule_open, where an allocation uses sizeof(void*) for a phys_addr_t on 32-bit builds, leading to insufficient allocation size (4 bytes vs 8). T...

5.5CVSS6.7AI score0.00246EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
•added 2024/05/17 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 the Linux kernel that stems from not setting up a protection stack for 32-bit overflows...

5.5CVSS6.5AI score0.00237EPSS
SaveExploits0References5
Rows per page
Query Builder