CVE-2022-23881
Zzzcms Zzzphp 2.1.0
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2022-23881 is a critical-severity an unspecified weakness vulnerability in Zzzcms Zzzphp. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
ZZZCMS zzzphp version 2.1.0 contains a remote command execution vulnerability in the danger_key function located in zzz_template.php. The flaw received a CVSS 3.1 base score of 9.8, reflecting network attack vector, low attack complexity, and no required privileges or user interaction, resulting in complete compromise of confidentiality, integrity, and availability.
An unauthenticated attacker can send crafted input over the network to trigger arbitrary command execution on the affected system. Public proof-of-concept material demonstrates the issue and confirms that successful exploitation yields full control of the application and underlying host.
The two reference URLs consist of technical write-ups and reproduction steps hosted on GitHub; they contain no vendor advisory, patch information, or mitigation guidance. The associated EPSS score has remained at 0.8666 since disclosure with no material upward trajectory observed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-28806
Vulnerability Data
ZZZCMS zzzphp v2.1.0 was discovered to contain a remote command execution (RCE) vulnerability via danger_key() at zzz_template.php.
- CWE(s)
Related Threats
Likely ATT&CK TechniquesAI
Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly blocks the unauthenticated crafted input that danger_key() fails to sanitize, preventing RCE before execution.
Enforces authentication and authorization checks on template-processing functions so unauthenticated attackers cannot reach the vulnerable code path.
Limits privileges of the web-server process, reducing the blast radius and host-level compromise even if the RCE succeeds.