Lucene search
+L

712 matches found

OSV
OSV
added 2025/03/07 11:08 a.m.6 views

OESA-2025-1236 rust security update

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This package includes the Rust compiler and documentation generator. Security Fixes: Cargo is a Rust package manager. The Rust Security Response WG was notified that Cargo did not...

7.3CVSS6.8AI score0.00702EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/01/27 1:43 a.m.6 views

redis: possible bypass of Unix socket permissions on startup

A flaw was found in Redis, an in-memory database that persists on disk. On startup, Redis listens on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, anothe...

3.6CVSS7.1AI score0.00444EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/01/22 10:42 a.m.8 views

redis: possible bypass of Unix socket permissions on startup

A flaw was found in Redis, an in-memory database that persists on disk. On startup, Redis listens on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, anothe...

3.6CVSS7.1AI score0.00444EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/01/21 9:13 p.m.19 views

gix-worktree-state nonexclusive checkout sets executable files world-writable

Summary gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some...

5CVSS6.8AI score0.00368EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/01/21 3:47 a.m.6 views

SUSE CVE-2025-22620

gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. Thi...

5CVSS6.8AI score0.00368EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/20 4:15 p.m.3 views

DEBIAN-CVE-2025-22620

gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. Thi...

5CVSS5.3AI score0.00368EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/20 4:15 p.m.16 views

UBUNTU-CVE-2025-22620

gitoxide is an implementation of git written in Rust. Prior to 0.17.0, gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. Thi...

5CVSS5.8AI score0.00368EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/18 12:00 p.m.15 views

RUSTSEC-2025-0001 gix-worktree-state nonexclusive checkout sets executable files world-writable

Summary gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some...

5CVSS5.6AI score0.00368EPSS
SaveExploits0References5
RustSec
RustSec
added 2025/01/18 12:00 p.m.11 views

gix-worktree-state nonexclusive checkout sets executable files world-writable

Summary gix-worktree-state specifies 0777 permissions when checking out executable files, intending that the umask will restrict them appropriately. But one of the strategies it uses to set permissions is not subject to the umask. This causes files in a repository to be world-writable in some...

5CVSS7.2AI score0.00368EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2025/01/09 1:15 a.m.1 views

DEBIAN-CVE-2023-38037

ActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file's permissions are defaulted to the user's current umask settings, meaning that it's possible for other users on the same system to read the contents of the temporary file. Attackers that ha...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/09 1:15 a.m.9 views

UBUNTU-CVE-2023-38037

ActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file's permissions are defaulted to the user's current umask settings, meaning that it's possible for other users on the same system to read the contents of the temporary file. Attackers that ha...

5.5CVSS6AI score0.00263EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/01/09 12:33 a.m.20 views

CVE-2023-38037

ActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file's permissions are defaulted to the user's current umask settings, meaning that it's possible for other users on the same system to read the contents of the temporary file. Attackers that ha...

5.5CVSS7AI score0.00263EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/12/05 9:45 p.m.20 views

redis: possible bypass of Unix socket permissions on startup

A flaw was found in Redis, an in-memory database that persists on disk. On startup, Redis listens on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, anothe...

3.6CVSS7.1AI score0.00444EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/18 11:07 a.m.6 views

OESA-2024-2271 redis security update

Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes ,lists, sets anorted sets. Security Fixes: Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its...

7CVSS8AI score0.04495EPSS
SaveExploits1References4
OSV
OSV
added 2024/10/18 11:07 a.m.8 views

OESA-2024-2272 redis security update

Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes ,lists, sets anorted sets. Security Fixes: Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its...

7CVSS8AI score0.04495EPSS
SaveExploits1References4
OSV
OSV
added 2024/10/18 11:07 a.m.8 views

OESA-2024-2270 redis security update

Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes ,lists, sets anorted sets. Security Fixes: Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its...

7CVSS8AI score0.04495EPSS
SaveExploits1References4
OSV
OSV
added 2024/10/18 11:07 a.m.6 views

OESA-2024-2269 redis security update

Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes ,lists, sets anorted sets. Security Fixes: Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its...

7CVSS8AI score0.04495EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2024/10/09 12:00 a.m.27 views

CentOS 7 : kernel (RHSA-2021:0336)

The remote CentOS Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:0336 advisory. - Use-after-free vulnerability in fs/blockdev.c in the Linux kernel before 5.8 allows local users to gain privileges or cause a denial of service by...

7.2CVSS6.4AI score0.01347EPSS
SaveExploits1References3
OSV
OSV
added 2024/08/22 7:40 p.m.31 views

BIT-VALKEY-2023-45145 Redis Unix-domain socket may have be exposed with the wrong permissions for a short time window.

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS5.5AI score0.00444EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/22 7:22 p.m.37 views

BIT-KEYDB-2023-45145 Redis Unix-domain socket may have be exposed with the wrong permissions for a short time window.

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS6.1AI score0.00444EPSS
SaveExploits0References8
Rows per page
Query Builder