Lucene search
+L

15791 matches found

BDU FSTEC
BDU FSTEC
added 2024/05/20 12:00 a.m.8 views

The vulnerability of the sco_sock_timeout() function in the Linux kernel’s Bluetooth subsystem allows a hacker to trigger a service failure.

The vulnerability of the scosocktimeout function in the net/bluetooth/sco.c module of the Linux kernel’s Bluetooth subsystem is related to the reallocation of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allow a attacker to cause service...

5.5CVSS6.6AI score0.00821EPSS
SaveExploits1References47Affected Software6
CNNVD
CNNVD
added 2024/05/20 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 pointers being able to access memory outside of a buffer...

7.8CVSS6.3AI score0.00239EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/20 12:00 a.m.6 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 use of bitwidth for system memory accesses, resulting in a kernel panic...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/19 11:15 a.m.4 views

DEBIAN-CVE-2024-35939

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure On TDX it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

7.1CVSS5.7AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 11:15 a.m.6 views

UBUNTU-CVE-2024-35939

In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dmasetdecrypted failure On TDX it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers...

9.3CVSS6.2AI score0.00222EPSS
SaveExploits0References11
Prion
Prion
added 2024/05/19 9:15 a.m.18 views

CVE-2024-35905

In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear negative as a result of overflowing its signed int...

7.8CVSS0.00223EPSS
SaveExploits0References13
CVE
CVE
added 2024/05/19 8:34 a.m.204 views

CVE-2024-35905

CVE-2024-35905 is a Linux kernel issue where a patch re-introduced protection against negative stack-access sizes in BPF code. The fix guards against out-of-bounds accesses in check_stack_range_initialized() when an access size can overflow its signed int representation. The vulnerability was mit...

7.8CVSS7.1AI score0.00223EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/18 2:46 a.m.6 views

SUSE CVE-2024-27411

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: keep DMA buffers required for suspend/resume Nouveau deallocates a few buffers post GPU init which are required for GPU suspend/resume to function correctly. This is likely not as big an issue on systems where the...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/05/17 2:47 p.m.37 views

CVE-2024-35849 btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfsioctllogicaltoino Syzbot reported the following information leak for in btrfsioctllogicaltoino: BUG: KMSAN: kernel-infoleak in instrumentcopytouser include/linux/instrumented.h:114 inline BUG:...

6.2AI score0.00256EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/17 2:47 p.m.20 views

CVE-2024-35849 btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfsioctllogicaltoino Syzbot reported the following information leak for in btrfsioctllogicaltoino: BUG: KMSAN: kernel-infoleak in instrumentcopytouser include/linux/instrumented.h:114 inline BUG:...

6.5AI score0.00256EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/17 2:47 p.m.146 views

CVE-2024-35849

CVE-2024-35849 affects the Linux kernel btrfs_ioctl_logical_to_ino path. The issue is an information leak: a struct btrfs_data_container allocated with kvmalloc() is copied back to user space without zero-filling, exposing uninitialized memory (Bytes 40-65535) to user-space. The root cause is lac...

7.1CVSS6.4AI score0.00256EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/05/17 2:47 p.m.20 views

CVE-2024-35849 btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfsioctllogicaltoino Syzbot reported the following information leak for in btrfsioctllogicaltoino: BUG: KMSAN: kernel-infoleak in instrumentcopytouser include/linux/instrumented.h:114 inline BUG:...

6.1AI score
SaveExploits0References14
OSV
OSV
added 2024/05/17 2:15 p.m.3 views

DEBIAN-CVE-2024-35833

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dmaalloccoherent is undone neither in the remove function, nor in the error handling path of fslqdmaprobe. Switch to the managed version to fix both...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.2 views

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

8.8CVSS6.1AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

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

8.8CVSS6.4AI score0.00234EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/17 12:15 p.m.5 views

DEBIAN-CVE-2024-27408

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell register is toggled...

4.7CVSS5.5AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.50 views

UBUNTU-CVE-2024-27409

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell register is toggled...

7.8CVSS5.9AI score0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/17 11:07 a.m.3 views

OESA-2024-1600 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. %package devel Summary: Development package Requires: pkgconfig %description devel The development package provides the developmental files which are necessary for developing Wayland compositors using Xwayland. %prep %autosetup -n...

7.8CVSS7.9AI score0.01229EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 11:07 a.m.8 views

OESA-2024-1598 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. %package devel Summary: Development package Requires: pkgconfig %description devel The development package provides the developmental files which are necessary for developing Wayland compositors using Xwayland. %prep %autosetup -n...

7.8CVSS7.9AI score0.01229EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/17 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 dmamapsg function potentially returning 0 on error...

5.5CVSS6.6AI score0.00597EPSS
SaveExploits0References6
Rows per page
Query Builder