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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-668 (将资源暴露给错误范围) — Vulnerability Class 147

147 vulnerabilities classified as CWE-668 (将资源暴露给错误范围). AI Chinese analysis included.

CWE-668 represents a critical access control weakness where software inadvertently exposes sensitive resources, such as files or directories, to unauthorized actors outside their intended security boundary. This vulnerability typically arises from misconfigured permissions, logic errors that target the wrong object, or flawed trust assumptions between different system spheres. Attackers exploit these flaws by leveraging improper access rights to read, modify, or delete protected data, often bypassing intended isolation mechanisms. To mitigate this risk, developers must enforce strict least-privilege principles, ensuring resources are accessible only to the specific processes or users requiring them. Implementing robust access control lists, validating object references before operations, and conducting thorough code reviews for permission settings are essential practices. By rigorously defining and enforcing security boundaries, organizations can prevent unintended data exposure and maintain the integrity of their system architecture against sphere-crossing attacks.

MITRE CWE Description
The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource. Resources such as files and directories may be inadvertently exposed through mechanisms such as insecure permissions, or when a program accidentally operates on the wrong object. For example, a program may intend that private files can only be provided to a specific user. This effectively defines a control sphere that is intended to prevent attackers from accessing these private files. If the file permissions are insecure, then parties other than the user will be able to access those files. A separate control sphere might effectively require that the user can only access the private files, but not any other files on the system. If the program does not ensure that the user is only requesting private files, then the user might be able to access other files on the system. In either case, the end result is that a resource has been exposed to the wrong party.
Common Consequences (3)
ConfidentialityRead Application Data
An adversary that gains access to a resource exposed to a wrong sphere could potentially retrieve private data from that resource, thus breaking the intended confidentiality of that data.
IntegrityModify Application Data
An adversary that gains access to a resource exposed to a wrong sphere could potentially modify data held within that resource, thus breaking the intended integrity of that data and causing the system relying on that resource to make unintended decisions.
OtherVaries by Context
The consequences may vary widely depending on how the product uses the affected resource.
CVE IDTitleCVSSSeverityPublished
CVE-2026-72782 Craft CMS 5.0.0-RC1 before 5.10.6 Environment Variable Leak — cms 6.5 Medium2026-08-11
CVE-2026-72764 n8n before 1.123.67 Module Cache Poisoning via Code Node — n8n 5.8 Medium2026-08-11
CVE-2026-70606 Electron: ProtocolResponse.url reuses the default session cache instead of the registering session — electron 5.9 Medium2026-08-05
CVE-2026-54727 proot-distro has a Container Isolation Bypass via Crafted Restore Archive — proot-distro 8.2 High2026-07-29
CVE-2026-59835 Fortinet FortiSandbox 权限许可和访问控制问题漏洞 — FortiSandbox 7.7 High2026-07-14
CVE-2026-14611 DeepMyst Mysti Per-Project Auto-Memory MemoryManager.ts initProjectMemory exposure of resource — Mysti 4.3 Medium2026-07-03
CVE-2026-56077 PraisonAI - Information Disclosure via Shared MultiAgentLedger State — PraisonAI 6.5 Medium2026-06-18
CVE-2026-50202 Steeltoe's static JWKS cache shared across schemes and never invalidated — Steeltoe.Security.Authentication.CloudFoundryBase 5.9 Medium2026-06-17
CVE-2026-53826 OpenClaw < 2026.4.26 - Information Disclosure via Sandboxed Session Spawn — OpenClaw 4.3 Medium2026-06-12
CVE-2026-47141 vm2: NodeVM observability builtins leak host process and HTTP request data — vm2--2026-06-12
CVE-2026-42535 Apache HTTP Server: mod_dav_fs protected directory access — Apache HTTP Server--2026-06-08
CVE-2025-15653 Dräger Zeus IE Anesthesia Workstation USB Interface Privilege Escalation — Zeus IE 6.8 Medium2026-06-02
CVE-2026-46430 Algernon: Auto-refresh SSE event server binds to all interfaces by default on Linux/macOS — algernon 4.3 Medium2026-05-26
CVE-2026-46723 Information Disclosure in extension "Faceted Search" (ke_search) — Extension "Faceted Search"--2026-05-19
CVE-2026-44552 Open WebUI: Redis Cache Keys tool_servers and terminal_servers Missing Instance Prefix Enable Cross-Instance Cache Poisoning — open-webui 8.7 High2026-05-15
CVE-2026-45411 vm2: Sandbox Breakout Using Async Generator — vm2 9.8 Critical2026-05-13
CVE-2026-44009 vm2: Sandbox Breakout Through Null Proto Exception — vm2 9.8 Critical2026-05-13
CVE-2026-44008 vm2: Snabox breakout via `neutralizeArraySpeciesBatch` — vm2 9.8 Critical2026-05-13
CVE-2026-41369 OpenClaw < 2026.3.31 - Insufficient Environment Variable Sanitization in Host Execution — OpenClaw 6.5 Medium2026-04-27
CVE-2026-41368 OpenClaw < 2026.3.28 - Environment Variable Disclosure via jq $ENV Filter Bypass — OpenClaw 6.5 Medium2026-04-27
CVE-2026-41362 OpenClaw 2026.2.19 through 2026.3.30 - Webhook Replay Dedupe Cache Event Suppression via Shared Authentication — OpenClaw 4.3 Medium2026-04-27
CVE-2026-6830 Nesquena Hermes WebUI Environment Variable Credential Leakage via Profile Switch — hermes-webui 3.3 Low2026-04-21
CVE-2026-32690 Apache Airflow: 3.x - Nested Variable Secret Values Bypass Redaction via max_depth=1 — Apache Airflow 7.5AIHighAI2026-04-18
CVE-2026-30912 Apache Airflow: Exposing stack trace in case of constraint error — Apache Airflow 7.5AIHighAI2026-04-18
CVE-2025-54502 AMD EPYC Processor 安全漏洞 — AMD EPYC™ 9004 Series Processors 7.8AIHighAI2026-04-16
CVE-2026-35658 OpenClaw < 2026.3.2 - Filesystem Boundary Bypass in Image Tool — OpenClaw 6.5 Medium2026-04-10
CVE-2026-39911 Hashgraph Guardian 3.5.1 Unsandboxed JavaScript Execution RCE — guardian 8.8 High2026-04-09
CVE-2026-34538 Apache Airflow: Authorization bypass in DagRun wait endpoint (XCom exposure) — Apache Airflow 6.5AIMediumAI2026-04-09
CVE-2026-34765 Electron named window.open targets not scoped to the opener's browsing context — electron 6.0 Medium2026-04-07
CVE-2026-34217 SandboxJS has a Sandbox Escape via Prop Object Leak in New Handler — SandboxJS 9.3AICriticalAI2026-04-06

Vulnerabilities classified as CWE-668 (将资源暴露给错误范围) represent 147 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.