Hebing123 / cve

0 stars 0 forks source link

AcuToWeb server/10.5.0.7577c8b has a reflective XSS vulnerability #64

Open Hebing123 opened 2 months ago

Hebing123 commented 2 months ago

Summary

A reflected cross-site scripting (XSS) vulnerability was found in AcuToWeb server/10.5.0.7577c8b. An attacker can exploit this vulnerability to inject malicious JS code into an HTML page, which is then executed by a webmaster or administrator whenaccessing a URL with a payload.

Details

The parameters are reflected in the script tag of the page, which we can pass; String to end the previous statement and insert malicious js code.

The vulnerability occurs because the portgw parameter is only escaped with double quotes and Angle brackets.

POC

http://ip:port/?portgw=80089948;%20alert(1) image

Note

I contacted OpenText about this vulnerability back in January 2024, but they have not responded at all.

Hebing123 commented 1 month ago

CVE-2024-42852