Lucene search
+L

2722 matches found

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
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.5 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 contention between direct IO writes and fsync when the same fd is used...

4.7CVSS6.3AI score0.0019EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/09/10 8:03 a.m.23 views

CVE-2024-7734 Phoenix Contact: Multiple mGuard devices are vulnerable to a drain of open file descriptors.

An unauthenticated remote attacker can exploit the behavior of the pathfinder TCP encapsulation service by establishing a high number of TCP connections to the pathfinder TCP encapsulation service. The impact is limited to blocking of valid IPsec VPN peers...

5.3CVSS7.3AI score0.00481EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/10 7:13 a.m.22 views

BIT-NODE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS5.1AI score0.00395EPSS
SaveExploits0References3
NVD
NVD
added 2024/09/07 4:15 p.m.33 views

CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS0.00395EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/07 4:00 p.m.24 views

CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS6.6AI score0.00395EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/09/07 4:00 p.m.32 views

CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS0.00395EPSS
SaveExploits0References1
CVE
CVE
added 2024/09/07 4:00 p.m.176 views

CVE-2024-36137

Node.js CVE-2024-36137 affects users of the experimental permission model with --allow-fs-write. The issue allows operations such as fs.fchown/fs.fchmod to change file owner/permissions via a read-only file descriptor, bypassing intended restrictions. Public advisories (including ALAS/Gentoo/Debi...

3.3CVSS6.6AI score0.00395EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/07 4:00 p.m.27 views

CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS6AI score0.00395EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2024/09/07 4:00 p.m.36 views

CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.3CVSS5.2AI score0.00395EPSS
SaveExploits0
NVD
NVD
added 2024/08/26 7:15 p.m.20 views

CVE-2024-43806

Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using rustix::fs::Dir using the linuxraw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in rustix::fs::Dir::readmore, this can cause quick and...

6.5CVSS0.00476EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/26 6:43 p.m.29 views

CVE-2024-43806 `rustix::fs::Dir` iterator with the `linux_raw` backend can cause memory explosion

Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using rustix::fs::Dir using the linuxraw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in rustix::fs::Dir::readmore, this can cause quick and...

6.5CVSS0.00476EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2024/08/25 3:11 p.m.173 views

Exploit for File Descriptor Leak in Linuxfoundation Runc

CVE-2024-21626 Exploit Working Directory docker run -w...

8.6CVSS7.3AI score0.18087EPSS
SaveExploits18
SUSE CVE
SUSE CVE
added 2024/08/18 2:02 a.m.14 views

SUSE CVE-2024-42265

In the Linux kernel, the following vulnerability has been resolved: protect the fetch of -fdfd in dodup2 from mispredictions both callers have verified that fd is not greater than -maxfds; however, misprediction might end up with tofree = fdt-fdfd; being speculatively executed. That's wrong for t...

5.3CVSS6.5AI score0.00281EPSS
SaveExploits0References24
OSV
OSV
added 2024/08/17 9:15 a.m.4 views

DEBIAN-CVE-2024-42265

In the Linux kernel, the following vulnerability has been resolved: protect the fetch of -fdfd in dodup2 from mispredictions both callers have verified that fd is not greater than -maxfds; however, misprediction might end up with tofree = fdt-fdfd; being speculatively executed. That's wrong for t...

5.5CVSS6AI score0.00281EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/08/07 12:00 a.m.29 views

Huawei EulerOS: Security Advisory for docker-engine (EulerOS-SA-2024-2069)

The remote host is missing an update for the Huawei EulerOS 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...

8.6CVSS7.2AI score0.18087EPSS
SaveExploits18References2
Vulnrichment
Vulnrichment
added 2024/07/26 11:26 a.m.31 views

CVE-2024-7062 Local Privilege Escalation in Nimble Commander <= v1.6.0, Build 4087

Nimble Commander suffers from a privilege escalation vulnerability due to the server info.filesmanager.Files.PrivilegedIOHelperV2 performing improper/insufficient validation of a client’s authorization before executing an operation. Consequently, it is possible to execute system-level commands as...

8.8CVSS7.8AI score0.00246EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2024/07/17 6:49 p.m.22 views

runc: file descriptor leak

A file descriptor leak issue was found in the runc package. While a user performs OCLOEXEC all file descriptors before executing the container code, the file descriptor is open when performing setcwd2, which means that the reference can be kept alive in the container by configuring the working...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References6
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.7 views

SUSE CVE-2022-48801

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix file related error handling in IIOBUFFERGETFDIOCTL If we fail to copy the just created file descriptor to userland, we try to clean up by putting back 'fd' and freeing 'ib'. The code uses putunusedfd for the form...

7.8CVSS6.6AI score0.00284EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/07/16 11:25 p.m.45 views

CVE-2022-48801

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix file related error handling in IIOBUFFERGETFDIOCTL If we fail to copy the just created file descriptor to userland, we try to clean up by putting back 'fd' and freeing 'ib'. The code uses putunusedfd for the form...

4.4CVSS7.1AI score0.00284EPSS
SaveExploits0References6
Rows per page
Query Builder