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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-422 (未保护的Windows消息通道(Shatter)) — Vulnerability Class 2

2 vulnerabilities classified as CWE-422 (未保护的Windows消息通道(Shatter)). AI Chinese analysis included.

CWE-422, known as Unprotected Windows Messaging Channel or Shatter, is a critical security weakness where an application fails to validate the origin of messages within the Windows Messaging System. This vulnerability typically arises when software operates with elevated privileges, allowing attackers to exploit the lack of source verification by injecting malicious messages directly into the target process. By leveraging inter-process communication mechanisms, an adversary can trick the privileged application into executing unintended actions or accessing sensitive data, effectively bypassing standard security controls. To mitigate this risk, developers must implement strict message validation protocols, ensuring that all incoming communications are authenticated and originate from trusted sources. Additionally, applying the principle of least privilege reduces the potential impact of successful exploitation by limiting the permissions granted to the application during runtime.

MITRE CWE Description
The product does not properly verify the source of a message in the Windows Messaging System while running at elevated privileges, creating an alternate channel through which an attacker can directly send a message to the product.
Common Consequences (1)
Access ControlGain Privileges or Assume Identity, Bypass Protection Mechanism
Mitigations (1)
Architecture and DesignAlways verify and authenticate the source of the message.
CVE IDTitleCVSSSeverityPublished
CVE-2025-20094 Humming Heads Defense Platform 安全漏洞 — Defense Platform Home Edition 7.8 -2025-02-06
CVE-2025-22894 Humming Heads Defense Platform 安全漏洞 — Defense Platform Home Edition 7.8 -2025-02-06

Vulnerabilities classified as CWE-422 (未保护的Windows消息通道(Shatter)) represent 2 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.