Tagged Questions

4
votes
2answers
358 views

JSONP callback doesn’t execute when running at localhost

This is bizarre, I was wondering if anyone could shed some light on why this happened. Basically, I've been pulling my hair out trying to test JSONP out so I can implement a JSON …
0
votes
1answer
18 views

XSS and Applet/Param HTML Keywords

I have a Web application and have run a XSS scan on it and it reports that one of my pages that has a Java applet in it could potentially be open to XSS. The test managed to assig …
1
vote
1answer
42 views

Limit JS and PHP abilities inside an IFRAME

We have a business partner that is IFRAMEing some data to one of our web pages. I would like to limit his JS abilities to interact only inside of the IFRAME as well as his PHP abi …
6
votes
2answers
69 views

What is the best way to handle user generated html content that will be viewed by the public?

In my web application I allow user generated content to be posted for public consumption similar to Stackoverflow. What is the best practice for handing this? My current steps f …
0
votes
1answer
87 views

JavaScript - Cross Site Scripting and Parent Window

Whew... I have asked several questions today until I have just now figured out what the problem actually is. The problem is related to cross-site scripting. Here is my scenario. I …
0
votes
3answers
161 views

Synchronous cross sub-domain POST request with jQuery

I'm trying to do a cross domain POST request and have hit a wall (or two). I can't put a proxy page on the server - so that is not an option. I have researched getJSON, which wor …
1
vote
1answer
39 views

How does Google Friend Connect accomplish cross domain communication without needing to upload a file to the client domain?

Previously, Google's Friend Connect required users to upload a couple of files to their websites to enable cross domain communication and Facebook Connect still requires you to upl …
2
votes
2answers
137 views

Avoiding XSS vulnerabilities - whitelist?

What are the best practices to prevent XSS vulnerabilities? A lot of people on here have mentioned whitelists which sounds like a good idea, but I see many people define the whit …
1
vote
1answer
43 views

IE8 XSS Filter Question

The IE8 cross site scripting filter seems to be causing some intermittent issues with our app. To be honest, I have not yet isolated it, and it may very well be some sort of IE8 ad …
8
votes
5answers
715 views

HTML encode user input when storing or when displaying

Simple question that keeps bugging me. Should I HTML encode user input right away and store the encoded contents in the database, or should I store the raw values and HTML encode …
1
vote
2answers
67 views

character encoding problem - cross-domain scripting

Hello, I have an Asp.Net web app which users include a script tag in their web page, and get data from my server (using JsonP & a Generic handler (ashx)) The data is in hebr …
1
vote
5answers
96 views

Is checking the referrer enough to protect against a CSRF attack?

Is checking the referrer enough to protect against a cross site request forgery attack? I know the referrer can be spoofed, but is there any way for the attacker to do that FOR the …
0
votes
1answer
65 views

What is the difference between request by form submit and request by ajax?

I understand the basic ideas of XSS and same-origin-policy, so if your knee jerk reaction is to school me on the basics, you can jump ahead at least a half step... If javascript i …
0
votes
1answer
75 views

Microsoft Anti-Cross Site Scripting Library

I'm evaluating the Microsoft Anti-Cross Site Scripting Library (AntiXSS V3) I have to say it seems to me that apart from providing a more comprehensive white list of acceptable ch …
0
votes
2answers
82 views

Of HttpOnly and document.cookie

Searching for possible ways to get cookie with httpOnly enabled, I cannot find any. But then again, how do browser addons like Firebug, Add 'N Edit Cookie, etc. can get the cookies …

1 2 3 next
15 30 50 per page