CVE-2018-18420:
Zenario CMS vulnerable to CSRF
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.34085%
CWE
Published
5/14/2022
Updated
7/7/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
tribalsystems/zenario | composer | < 8.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in the admin/organizer.ajax.php
endpoint handling content panel operations. While exact function names aren't disclosed in available sources, CSRF vulnerabilities typically occur in state-changing handlers that lack CSRF token validation()
. The URI pattern and vulnerability description indicate this endpoint processes privileged actions without verifying request origin, making its handler functions inherently vulnerable. The high confidence comes from the direct correlation between the exposed endpoint and typical CSRF vulnerability patterns in web handlers.