← Back to CVEs
Perfect Support Ticketing & Document Management System

CVE-2026-63081 - Perfect Support Ticketing System 1.7 Stored XSS via Ticket Notes Field

July 2026 — Common Vulnerabilities and Exposures (CVE)

A GitHub repository version of this disclosure can be read here: CVE-2026-63081.


DetailInformation
CVE RecordCVE-2026-63081
Severity5.1 Medium (CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N)
5.4 Medium (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N)
Date Published2026-07-17
Software NamePerfect Support Ticketing & Document Management System
Affected Version(s)0 through 1.7
Software Linkhttps://codecanyon.net/item/perfect-support-ticketing-document-management-system/32094844
VendorUltimate Fosters
Researcher CreditsAaron Amran Bin Amiruddin (@aaronamran), Shahrul Nizam Bin Shahrin

Description

Perfect Support Ticketing & Document Management System through 1.7 contains a stored cross-site scripting vulnerability that allows authenticated attackers with Agent-level privileges to inject malicious payloads into the Notes field of assigned support tickets. Attackers can store malicious scripts that execute in the browser context of any user who views the affected ticket notes, including Superadmin users, enabling session hijacking or unauthorized actions on behalf of the victim.


Proof-of-Concept

1. As a prerequisite, ensure you are having access to an account with Agent privileges and an active support ticket is assigned to the target Agent (e.g., assigned by a Superadmin). Log in to the application using an account with Agent privileges.

CVE-2026-63081 Image 1

2. Navigate to the assigned ticket dashboard and open the specific support ticket.

3. In the Notes input field, inject the following Stored XSS payload and save the changes:

<a href="javascript:alert(document.domain)">clickme</a>

CVE-2026-63081 Image 2

4. Log out of the Agent account and log in as a Superadmin user (or any other Agent assigned to the same ticket).

CVE-2026-63081 Image 3

5. View the modified ticket and navigate to the Notes section. Click the injected link to trigger the JavaScript execution alert box, confirming the Stored XSS vulnerability.

CVE-2026-63081 Image 4


Timeline



See you in the next hack.

@aaronamran

July 2026