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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-623 (不安全的ActiveX控件被标记为脚本安全) — Vulnerability Class 3

3 vulnerabilities classified as CWE-623 (不安全的ActiveX控件被标记为脚本安全). AI Chinese analysis included.

CWE-623 represents a critical configuration weakness where an ActiveX control, originally designed for restricted environments, is incorrectly flagged as safe-for-scripting. This misconfiguration allows malicious web pages to instantiate and execute the control’s functionality without triggering security warnings or requiring explicit user consent. Attackers typically exploit this by embedding the vulnerable control within a compromised website, enabling remote code execution, data exfiltration, or system compromise through the control’s privileged operations. To prevent this vulnerability, developers must rigorously audit component configurations, ensuring that only controls with verified, low-risk behaviors are marked as safe-for-scripting. Furthermore, implementing strict content security policies and disabling unnecessary ActiveX support in browsers can mitigate the attack surface, ensuring that potentially dangerous components remain isolated from untrusted web contexts.

MITRE CWE Description
An ActiveX control is intended for restricted use, but it has been marked as safe-for-scripting. This might allow attackers to use dangerous functionality via a web page that accesses the control, which can lead to different resultant vulnerabilities, depending on the control's behavior.
Common Consequences (1)
Confidentiality, Integrity, AvailabilityExecute Unauthorized Code or Commands
Mitigations (2)
Architecture and DesignDuring development, do not mark it as safe for scripting.
System ConfigurationAfter distribution, you can set the kill bit for the control so that it is not accessible from Internet Explorer.

Vulnerabilities classified as CWE-623 (不安全的ActiveX控件被标记为脚本安全) represent 3 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.