Lucene search
K

991 matches found

OSV
OSV
added 2024/09/11 4:15 p.m.1 views

DEBIAN-CVE-2024-45012

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: use dma non-coherent allocator Currently, enabling SGDEBUG in the kernel will cause nouveau to hit a BUG on startup, when the iommu is enabled: kernel BUG at include/linux/scatterlist.h:187! invalid opcode: 0000...

5.5CVSS5.3AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.0 views

UBUNTU-CVE-2024-45012

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: use dma non-coherent allocator Currently, enabling SGDEBUG in the kernel will cause nouveau to hit a BUG on startup, when the iommu is enabled: kernel BUG at include/linux/scatterlist.h:187! invalid opcode: 0000...

5.5CVSS6.5AI score0.00017EPSS
Exploits0References11
OSV
OSV
added 2024/09/04 8:15 p.m.1 views

DEBIAN-CVE-2024-44989

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

5.5CVSS5.6AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.3 views

UBUNTU-CVE-2024-44976

In the Linux kernel, the following vulnerability has been resolved: ata: patamacio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 "ata: patamacio: Fix maxsegmentsize with PAGESIZE == 64K". For example: kernel B...

5.5CVSS5.8AI score0.00026EPSS
Exploits0References5
CVE
CVE
added 2024/09/04 6:35 p.m.82 views

CVE-2024-44959

The CVE-2024-44959 entry concerns the Linux kernel tracefs component. It describes a root cause in the in-kernel memory reclaim path where structure layout randomization of struct inode can cause overlapping or misused RCU fields during freeing, potentially triggering list corruption (list_del) a...

5.5CVSS5AI score0.00033EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/04 6:35 p.m.16 views

CVE-2024-44959 tracefs: Use generic inode RCU for synchronizing freeing

In the Linux kernel, the following vulnerability has been resolved: tracefs: Use generic inode RCU for synchronizing freeing With structure layout randomization enabled for 'struct inode' we need to avoid overlapping any of the RCU-used / initialized-only-once members, e.g. ilru or isblist to not...

0.00033EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/09/04 7:24 a.m.2 views

kernel: mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS6.8AI score0.00009EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/08/26 11:20 a.m.11 views

CVE-2024-44942 f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on F2FSINLINEDATA flag in inode during GC syzbot reports a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/inline.c:258! CPU: 1 PID: 34 Comm: kworker/u8:2 Not tainted...

6.7AI score0.00032EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.13 views

CVE-2024-43887 net/tcp: Disable TCP-AO static key after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Disable TCP-AO static key after RCU grace period The lifetime of TCP-AO statickey is the same as the last tcpaoinfo. On the socket destruction tcpaoinfo ceases to be with RCU grace period, while tcp-ao static branch is...

0.0001EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2024/08/22 3:14 a.m.1 views

SUSE CVE-2023-52912

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fixed bug on error when unloading amdgpu Fixed bug on error when unloading amdgpu. The error message is as follows: 377.706202 kernel BUG at drivers/gpu/drm/drmbuddy.c:278! 377.706215 invalid opcode: 0000 1 PREEMPT SM...

4.4CVSS6.2AI score0.00022EPSS
Exploits0References6
OSV
OSV
added 2024/08/22 1:32 a.m.16 views

CVE-2022-48923 btrfs: prevent copying too big compressed lzo segment

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

5.5CVSS6.1AI score0.00028EPSS
Exploits0References6
CNNVD
CNNVD
added 2024/08/22 12:0 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 an incorrect WARNON condition in the writebackinodessbnr function...

5.5CVSS6.5AI score0.00022EPSS
Exploits0References6
CVE
CVE
added 2024/08/21 6:10 a.m.80 views

CVE-2023-52912

CVE-2023-52912 relates to the Linux kernel’s DRM amdgpu subsystem. The issue arises during unloading of amdgpu where a bug in drm_buddy_free_block can trigger a kernel BUG and invalid opcode, as shown in the stack trace and kernel log snippet. The impact is a potentially local disruption of a sys...

5.5CVSS6.5AI score0.00022EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.20 views

CVE-2022-48884 net/mlx5: Fix command stats access after free

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix command stats access after free Command may fail while driver is reloading and can't accept FW commands till command interface is reinitialized. Such command failure is being logged to command stats. This results in...

0.0003EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.13 views

CVE-2024-42273

A flaw was found in the F2FS file system in the Linux Kernel due to incorrect handling of compression and garbage collection. The CURSEGALLDATAATGC flag was mistakenly assigned to COMPRADDR for pages marked with the garbage collection flag gcing. This led to an assertion failure BUGON at...

5.5CVSS6.1AI score0.00011EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.2 views

SUSE CVE-2024-42273

In the Linux kernel, the following vulnerability has been resolved: f2fs: assign CURSEGALLDATAATGC if blkaddr is valid mkdir /mnt/test/comp f2fsio setflags compression /mnt/test/comp dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1 truncate --size 13 /mnt/test/comp/testfile In the above...

5.5CVSS7.5AI score0.00011EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.1 views

SUSE CVE-2024-42281

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a segment issue when downgrading gsosize Linearize the skb when downgrading gsosize because it may trigger a BUGON later when the skb is segmented as described in 1,2...

5.5CVSS6.3AI score0.0002EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.1 views

SUSE CVE-2024-42297

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fsevictinode+0x1576/0x1590 fs/f2fs/inode.c:933 Call Trace: evict+0x2a4/0x620 fs/inode.c:664...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References3
NVD
NVD
added 2024/08/17 10:15 a.m.18 views

CVE-2024-43844

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb-end. Therefore, we fix it. skbuff: skboverpanic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fba04eca780...

5.5CVSS0.00031EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/08/17 9:24 a.m.22 views

CVE-2024-43859 f2fs: fix to truncate preallocated blocks in f2fs_file_open()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate preallocated blocks in f2fsfileopen chenyuwen reports a f2fs bug as below: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000011 fscryptsetbiocryptctx+0x78/0x1e8...

0.00024EPSS
Exploits0References4
Rows per page
Query Builder