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
CVE-2021-3030 — Advisory: Cute Editor 6.4 reflected XSS via 'Theme' parameter in colorpicker_more.aspx | Kitploit
Tools/GitHubGitHub/athosgonzaga/cve-2021-3030
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPapers & Research
GitHubathosgonzaga/cve-2021-3030

CVE-2021-3030

Advisory: Cute Editor 6.4 reflected XSS via 'Theme' parameter in colorpicker_more.aspx

View Repository
1 day 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-2021-3030 — Cute Editor 6.4 Reflected Cross-Site Scripting (XSS)

CVE ID: CVE-2021-3030 Status: Reserved by the CVE Program (MITRE) on 2021-01-06. No public record has ever been published for this ID — this document is the public reference required to complete that publication. Vulnerability type: Cross-Site Scripting (XSS), Reflected — CWE-79 Discoverer: Athos Nogueira Gonzaga Vendor: CuteSoft (Cute Editor for ASP.NET) — https://cutesoft.net/ Affected version: Cute Editor 6.4 (the only version tested; other versions were not verified and may or may not be affected)

Summary

Cute Editor for ASP.NET 6.4 is vulnerable to reflected cross-site scripting caused by improper validation of the Theme GET parameter in colorpicker_more.aspx. A remote, unauthenticated attacker can craft a URL that, once opened by a victim in a browser session authenticated to a site running the vulnerable component, executes arbitrary JavaScript in the security context of that site.

Affected component

root@kitploit:~
/CuteSoft_Client/CuteEditor/Dialogs/colorpicker_more.aspx

Parameter: Theme

Proof of Concept

Payload (as submitted):

root@kitploit:~
%27%20%20onmouseover=alert(document.domain)%20alt=%27

URL-decoded, the payload is:

root@kitploit:~
'  onmouseover=alert(document.domain) alt='

Example request:

root@kitploit:~
GET /CuteSoft_Client/CuteEditor/Dialogs/colorpicker_more.aspx?Theme=%27%20%20onmouseover=alert(document.domain)%20alt=%27 HTTP/1.1
Host: <vulnerable-host>

The unsanitized Theme value is reflected into an HTML attribute context on the resulting page. The injected onmouseover event handler fires when the victim interacts with the affected element, executing alert(document.domain) — in a real attack, this would instead be replaced with a payload to exfiltrate session cookies, forge in-page UI, or pivot to further client-side attacks against the authenticated session.

Impact

  • Attack vector: Remote, via a single crafted URL — no authentication required to trigger, standard reflected-XSS delivery (phishing link, malicious page causing the victim's browser to request the crafted URL, etc.).
  • Impact: Arbitrary JavaScript execution in the victim's browser in the security context of the hosting site. This can lead to session hijacking, credential harvesting, and other client-side compromises — reported to MITRE with Impact: Information Disclosure = true.

Timeline

DateEvent
2021-01-06Vulnerability reported to the CVE Program ([email protected]); CVE-2021-3030 assigned/reserved the same day.
2021 (between assignment and the follow-up below)Vendor (CuteSoft) contacted directly by the discoverer; no response was received.
2022-01-27Discoverer followed up with the CVE Program, reporting the vendor's non-response and asking that disclosure/publication proceed.
2026-04-08Discoverer followed up again, noting the CVE ID still had no public record and no credit associated with their name.
2026-09-05Independent verification (this review) confirms the record was never published: the CVE Services API returns CVE_RECORD_DNE for CVE-2021-3030, and the ID does not appear in NVD or in any public CVE search. No unrelated public disclosure of this specific bug exists either — it is a distinct issue from other, unrelated CuteEditor CVEs (e.g. CVE-2012-2985 / VU#247235, a different bug in InsertDocument.aspx; and CVE-2020-24903, an unrelated 2016 Bugtraq-sourced report). This document is published to supply the missing public reference.

Why the CVE was never published

A CVE ID reserved directly by MITRE (as this one was, via [email protected], before full delegation to per-vendor CNAs) requires a public reference — a published write-up, advisory, or proof of disclosure — before MITRE will populate the record and move it from RESERVED to PUBLISHED. The original report's reference field pointed only to the vendor's general support forum (https://cutesoft.net/forums/17/ShowForum.aspx), not to a dedicated public advisory describing this specific bug — which is likely why the record was never finalized. This repository is that missing public reference.

Vendor status

The vendor was contacted directly and did not respond. As of this publication (more than 5 years after the report and vendor contact attempt), no fix or vendor statement is known to exist. No newer version of Cute Editor has been verified against this specific issue.

Credit

Discovered and reported by Athos Nogueira Gonzaga.

References

  • CVE record (pending publication): https://www.cve.org/CVERecord?id=CVE-2021-3030
  • CWE-79: https://cwe.mitre.org/data/definitions/79.html
  • Vendor: https://cutesoft.net/
Download Tool