目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-552 对外部实体的文件或目录可访问 类漏洞列表 226

CWE-552 对外部实体的文件或目录可访问 类弱点 226 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-552属于权限配置不当类漏洞,指产品错误地将文件或目录暴露给未授权的外部实体。攻击者通常利用此缺陷,通过直接访问服务器根目录下的敏感文件,窃取机密数据或执行恶意操作。开发者应避免在Web或FTP服务器中存放敏感文件,并实施严格的访问控制机制,确保仅授权用户可访问特定资源,从而防止信息泄露。

MITRE CWE 官方描述
CWE:CWE-552 外部可访问的文件或目录 英文:The product makes files or directories accessible to unauthorized actors, even though they should not be. Web servers, FTP servers, and similar servers may store a set of files underneath a "root" directory that is accessible to the server's users. Applications may store sensitive files underneath this root without also using access control to limit which users may request those files, if any. Alternately, an application might package multiple files or directories into an archive file (e.g., ZIP or tar), but the application might not exclude sensitive files that are underneath those directories. In cloud technologies and containers, this weakness might present itself in the form of misconfigured storage accounts that can be read or written by a public or anonymous user.
常见影响 (1)
Confidentiality, Integrity Read Files or Directories, Modify Files or Directories
缓解措施 (1)
Implementation, System Configuration, Operation When storing data in the cloud (e.g., S3 buckets, Azure blobs, Google Cloud Storage, etc.), use the provider's controls to disable public access.
代码示例 (2)
The following Azure command updates the settings for a storage account:
az storage account update --name <storage-account> --resource-group <resource-group> --allow-blob-public-access true
Bad · Shell
az storage account update --name <storage-account> --resource-group <resource-group> --allow-blob-public-access false
Good · Shell
The following Google Cloud Storage command gets the settings for a storage account named 'BUCKET_NAME':
gsutil iam get gs://BUCKET_NAME
Informative · Shell
{ "bindings":[{ "members":[ "projectEditor: PROJECT-ID", "projectOwner: PROJECT-ID" ], "role":"roles/storage.legacyBucketOwner" }, { "members":[ "allUsers", "projectViewer: PROJECT-ID" ], "role":"roles/storage.legacyBucketReader" } ] }
Bad · JSON
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-15915 Multiple Vulnerabilities in IBM Concert Software — Concert 6.2 Medium 2026-09-22
CVE-2026-77884 StackApp Infotech Gallery - Private Photo Vault 权限许可和访问控制问题漏洞 — Gallery - Private Photo Vault 7.1 High 2026-09-14
CVE-2026-68831 Microsoft Windows Defender Firewall Service 权限许可和访问控制问题漏洞 — Windows 10 Version 1607 5.5 Medium 2026-09-08
CVE-2026-67402 WebPros ConfigServer Security & Firewall 权限许可和访问控制问题漏洞 — ConfigServer Security & Firewall 9.2 Critical 2026-09-03
CVE-2026-85175 SiYuan 权限许可和访问控制问题漏洞 — siyuan 8.8 High 2026-09-03
CVE-2026-82020 NousResearch Hermes Agent 权限许可和访问控制问题漏洞 — hermes-agent 6.8 Medium 2026-08-28
CVE-2026-78051 alex MeTube 授权问题漏洞 — MeTube 5.3 Medium 2026-08-22
CVE-2026-54457 TensorZero 权限许可和访问控制问题漏洞 — tensorzero 7.7 High 2026-08-21
CVE-2026-63042 Apache InLong 权限许可和访问控制问题漏洞 — Apache InLong - - 2026-08-20
CVE-2026-63040 Apache InLong 权限许可和访问控制问题漏洞 — Apache InLong - - 2026-08-20
CVE-2026-76799 Code-Projects Login Registration System 授权问题漏洞 — Login Registration System 5.3 Medium 2026-08-20
CVE-2026-19903 SourceCodester Online Clothing Store 授权问题漏洞 — Online Clothing Store 5.3 Medium 2026-08-15
CVE-2026-8715 HashiCorp Vault Secrets Operator 权限许可和访问控制问题漏洞 — Tooling 9.6 Critical 2026-08-13
CVE-2026-11841 SICK AG InspectorP61x 权限许可和访问控制问题漏洞 — InspectorP61x 9.4 Critical 2026-07-28
CVE-2026-57990 Microsoft Edge(Chromium-based) 权限许可和访问控制问题漏洞 — Microsoft Edge (Chromium-based) 7.4 High 2026-07-26
CVE-2026-59703 Repomix 权限许可和访问控制问题漏洞 — repomix 7.5 High 2026-07-08
CVE-2026-13533 Agentejo Cockpit CMS 授权问题漏洞 — Cockpit CMS 5.3 Medium 2026-06-29
CVE-2026-40624 AVer PTC500S 权限许可和访问控制问题漏洞 — PTC500S 9.8 Critical 2026-06-18
CVE-2025-14771 ABB T-MAC Plus 安全漏洞 — T-MAC Plus 9.9 Critical 2026-06-03
CVE-2026-45543 Nextcloud Forms 安全漏洞 — security-advisories 5.3 Medium 2026-06-01
CVE-2026-40425 Danelec Marine Danelec MacGregor Voyage Data Recorder 安全漏洞 — MacGregor Voyage Data Recorder (VDR) G4e 5.7 Medium 2026-05-29
CVE-2024-11399 Synology BeeDrive 安全漏洞 — BeeDrive for desktop 6.8 Medium 2026-05-27
CVE-2026-40564 Apache Flink Kubernetes Operator 安全漏洞 — Apache Flink Kubernetes Operator - - 2026-05-26
CVE-2026-8704 Crypt::DSA 安全漏洞 — Crypt::DSA - - 2026-05-15
CVE-2026-42063 F5 BIG-IP 安全漏洞 — BIG-IP 4.9 Medium 2026-05-13
CVE-2026-40631 F5 BIG-IP 安全漏洞 — BIG-IP 6.5 Medium 2026-05-13
CVE-2026-32185 Microsoft Teams 安全漏洞 — Microsoft Teams for Android 5.5 Medium 2026-05-12
CVE-2026-35440 Microsoft Word 安全漏洞 — Microsoft 365 Apps for Enterprise 5.5 Medium 2026-05-12
CVE-2025-7389 Progress OpenEdge 安全漏洞 — OpenEdge 6.5 - 2026-04-14
CVE-2019-25709 CF Image Hosting Script 安全漏洞 — CF Image Hosting Script 9.8 Critical 2026-04-12

CWE-552(对外部实体的文件或目录可访问) 是常见的弱点类别,本平台收录该类弱点关联的 226 条 CVE 漏洞。