Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/dewaguard-red-team/cve-2026-1953
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubdewaguard-red-team/cve-2026-1953

CVE-2026-1953

Stored cross-site scripting (XSS) vulnerability in the edit profile feature at Nukegraphic CMS V3.1.2

View Repository
26 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-1953 | Stored XSS — Nukegraphic CMS v3.1.2

Overview

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.

  • Product: Nukegraphic CMS
  • Version: v3.1.2
  • Vulnerability Type: Stored XSS (CWE-79)
  • CVSS v3.1: 8.1 (High)
  • Vector: AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Discovered by: Carlos Budiman & Nicholas Abraham

Affected Endpoint

https://target.com/ngc-cms/user-edit-profile.php

Payload executes CMS-wide.

POC Steps

  1. Log in as a valid user.
  2. Go to Edit Profile.
  3. Intercept the profile update request.
  4. Inject the following into the name parameter:
root@kitploit:~
<script>alert(1)</script>
  1. Forward the request.
  2. Visit any CMS page displaying the user name (Which is pretty much every page in the CMS).

Details

https://nvd.nist.gov/vuln/detail/CVE-2026-1953 https://www.cvedetails.com/cve/CVE-2026-1953/

Download Tool