CVE-2022–31456.

Rohit Gautam
1 min readJul 17, 2023

--

Cross Site Script (XSS) on Truedesk v1.2.2

Discovered by: Shifa Cyclewala & Rohit Gautam from Hacktify Cyber Security

Reference:
https://www.acunetix.com/vulnerabilities/web/cross-site-scripting/

What is XSS?

Cross-Site Scripting (XSS) is a web application vulnerability that occurs when an attacker injects malicious scripts into a trusted website. These scripts can be written in various scripting languages, such as JavaScript, and are executed by unsuspecting users’ browsers. XSS attacks can have a range of negative consequences, including stealing sensitive user information, hijacking user sessions, or defacing websites.

Bug Description:

To exploit the vulnerability, an attacker can execute arbitrary web scripts or HTML via a crafted payload injected into the team name parameter.

Steps to Reproduce

Step 1: Go to this URL https://example.com and Create a Team with the XSS payload.

Step 2: After that, you will see an XSS alert to confirm the presence of the vulnerability.

LinkedIn:
https://www.linkedin.com/in/shifa
https://www.linkedin.com/in/iamrohitg

Thank you
Shifa Cyclewala & Rohit Gautam from Hacktify Cyber Security

--

--