Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Does MS Anti-XSS block: HTTP Splitting and Cache Poisoning?

Does Microsoft's Anti-XSS Library block:

HTTP Splitting and Cache Poisoning?

These are new concepts to me, so surely I need to spend more time reading this article:

http://chousensha.github.io/blog/2014/08/15/pentest-lab-webgoat/

If you have the time... :)

Which vulnerability is NOT blocked by Microsoft's Anti-XSS Library?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Dr. Klahn
Dr. Klahn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

So, I gather that these can not be stopped using:

1) the Anti-XSS library
2) enforcing URL whitelisting to block malicious URL's

I thought if I blocked the Return key it could stop Http splitting. No?

How do you block  Http splitting?
Avatar of Dr. Klahn
Dr. Klahn

How do you block  Http splitting?

It would probably be best to close this question and ask that one in another question.  Then the experts in that area will see the title and can comment on it.  It's not an area I address on my site; but then, I don't run commerce on my site either.
thanks