Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-278 (不安全的预留继承权限) — Vulnerability Class 4

4 vulnerabilities classified as CWE-278 (不安全的预留继承权限). AI Chinese analysis included.

CWE-278 represents a critical access control weakness where software inherits insecure permissions from a source object, such as an archive file, without explicit user consent or awareness. This vulnerability typically arises during file extraction or system initialization processes, allowing attackers to exploit pre-existing, overly permissive settings to gain unauthorized access to sensitive resources. By leveraging these inherited rights, malicious actors can bypass intended security boundaries, potentially leading to data theft, privilege escalation, or complete system compromise. To mitigate this risk, developers must implement strict permission validation mechanisms that override default settings during object creation or modification. Enforcing the principle of least privilege ensures that new objects receive only the minimal necessary access rights, while explicit user confirmation for permission changes prevents silent inheritance of dangerous configurations, thereby maintaining robust security postures against unauthorized exploitation.

MITRE CWE Description
A product inherits a set of insecure permissions for an object, e.g. when copying from an archive file, without user awareness or involvement.
Common Consequences (1)
Confidentiality, IntegrityRead Application Data, Modify Application Data
Mitigations (2)
Architecture and Design, OperationVery carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
Architecture and DesignCompartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area. Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separatio…
CVE IDTitleCVSSSeverityPublished
CVE-2026-6265 Local Privilege Escalation in Cerberus FTP Server =< 2025.4.2 — Cerberus FTP Server 7.8AIHighAI2026-04-27
CVE-2025-2947 IBM i privilege escalation — i 7.2 High2025-04-17
CVE-2024-38531 Nix sandbox escape — nix 3.6 Low2024-06-28
CVE-2023-38497 Cargo not respecting umask when extracting crate archives — cargo 7.8 High2023-08-04

Vulnerabilities classified as CWE-278 (不安全的预留继承权限) represent 4 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.