exploit-db-mirror/exploits/multiple/remote/23893.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

9 lines
No EOL
705 B
Text

source: https://www.securityfocus.com/bid/9999/info
It has been reported that WebCT Campus Edition may be prone to an HTML injection vulnerability that may allow a remote attacker to execute arbitrary HTML or script code in the browser of an unsuspecting user. A malicious user could supply malicious HTML or script code to the application via the @import url() function of Microsoft Internet Explorer when posting a message on a forum, which would then be rendered in the browser of an unsuspecting user whenever the malicious message is viewed.
WebCT Campus Edition version 4.1 is reported to be affected by this issue.
<style type="text/css">
@import url(javascript:alert(document.cookie));
</style>