Lucene search
K

1573 matches found

CVE
CVE
added 2024/10/21 12:14 p.m.124 views

CVE-2024-47727

CVE-2024-47727 is a Linux kernel issue (x86/tdx) where userspace could trick the kernel into performing MMIO via #VE by pointing a syscall at an MMIO address. The root cause was the in-kernel MMIO check in handle_mmio() not guaranteeing the target MMIO address was within the kernel before decodin...

7.8CVSS7.1AI score0.00247EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2024/10/21 12:14 p.m.15 views

CVE-2024-47727 x86/tdx: Fix "in-kernel MMIO" check

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix "in-kernel MMIO" check TDX only supports kernel-initiated MMIO operations. The handlemmio function checks if the VE exception occurred in the kernel and rejects the operation if it did not. However, userspace can...

7.8CVSS5.9AI score0.00247EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.19 views

CVE-2024-47707 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in rt6uncachedlistflushdev Blamed commit accidentally removed a check for rt-rt6iidev being NULL, as spotted by syzbot: Oops: general protection fault, probably for non-canonical address...

6.8AI score0.00237EPSS
Exploits0References8
OSV
OSV
added 2024/10/21 11:53 a.m.14 views

CVE-2024-47707 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in rt6uncachedlistflushdev Blamed commit accidentally removed a check for rt-rt6iidev being NULL, as spotted by syzbot: Oops: general protection fault, probably for non-canonical address...

5.5CVSS6.2AI score0.00237EPSS
Exploits0References13
CVE
CVE
added 2024/10/21 11:53 a.m.153 views

CVE-2024-47687

The CVE-2024-47687 issue affects the Linux kernel mlx5/vdpa path. It fixes an invalid MR resource destroy where error paths could release uninitialized MR resources. The patch adds a missing check in mlx5_vdpa_destroy_mr_resources() to block destroying non-initialized MR resources, addressing a N...

5.5CVSS4.8AI score0.00234EPSS
Exploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/01 12:0 a.m.11 views

Synology DiskStation Manager Debian Linux Race Condition (CVE-2018-8897)

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7.8CVSS6.6AI score0.18404EPSS
Exploits9References49
RedhatCVE
RedhatCVE
added 2024/09/18 12:14 p.m.20 views

CVE-2024-46785

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use listdelrcu for SRCU protected list variable Chi Zhiling reported: We found a null pointer accessing in tracefs1, the reason is that the variable 'eichild' is set to LISTPOISON1, that means the list was removed in...

5.5CVSS7.1AI score0.00219EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.16 views

CVE-2024-46771 can: bcm: Remove proc entry when dev is unregistered.

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

6.5AI score0.00263EPSS
Exploits0References8
0day.today
0day.today
added 2024/09/04 12:0 a.m.304 views

Linux Kernel 5.6.13 Use-After-Free Exploit

Proof of concept exploit that uses a use-after-free vulnerability due to a race condition in MIDI devices in Linux Kernel version 5.6.13. // gcc -o exploit exploit.c -masm=intel -static -s -lpthread define GNUSOURCE include include include include include include include include include include...

7.8CVSS7AI score0.00311EPSS
Exploits2
UbuntuCve
UbuntuCve
added 2024/08/26 12:15 p.m.16 views

CVE-2024-44941

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanitycheckextentcache+0x370/0x410 fs/f2fs/extentcache.c:46 Read of size 4 at addr ffff8880739ab220 by...

7.8CVSS6.6AI score0.00213EPSS
Exploits0References10
UbuntuCve
UbuntuCve
added 2024/08/26 11:15 a.m.10 views

CVE-2024-43898

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

6.5AI score
Exploits0References5
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.16 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

0.00255EPSS
Exploits0References8
NVD
NVD
added 2024/08/22 2:15 a.m.18 views

CVE-2022-48923

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.5CVSS0.0021EPSS
Exploits0References3
Packet Storm
Packet Storm
added 2024/08/20 12:0 a.m.330 views

Linux Landlock Logic Bug

Linux: landlock can be disabled thanks to missing credtransfer hook; and Smack looks dodgy too I found a logic bug that makes it possible for a process to get rid of all Landlock restrictions applied to it: When a process' cred struct is replaced, this almost always invokes the credprepare LSM...

7.1AI score0.00289EPSS
Exploits2
OSV
OSV
added 2024/08/17 9:9 a.m.12 views

CVE-2024-42297 f2fs: fix to don't dirty inode for readonly filesystem

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.1AI score0.00237EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.26 views

CVE-2024-42084

An unexpected file truncate flaw was found when opening files with specific parameters in the Linux kernel's file-system. This vulnerability allows a local user to corrupt specific files when having access to these files. Mitigation Mitigation for this issue is either not available or the current...

5.7CVSS7.3AI score0.00229EPSS
Exploits0References4
NVD
NVD
added 2024/07/29 5:15 p.m.25 views

CVE-2024-42084

In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate syscall, using the 32-bit offt misses a sign extension when called in compat mode on 64-bit architectures. As a result, passing a negative length accidentally succeeds in truncati...

5.5CVSS0.00229EPSS
Exploits0References9
OSV
OSV
added 2024/07/29 4:26 p.m.16 views

CVE-2024-42084 ftruncate: pass a signed offset

In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate syscall, using the 32-bit offt misses a sign extension when called in compat mode on 64-bit architectures. As a result, passing a negative length accidentally succeeds in truncati...

5.5CVSS6AI score0.00229EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/07/29 4:26 p.m.29 views

CVE-2024-42084 ftruncate: pass a signed offset

In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate syscall, using the 32-bit offt misses a sign extension when called in compat mode on 64-bit architectures. As a result, passing a negative length accidentally succeeds in truncati...

6.8AI score0.00229EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/07/18 3:5 a.m.2 views

SUSE CVE-2022-48832

In the Linux kernel, the following vulnerability has been resolved: audit: don't deref the syscall args when checking the openat2 openhow::flags As reported by Jeff, dereferencing the openat2 syscall argument in auditmatchperm to obtain the openhow::flags can result in an oops/page-fault. This...

5.5CVSS6.4AI score0.00216EPSS
Exploits0References3
Rows per page
Query Builder