Lucene search
+L

1058 matches found

OSV
OSV
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49932 btrfs: don't readahead the relocation inode on RST

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT e.g. due to preallocated extents not being...

7CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2024/10/21 6:1 p.m.140 views

CVE-2024-49880

The CVE-2024-49880 entry concerns an off-by-one in ext4 resizing logic (alloc_flex_gd) leading to a kernel BUG in resize operations (resize2fs) when resizing a filesystem. The vulnerability is addressed by a patch that removes the problematic +1 (and adds a WARN_ON_ONCE) to ensure flex_gd->res...

7.8CVSS7.3AI score0.00244EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49880 ext4: fix off by one issue in alloc_flex_gd()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off by one issue in allocflexgd Wesley reported an issue: ================================================================== EXT4-fs dm-5: resizing filesystem from 7168 to 786432 blocks ------------ cut here -----------...

6.1AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/10/21 3:39 p.m.22 views

CVE-2024-47685

A flaw was found in the Netfilter and IPV6 functionality in the Linux kernel leading to a leak of 4 random bits. This issue may allow a remote user to preform an unauthorized read of random bits from the server. Mitigation If IPV6 or netfilter is not being used, then the issue is not applicable. ...

6.5CVSS8.2AI score0.01369EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 12:15 p.m.3 views

DEBIAN-CVE-2024-47716

In the Linux kernel, the following vulnerability has been resolved: ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros Floating point instructions in userspace can crash some arm kernels built with clang/LLD 17.0.6: BUG: unsupported FP instruction in kernel mode FPEXC == 0xc0000780 Internal...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.8 views

UBUNTU-CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

9.8CVSS6.5AI score0.00685EPSS
SaveExploits0References31
CVE
CVE
added 2024/10/21 11:53 a.m.137 views

CVE-2024-47690

The CVE-2024-47690 entry concerns the Linux kernel f2fs component. The vulnerability arises from the online repair mechanism for corrupted directories in f2fs_lookup(), which can generate dirty data/meta during races with readonly remount. This can leave dirty inodes after the filesystem becomes ...

7.8CVSS5.2AI score0.00245EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/10/18 11:9 a.m.13 views

OESA-2024-2256 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3nicnetopen repeatedly hns3nicnetopen is not allowed to called repeatly, but there is no checking for this. When doing device res...

8.8CVSS6.2AI score0.01177EPSS
SaveExploits0References15
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:0 a.m.7 views

userfaultfd: don't BUG_ON() if khugepaged yanks our page table

...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2024/09/27 1:15 p.m.10 views

AZL-49983 CVE-2024-46853 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: spi: nxp-fspi: fix the KASAN report out-of-bounds bug Change the memcpy length to fix the out-of-bounds issue when writing the data that is not 4 byte aligned to TX FIFO. To reproduce the issue, write 3 bytes data to NOR chip. dd...

7.8CVSS6.7AI score0.00238EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/09/27 12:0 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 Linux kernel that stems from an array out-of-bounds problem...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 1:17 a.m.8 views

kernel: proc/vmcore: fix clearing user buffer by properly using clear_user()

In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clearuser To clear a user buffer we cannot simply use memset, we have to use clearuser. With a virtio-mem device that registers a vmcorecb and has some logically unplugged...

7.8CVSS7AI score0.00229EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.5 views

kernel: kyber: fix out of bounds access when preempted

In the Linux kernel, the following vulnerability has been resolved: kyber: fix out of bounds access when preempted blkmqschedbiomerge gets the ctx and hctx for the current CPU and passes the hctx to -biomerge. kyberbiomerge then gets the ctx for the current CPU again and uses that to get the...

7.8CVSS6.7AI score0.00256EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/09/18 12:13 p.m.18 views

CVE-2024-46783

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: fix return value of tcpbpfsendmsg When we cork messages in psock-cork, the last message triggers the flushing will result in sending a skmsg larger than the current message size. In this case, in tcpbpfsendverdict, 'copie...

5.5CVSS7AI score0.00231EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/09/18 11:46 a.m.16 views

kernel: ipv6: sr: fix out-of-bounds read when setting HMAC data.

An out-of-bounds read flaw was found when setting HMAC data in net/ipv6/seg6.c in the Linux kernel. This issue may lead to a crash...

5.5CVSS7.2AI score0.00242EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/18 8:15 a.m.22 views

CVE-2024-46783

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: fix return value of tcpbpfsendmsg When we cork messages in psock-cork, the last message triggers the flushing will result in sending a skmsg larger than the current message size. In this case, in tcpbpfsendverdict, 'copie...

5.5CVSS0.00231EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/18 8:15 a.m.6 views

UBUNTU-CVE-2024-46783

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: fix return value of tcpbpfsendmsg When we cork messages in psock-cork, the last message triggers the flushing will result in sending a skmsg larger than the current message size. In this case, in tcpbpfsendverdict, 'copie...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References26
OSV
OSV
added 2024/09/18 7:12 a.m.32 views

CVE-2024-46783 tcp_bpf: fix return value of tcp_bpf_sendmsg()

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: fix return value of tcpbpfsendmsg When we cork messages in psock-cork, the last message triggers the flushing will result in sending a skmsg larger than the current message size. In this case, in tcpbpfsendverdict, 'copie...

6AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/09/18 7:11 a.m.18 views

CVE-2024-46734 btrfs: fix race between direct IO write and fsync when using same fd

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while the other is doing fsync, we have a race where we c...

6.7AI score0.0019EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/09/18 12:0 a.m.6 views

The vulnerability of the driver responsible for the computer’s interaction with the CLFS.sys device in the Windows operating system allows a hacker to trigger a Service-Breaking Failure (BSoD).

The vulnerability of the driver responsible for the computer’s interaction with CLFS.sys devices and devices in the Windows operating system is related to incorrect configuration data input. Exploiting this vulnerability can cause a Service-Breaking Failure BSoD through the forced invocation of t...

5.5CVSS5.8AI score0.02486EPSS
SaveExploits1References3
Rows per page
Query Builder