
Stored cross-site scripting (XSS) vulnerability in the edit profile feature at Nukegraphic CMS V3.1.2
A Stored Cross-Site Scripting (XSS) vulnerability exists in Nukegraphic CMS v3.1.2.
The issue allows an authenticated user to inject malicious JavaScript into the profile name field, which is stored in the backend database and executed automatically wherever the name is rendered across the CMS.
https://target.com/ngc-cms/user-edit-profile.php
Payload executes CMS-wide.
name parameter:<script>alert(1)</script>