← Back
CWE-278

6 CVEs • Abstraction: Variant

Insecure Preserved Inherited Permissions

A product inherits a set of insecure permissions for an object, e.g. when copying from an archive file, without user awareness or involvement.

JSON object

Loading...

CVEs (6)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Cerberusftp
1Ftp Server
Jun 17, 2026
Apr 27, 2026
7.3 HIGH· v4
8.8 HIGH· v3
N/A· v2
Insecure preserved inherited permissions vulnerability in Cerberus FTP Server on Windows allows Privilege Escalation.This issue has been resolved in Cerberus FTP Server: 2026.1
1Ibm
1I
Jun 17, 2026
Apr 17, 2025
N/A· v4
9.8 CRITICAL· v3
N/A· v2
IBM i 7.6  contains a privilege escalation vulnerability due to incorrect profile swapping in an OS command.  A malicious actor can use the command to elevate privileges to gain root access to the host operating system.
1Chaos Mesh
1Chaos Mesh
Jun 17, 2026
Jul 24, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
Insecure permissions in chaos-mesh v2.6.3 allows attackers to access sensitive data and escalate privileges by obtaining the service account's token.
1B1ackc4t
114finger
Jun 17, 2026
Jul 5, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
Insecure permissions in 14Finger v1.1 allow attackers to escalate privileges from normal user to Administrator via a crafted POST request.
-
-
Jun 17, 2026
Jun 28, 2024
N/A· v4
3.6 LOW· v3
N/A· v2
Nix is a package manager for Linux and other Unix systems that makes package management reliable and reproducible. A build process has access to and can change the permissions of the build directory. After creating a set...Show more
Nix is a package manager for Linux and other Unix systems that makes package management reliable and reproducible. A build process has access to and can change the permissions of the build directory. After creating a setuid binary in a globally accessible location, a malicious local user can assume the permissions of a Nix daemon worker and hijack all future builds. This issue was patched in version(s) 2.23.1, 2.22.2, 2.21.3, 2.20.7, 2.19.5 and 2.18.4.Show less
2Fedoraproject
Rust Lang
2Cargo
Fedora
Jun 17, 2026
Aug 4, 2023
N/A· v4
7.3 HIGH· v3
N/A· v2
Cargo downloads the Rust project’s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like sy...Show more
Cargo downloads the Rust project’s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one's system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.Show less