Lucene search
+L

6635 matches found

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

DEBIAN-CVE-2024-49864

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpcopensocket, it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in...

4.7CVSS5.5AI score0.00449EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:01 p.m.16 views

CVE-2024-49927 x86/ioapic: Handle allocation failures gracefully

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

6.2AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/10/21 4:08 p.m.24 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

6.5CVSS6.9AI score0.00652EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.7 views

SUSE CVE-2024-47746

In the Linux kernel, the following vulnerability has been resolved: fuse: use exclusive lock when FUSEICACHEIOMODE is set This may be a typo. The comment has said shared locks are not allowed when this bit is set. If using shared lock, the wait in fusefilecachedioopen may be forever...

5.5CVSS8.2AI score0.00159EPSS
SaveExploits0References5
NVD
NVD
added 2024/10/21 1:15 p.m.19 views

CVE-2024-47726

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

7.8CVSS0.00652EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 1:15 p.m.7 views

DEBIAN-CVE-2024-47727

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.8CVSS6.2AI score0.00247EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.10 views

UBUNTU-CVE-2024-47746

In the Linux kernel, the following vulnerability has been resolved: fuse: use exclusive lock when FUSEICACHEIOMODE is set This may be a typo. The comment has said shared locks are not allowed when this bit is set. If using shared lock, the wait in fusefilecachedioopen may be forever...

5.5CVSS6.6AI score0.00159EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 12:15 p.m.5 views

DEBIAN-CVE-2024-47719

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN overflows which corrupts the selected area range during...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 12:15 p.m.22 views

CVE-2024-47706

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible UAF for bfqq-bic with merge chain 1 initial state, three tasks: Process 1 Process 2 Process 3 BIC1 BIC2 BIC3 | Λ | Λ | Λ | | | | | | V | V | V | bfqq1 bfqq2 bfqq3 process ref: 1 1 1 2 bfqq1 merged to bfqq...

7.8CVSS0.00245EPSS
SaveExploits0References13
OSV
OSV
added 2024/10/21 12:15 p.m.8 views

UBUNTU-CVE-2024-47719

In the Linux kernel, the following vulnerability has been resolved: iommufd: Protect against overflow of ALIGN during iova allocation Userspace can supply an iova and uptr such that the target iova alignment becomes really big and ALIGN overflows which corrupts the selected area range during...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References21
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.43 views

CVE-2024-47746

In the Linux kernel, the following vulnerability has been resolved: fuse: use exclusive lock when FUSEICACHEIOMODE is set This may be a typo. The comment has said shared locks are not allowed when this bit is set. If using shared lock, the wait in fusefilecachedioopen may be forever...

5.5CVSS6.1AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 12:14 p.m.126 views

CVE-2024-47746

CVE-2024-47746 affects the Linux kernel fuse subsystem. The issue arises when FUSE_I_CACHE_IO_MODE is set and an exclusive lock is not used, potentially causing fuse_file_cached_io_open to wait indefinitely. The root cause is locking mode for this flag; the fix is to switch to exclusive locking w...

5.5CVSS6.8AI score0.00159EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/10/21 12:13 p.m.167 views

CVE-2024-47726

CVE-2024-47726 concerns the Linux kernel F2FS: the fix ensures awaiting all Dio write I/Os before block removal to prevent data overwrite when blocks are reused by inodes. Affected are older kernel builds; patched versions exist (e.g., Debian linux-6.1 with the fix, Astra Linux SE18 bulletin, CBL...

7.8CVSS6.2AI score0.00652EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/10/21 12:13 p.m.57 views

CVE-2024-47726 f2fs: fix to wait dio completion

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

7.8CVSS0.00652EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 12:13 p.m.22 views

CVE-2024-47726 f2fs: fix to wait dio completion

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait dio completion It should wait all existing dio write IOs before block removal, otherwise, previous direct write IO may overwrite data in the block which may be reused by other inode...

7.8CVSS6.5AI score
SaveExploits0References11
CVE
CVE
added 2024/10/21 11:53 a.m.187 views

CVE-2024-47706

CVE-2024-47706 affects the Linux kernel bfq I/O scheduler. The issue was a use-after-free involving bfqq->bic during merges in the bfq_merge/merge-chain flow, which could allow IO handling to operate on a bfqq that is no longer valid. The provided details describe an initial state with three b...

7.8CVSS6.9AI score0.00245EPSS
SaveExploits0References13Affected Software1
OpenVAS
OpenVAS
added 2024/10/21 12:00 a.m.15 views

Fedora: Security Advisory (FEDORA-2024-5d581b2365)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS7.1AI score0.01241EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/10/21 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 a race condition between socket setup and I/O thread creation in the rxrpcopensocket function, which could...

4.7CVSS7.5AI score0.00449EPSS
SaveExploits0References6
Fedora
Fedora
added 2024/10/20 12:54 a.m.21 views

[SECURITY] Fedora 39 Update: apache-commons-io-2.11.0-5.fc39

Commons-IO contains utility classes, stream implementations, file filters, and endian classes. It is a library of utilities to assist with developing IO functionality...

4.3CVSS6.9AI score0.01241EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/10/19 12:00 a.m.27 views

Fedora 39 : apache-commons-io (2024-5d581b2365)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-5d581b2365 advisory. Fixes possible denial of service attack on untrusted input Tenable has extracted the preceding description block directly from the Fedora security advisory...

4.3CVSS6.5AI score0.01241EPSS
SaveExploits0References2
Rows per page
Query Builder