blackberry / BB10-WebWorks-Framework

The BB10 WebWorks Framework is packaged within an application BAR file to run on a BB10 device (or simulator)
60 stars 34 forks source link

Code that shows alert for non-whitelisted URLs vulnerable to XSS attacks #82

Open rwmtse opened 12 years ago

rwmtse commented 12 years ago

See gtanner's comment in blackberry-webworks/BB10-WebWorks-Framework#18

adrianlee commented 12 years ago

When sending a request to an address it seems the address is evaluated by webkit before the request goes through our request & whitelist logic.

I haven't tested all possibilities but I just wanted to point out this separate issue that I have come across while investigating the current XSS issue.

I've tried a couple possible XSS attacks that I come up with but I have not been able to do so successfully mainly do to the above issue I am having where requests never make it to our framework logic.

nukulb commented 12 years ago

Let's open another issue in that case

adrianlee commented 12 years ago

This is issue is blocked. Unable to test XSS properly due to issue #99.