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

Goal: 1000 CNY · Raised: 1110 CNY

100%

CWE-276 (缺省权限不正确) — Vulnerability Class 456

456 vulnerabilities classified as CWE-276 (缺省权限不正确). AI Chinese analysis included.

CWE-276 represents a critical configuration weakness where software installation processes assign overly permissive access rights to files, often granting read, write, and execute privileges to all users. This flaw typically allows malicious actors to modify or replace critical application binaries, configuration files, or scripts without authentication. By altering these unprotected resources, attackers can inject malicious code, escalate privileges, or compromise system integrity, effectively bypassing security controls that rely on file integrity. To mitigate this risk, developers must adhere to the principle of least privilege during deployment. This involves explicitly setting restrictive permissions, such as read-only access for general users and write access only for administrators. Automated installation scripts should verify and enforce these secure defaults, ensuring that sensitive files remain immutable to unauthorized entities and preserving the overall security posture of the deployed environment.

MITRE CWE Description
During installation, installed file permissions are set to allow anyone to modify those files.
Common Consequences (1)
Confidentiality, IntegrityRead Application Data, Modify Application Data
Mitigations (2)
Architecture and Design, OperationThe architecture needs to access and modification attributes for files to only those users who actually require those actions.
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-2018-10604 SEL Compass 安全漏洞 — Compass 7.8 -2018-07-24
CVE-2018-7533 OSIsoft PI Data Archive 安全漏洞 — OSIsoft PI Data Archive 7.8 -2018-03-14
CVE-2017-12699 AzeoTech DAQFactory 安全漏洞 — AzeoTech DAQFactory 5.5 -2017-09-09
CVE-2017-11156 Synology Download Station 安全漏洞 — Synology Download Station 7.8 -2017-08-14
CVE-2017-7968 Schneider Electric Wonderware InduSoft Web Studio 安全漏洞 — Schneider Electric Wonderware InduSoft Web Studio 7.8 -2017-05-19
CVE-2013-0266 Puppetlabs-cinder: packstack: openstack: puppetlabs-cinder: information disclosure of openstack administrative passwords due to world-readable configuration files. — Red Hat Enterprise Linux OpenStack Platform 5 (Icehouse) 5.5 Medium2013-03-08

Vulnerabilities classified as CWE-276 (缺省权限不正确) represent 456 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.