[Resolved] [XSS] Add exception for 127.0.0.1? (JDownloader)

Ask for help about NoScript, no registration needed to post
Tom.de

[Resolved] [XSS] Add exception for 127.0.0.1? (JDownloader)

Post by Tom.de »

Hello,
I use JDownloader with it's built in functionality click-n-load , see http://jdownloader.org/knowledge/wiki/glossary/cnl2 for working examples and declaration.

So when I try to use CNL on a side, I get the following error message in the log (this example is from the jdownloader site):

Code: Select all

[NoScript XSS] Ein verdächtiger Upload zu [http://127.0.0.1:9666/flash/addcrypted2###DATA###function+f%28%29%7B+return+%2731323334353637383930393837363534%27%3B%7D] von [http://jdownloader.org/knowledge/wiki/glossary/cnl2] wurde bereinigt und in eine GET-Anfrage (nur Download) umgewandelt.
and a pop-up bar with the option for an unsecure reload:
Image
If I choose OK here, everything works as expected.

However often the pop-up bar doesn't pop-up or is gone before I can click on it (dunno why), so I have to try twice or thrice. Also this way involves a lot of clicking.

Sooo, I want add an exception for JDownloader / 127.0.0.1, hence my question how and what would be the best way to do so? And is this rather safe? I guess so because most XSS wouldn't redirect to 127.0.0.1 or?

Thanks
Tom
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24
Tom.de

Re: [XSS] How to add exception for 127.0.0.1? (JDownloader)

Post by Tom.de »

Hello?
Issue is still open, any help is appreciated...
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: [XSS] How to add exception for 127.0.0.1? (JDownloader)

Post by Giorgio Maone »

You need two exceptions here, one for the XSS filter and the other for ABE

1.
Add the following line to your NoScript Options|Advanced|XSS exceptions box:

Code: Select all

^http://127\.0\.0\.1:9666/flash/addcrypted2$
2.
Insert the following ruleset in the beginning of your NoScript Options|Advanced|ABE SYSTEM ruleset:

Code: Select all

Site http://127.0.0.1:9666/flash/addcrypted
Accept POST
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Tom.de

Re: [XSS] How to add exception for 127.0.0.1? (JDownloader)

Post by Tom.de »

Thanks Giorgio, works like a charm!
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25
Post Reply