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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-538 (文件和路径信息暴露) — Vulnerability Class 77

77 vulnerabilities classified as CWE-538 (文件和路径信息暴露). AI Chinese analysis included.

CWE-538 represents a critical data exposure weakness where applications inadvertently store sensitive information in files or directories accessible to unauthorized actors. This vulnerability typically arises when developers fail to enforce strict access controls on storage locations, allowing individuals with basic file system permissions to read confidential data such as credentials, session tokens, or personal identifiable information. Attackers exploit this by navigating to the exposed directory and extracting the unprotected files, often bypassing application-level security measures entirely. To mitigate this risk, developers must implement robust file permission settings, ensuring that sensitive data is stored in restricted directories accessible only to the application process. Additionally, employing encryption for data at rest and utilizing secure, temporary storage mechanisms can prevent unauthorized access, thereby maintaining the confidentiality and integrity of critical information against external threats.

MITRE CWE Description
The product places sensitive information into files or directories that are accessible to actors who are allowed to have access to the files, but not to the sensitive information.
Common Consequences (1)
Confidentiality Read Files or Directories
Mitigations (1)
Architecture and Design, Operation, System Configuration Do not expose file and directory information to the user.
Examples (1)
In the following code snippet, a user's full name and credit card number are written to a log file.
logger.info("Username: " + usernme + ", CCN: " + ccn);
Bad · Java
CVE ID Title CVSS Severity Published
CVE-2026-19229 SourceCodester Online Clothing Store Dreamweaver Metadata Files _notes file information disclosure — Online Clothing Store 5.3 Medium 2026-08-07
CVE-2026-12762 Insertion of Sensitive Information into Externally-Accessible File in IBM Business Automation Insights — Cloud Pak For Business Automation 5.3 Medium 2026-08-05
CVE-2026-15574 Vllm-orchestrator-gateway: vllm-orchestrator-gateway: authorization header and full chat payloads logged at hard-coded debug default — Red Hat OpenShift AI (RHOAI) 7.5 High 2026-07-13
CVE-2025-36372 IBM® Db2® could disclose sensitive information to an authenticated user from the monitoring and event tables — Db2 5.5 Medium 2026-06-30
CVE-2026-50099 Naxclow IoT Platform Insertion of sensitive information into Externally-Accessible file or directory — Smart Doorbell X3 4.6 Medium 2026-06-12
CVE-2026-29114 Dahua IPC 安全漏洞 — IPC - - 2026-06-10
CVE-2019-25717 Dräger Infinity Delta/Kappa Patient Monitors Unauthenticated Log File Disclosure — Infinity Delta 4.3 Medium 2026-06-02
CVE-2026-10254 SourceCodester Pet Grooming Management Software admin file information disclosure — Pet Grooming Management Software 5.3 Medium 2026-06-01
CVE-2026-49298 Apache Airflow: JWT Token Exposure in KubernetesExecutor Command-Line Arguments — Apache Airflow - - 2026-06-01
CVE-2026-5434 Improper storage of sensitive information — Control Network Module (CNM) 5.9 Medium 2026-05-21
CVE-2026-27173 Apache Airflow CNCF Kubernetes provider: JWT Token Exposure in KubernetesExecutor Command-Line Arguments — Apache Airflow CNCF Kubernetes provider - - 2026-05-19
CVE-2023-54346 WordPress Plugin Backup Migration 1.2.8 Unauthenticated Database Backup Download — WordPress Plugin Backup Migration 7.5 High 2026-05-05
CVE-2026-7071 CodeAstro Online Job Portal user-cvs file information disclosure — Online Job Portal 5.3 Medium 2026-04-27
CVE-2026-6160 code-projects Simple ChatBox Endpoint chatbox.sql SimpleChatbox_PHP file information disclosure — Simple ChatBox 5.3 Medium 2026-04-13
CVE-2019-25706 Across DR-810 ROM-0 Unauthenticated File Disclosure — DR-810 7.5 High 2026-04-12
CVE-2026-33705 Chamilo LMS has unauthenticated access to Twig template source files exposes application logic — chamilo-lms 5.3 Medium 2026-04-10
CVE-2025-36051 IBM QRadar SIEM Information Disclosure — QRadar SIEM 6.2 Medium 2026-03-19
CVE-2016-20024 ZKTeco ZKTime.Net 3.0.1.6 Insecure File Permissions Privilege Escalation — ZKTeco ZKTime.Net 9.8 Critical 2026-03-15
CVE-2026-21672 Veeam Backup And Recovery 安全漏洞 — Backup and Replication 7.8AI High AI 2026-03-12
CVE-2026-2817 Spring Data Geode Insecure Temporary Directory Usage — Spring Data Geode 4.4 Medium 2026-02-19
CVE-2020-37104 ASTPP 4.0.1 VoIP Billing - Database Backup Download — ASTPP 7.5 High 2026-02-11
CVE-2025-12059 Improper Access Control in Logo Software's Logo j-Platform — Logo j-Platform 9.8 Critical 2026-02-11
CVE-2025-12699 ZOLL ePCR IOS Mobile Application Insertion of Sensitive Information into Externally-Accessible File or Directory — ZOLL ePCR IOS Mobile Application 5.5 Medium 2026-02-10
CVE-2025-36058 Multiple security vulnerabilities are addressed in IBM Business Automation Workflow Containers fixes December 2025 — Business Automation Workflow containers 5.5 Medium 2026-01-20
CVE-2026-23838 Tandoor Recipes module allows SQLite database to be externally accessible with the default settings — nixpkgs 7.5AI High AI 2026-01-19
CVE-2021-4471 TG8 Firewall Unauthenticated User Password Disclosure — TG8 Firewall 7.5 - 2025-11-14
CVE-2016-15056 Ubee EVW3226 Unauthenticated Backup File Disclosure — Ubee EVW3226 9.8 - 2025-11-14
CVE-2025-11891 Shelf Planner <= 2.8.1 - Unauthenticated Information Exposure via Log Files — Shelf Planner Inventory Management for WooCommerce 5.3 Medium 2025-11-11
CVE-2025-46602 Dell SupportAssist OS Recovery 安全漏洞 — SupportAssist OS Recovery 4.4 Medium 2025-10-27
CVE-2025-11079 Campcodes Farm Management System file information disclosure — Farm Management System 5.3 Medium 2025-09-27

Vulnerabilities classified as CWE-538 (文件和路径信息暴露) represent 77 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.