CVE-2023–37728

Ayush Aggarwal
2 min readJul 20, 2023

--

Introduction:

This article is a write-up on how I found Cross Site Scripting (Reflected-XSS) in IceWarp Server which gave me a new CVE-2023–37728.

What is Cross-Site Scripting (XSS)?

Cross-site scripting (also known as XSS) is a web security vulnerability that allows an attacker to compromise the interactions that users have with a vulnerable application. It allows an attacker to circumvent the same-origin policy, which is designed to segregate different websites from each other. Cross-site scripting vulnerabilities normally allow an attacker to masquerade as a victim user, to carry out any actions that the user is able to perform, and to access any of the user’s data. If the victim user has privileged access within the application, then the attacker might be able to gain full control over all of the application’s functionality and data.

Steps To Reproduce:

  1. Visit the home page of the site using IceWarp Client

2. Go to the URL mentioned below screenshot i.e webmail/?color=%22%3E%3Cimg%20src%20onerror=%22alert(0)%22%3E%3C%22%27

3. BOOM

Happy to get a CVE-2023–37728.

I hope it will help you somewhere with your journey !!

Thanks for Reading!

LinkedIn: https://www.linkedin.com/in/iamayusha/

--

--