215 vulnerabilities classified as CWE-552 (对外部实体的文件或目录可访问). AI Chinese analysis included.
CWE-552 represents a critical access control weakness where software improperly exposes files or directories to unauthorized external actors. This vulnerability typically arises when applications store sensitive data within a publicly accessible root directory, such as those used by web or FTP servers, without implementing adequate permission restrictions. Attackers exploit this flaw by directly requesting the paths of these unprotected resources, thereby gaining unauthorized access to confidential information like configuration files, user data, or source code. To prevent such breaches, developers must enforce strict access controls, ensuring that only authenticated and authorized users can retrieve specific files. Additionally, separating sensitive data from public web roots and applying robust file permission settings are essential strategies to mitigate the risk of accidental or malicious exposure to external parties.
az storage account update --name <storage-account> --resource-group <resource-group> --allow-blob-public-access trueaz storage account update --name <storage-account> --resource-group <resource-group> --allow-blob-public-access falsegsutil iam get gs://BUCKET_NAME{ "bindings":[{ "members":[ "projectEditor: PROJECT-ID", "projectOwner: PROJECT-ID" ], "role":"roles/storage.legacyBucketOwner" }, { "members":[ "allUsers", "projectViewer: PROJECT-ID" ], "role":"roles/storage.legacyBucketReader" } ] }| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2017-2622 | OpenStack Mistral 信息泄露漏洞 — openstack-mistral | 5.5 | - | 2018-07-27 |
| CVE-2018-10869 | Red Hat Certification 安全漏洞 — redhat-certification | 7.5 | - | 2018-07-19 |
| CVE-2018-1079 | pcs 权限许可和访问控制漏洞 — pcs | 8.1 | - | 2018-04-12 |
| CVE-2017-15104 | Heketi 信息泄露漏洞 — Heketi | 7.1 | - | 2017-12-18 |
| CVE-2017-12079 | Synology Photo Station 安全漏洞 — Photo Station | 7.5 | - | 2017-12-04 |
Vulnerabilities classified as CWE-552 (对外部实体的文件或目录可访问) represent 215 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.