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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-693 (保护机制失效) — Vulnerability Class 289

289 vulnerabilities classified as CWE-693 (保护机制失效). AI Chinese analysis included.

CWE-693 represents a critical vulnerability where software fails to implement or correctly utilize necessary security controls, leaving systems exposed to directed attacks. This weakness manifests in two primary forms: missing mechanisms, where no defense exists for a specific threat vector, and insufficient mechanisms, where existing safeguards are inadequate or improperly configured. Attackers typically exploit these gaps by bypassing authentication, escalating privileges, or accessing sensitive data that should have been restricted. To mitigate this risk, developers must conduct rigorous threat modeling to identify all potential attack surfaces and ensure comprehensive security controls are in place. Regular code reviews and automated security testing help verify that protection mechanisms function as intended. By adopting a defense-in-depth strategy and validating that every security feature is both present and robust, organizations can significantly reduce the likelihood of exploitation and maintain the integrity of their applications.

MITRE CWE Description
The product does not use or incorrectly uses a protection mechanism that provides sufficient defense against directed attacks against the product. This weakness covers three distinct situations. A "missing" protection mechanism occurs when the application does not define any mechanism against a certain class of attack. An "insufficient" protection mechanism might provide some defenses - for example, against the most common attacks - but it does not protect against everything that is intended. Finally, an "ignored" mechanism occurs when a mechanism is available and in active use within the product, but the developer has not applied it in some code path.
Common Consequences (1)
Access ControlBypass Protection Mechanism
CVE IDTitleCVSSSeverityPublished
CVE-2025-71352 picklescan - Remote Code Execution via Undetected trace.Trace.runctx in Pickle Files — picklescan 8.1 High2026-06-30
CVE-2026-13601 Yelp: yelp-xsl: overly permissive content security policy in yelp allows host file disclosure from flatpak applications — Red Hat Enterprise Linux 6 7.1 High2026-06-29
CVE-2026-58052 7-Zip - Mark-of-the-Web Bypass via RAR5 Alternate Data Stream Name Collision — 7-Zip 3.3 Low2026-06-28
CVE-2026-3472 Markdown image rendering bypass in AI bot tool result posts in Mattermost — Mattermost 3.5 Low2026-06-26
CVE-2026-49859 Deno: `fetch()` API sandbox bypass via missing DNS resolution check — deno 5.2 Medium2026-06-23
CVE-2026-44646 LiquidJS: `{% render %}` tag silently bypasses per-render `ownPropertyOnly:true` via `Context.spawn()` — liquidjs 5.3 Medium2026-06-17
CVE-2025-71322 PickleScan - Unsafe Globals Check Bypass via pty.spawn Function — PickleScan 8.8 High2026-06-17
CVE-2026-53853 OpenClaw < 2026.5.12 - Argument Pattern Bypass in Exec Allowlist via Linux and macOS — OpenClaw 8.3 High2026-06-16
CVE-2026-53845 OpenClaw < 2026.5.6 - Skill-Command Dispatch Hook Bypass via Before-Tool-Call Hook Skipping — OpenClaw 4.3 Medium2026-06-16
CVE-2026-12214 Qihoo 360 Total Security Nucleus Engine Monitoring Logic RpcStringBindingComposeW protection mechanism — 360 Total Security 7.8 High2026-06-15
CVE-2026-47140 vm2: NodeVM builtin denylist bypass via process and inspector/promises allows host code execution — vm2 10.0 Critical2026-06-12
CVE-2026-47139 vm2: NodeVM network builtin exclusions bypass via internal _http_client and _http_server — vm2 8.6 High2026-06-12
CVE-2026-47135 vm2: Sandbox escape via unblocked cross-realm Symbol.for keys + missing bridge write-trap symbol checks — vm2 8.7 High2026-06-12
CVE-2026-47209 vm2: Bridge Proxy set trap ignores receiver parameter, enabling host object property injection via prototype chain — vm2 8.6 High2026-06-12
CVE-2026-48546 KanaDojo < 0.1.18 Sandbox Escape RCE via messages.cjs — kana-dojo 7.3 High2026-06-11
CVE-2026-47656 Windows Boot Manager Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.9 High2026-06-09
CVE-2026-45595 Windows Mark of the Web Security Feature Bypass Vulnerability — Windows 10 Version 1607 5.4 Medium2026-06-09
CVE-2026-45459 Microsoft Excel Security Feature Bypass Vulnerability — Microsoft 365 Apps for Enterprise 3.3 Low2026-06-09
CVE-2026-48575 Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.9 High2026-06-09
CVE-2026-48570 Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.9 High2026-06-09
CVE-2026-48568 Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.9 High2026-06-09
CVE-2026-45588 Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.9 High2026-06-09
CVE-2026-45655 Windows BitLocker Security Feature Bypass Vulnerability — Windows 10 Version 1607 5.3 Medium2026-06-09
CVE-2026-45656 UEFI Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.8 High2026-06-09
CVE-2025-52609 HCL iControl was affected by Missing Security Headers vulnerability. — iControl 3.7 Low2026-06-04
CVE-2026-10174 Aider-AI Aider Pre-commit Hook args.py protection mechanism — Aider 6.3 Medium2026-05-31
CVE-2026-45102 OneUptime: RCE due to Node.js' vm module escape via error objects and infinite recursion — oneuptime 9.9 Critical2026-05-27
CVE-2026-44451 Lumiverse: TSX component sandbox escape via DOM ref and string-split identifier bypass — Lumiverse 9.3 Critical2026-05-26
CVE-2026-44071 FORTIFY_SOURCE disabled — Netatalk 3.7 Low2026-05-21
CVE-2026-24425 Twig 2.16.x & 3.9.0-3.25.x Sandbox Bypass via SourcePolicyInterface — Twig 8.8 High2026-05-20

Vulnerabilities classified as CWE-693 (保护机制失效) represent 289 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.