CVE-2023-44770
Description
A Cross-Site Scripting (XSS) vulnerability in Zenario CMS v.9.4.59197 allows an attacker to execute arbitrary code via a crafted script to the Organizer - Spare alias.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A reflected XSS vulnerability in Zenario CMS v9.4.59197 allows arbitrary code execution via the Organizer - Spare alias field.
Vulnerability
Overview
CVE-2023-44770 describes a reflected Cross-Site Scripting (XSS) vulnerability in Zenario CMS version 9.4.59197. The root cause is insufficient sanitization of user-supplied input in the "Spare alias" field within the Organizer functionality [1][3]. As a result, an attacker can inject arbitrary JavaScript code that executes in the context of the victim's browser session.
Attack
Vector and Exploitation
The exploit requires the attacker to have local access and be authenticated as an administrator, since the Organizer menu is part of the backend interface [3]. The attacker navigates to "Organizer - Spare alias" and creates a new spare alias containing a crafted XSS payload, such as ' onfocus="alert(1)" autofocus=". When the victim administrator views or interacts with the affected page, the injected script executes [3].
Impact
Successful exploitation leads to arbitrary JavaScript execution, enabling the attacker to perform actions such as session hijacking, defacement, or sensitive data exfiltration within the context of the affected Zenario admin session. Zenario is an open-source CMS written in PHP, often used for multilingual and extranet sites, which amplifies the potential damage from unauthorized admin access [2].
Mitigation
As of the published date (October 2023), the vendor had not released a patch for this specific vulnerability. Users are advised to apply input validation and output encoding for the affected field, restrict admin access, and monitor the official repository for updates [2][3].
- NVD - CVE-2023-44770
- GitHub - TribalSystems/Zenario: Zenario is a web-based content management system (CMS) for sites with one or many languages. It is simple to use, and can grow with your requirements.
- CVE-2023-44770_ZenarioCMS--Reflected-XSS---Organizer-Alias/README.md at main · sromanhu/CVE-2023-44770_ZenarioCMS--Reflected-XSS---Organizer-Alias
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
tribalsystems/zenarioPackagist | <= 9.4.59197 | — |
Affected products
2- Zenario CMS/Zenario CMSdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.