# CSZ CMS Stored XSS v1.3.0 ## Author: (Sergio) **CVE:** 2023-41436 **Description:** Cross Site Scripting vulnerability in CSZCMS v.1.3.0 allows a local attacker to execute arbitrary code via a crafted script to the Additional Meta Tag parameter in the Pages Content Menu component. **Attack Vectors:** AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L **CVSS3 Score:** 5.4 - MEDIUM --- ### POC: When logging into the panel, we will go to the "Pages Content" section off General Menu [(http://localhost/cszcms/admin/pages)] ![image](https://github.com/sromanhu/CSZ-CMS-Stored-XSS---Pages-Content/assets/87250597/06e7b1a7-8a72-40c6-bc12-d5e766e98e80) We edit the Content of /home and see that we can inject arbitrary Javascript code into the Additional Meta tag field. ### XSS Payload: ```js ### Additional Information: http://cszcms.com https://owasp.org/Top10/es/A03_2021-Injection/ https://owasp.org/www-community/attacks/xss/