FS#25 - Malicious code execution through crafted URI's
Attached to Project:
Uzbl
Opened by Anonymous Submitter - 2009-05-31 09:30:19 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-06-07 11:43:22 AM
Opened by Anonymous Submitter - 2009-05-31 09:30:19 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-06-07 11:43:22 AM
|
DetailsIt is possible to execute malicious code through special crafted URI's.
The same works if you load the special URI's manually. Demo: http://habarnam.ro/uzbl_demo/ A Javascript alert will pop-up with the Oops! text, when webkit will try to display the URL back to the user. |
This task depends upon
That javascript has less access than a bookmarklet/javascript: url from other browsers, it's a new page instance.
less access then a bookmarklet/js: so what does this mean? this issue is invalid?
I don't think that is possible. The script element that is being executed is embedded in the error page that is produced due to the malformed URL (do Inspect Element on the error page to see). This page has the URL about:blank, so I doubt there is any possibility for cross-site scripting.