You realize you could be monetizing these security vulnerabilities, right?
#1 CSRF Is A Vulnerability In All Browsers
51–60 of 256 posts
Re: #1 CSRF Is A Vulnerability In All Browsers
#52Is a GET request in an iframe now considered a CSRF vulnerability? As far as I know, he hasn't actually done any cross site scripting. If i submit this as a link on hacker news and get a bunch of people to click it, have I forged a cross domain request as well? https://mail.google.com/mail/u/0/?logout
Facebook uses http://facebook.com/logout.php to log you out, but clicking that link won't do it.
Re: #1 CSRF Is A Vulnerability In All Browsers
#53Re: #1 CSRF Is A Vulnerability In All Browsers
#54CSRF is a bit of a pain to work around but how much of a problem is it in the wild? Most sites where this could do real damage (and have real gains for the attacker), banks etc are going to be well protected. You could use it to comment spam a blog but that's going to be a crapshoot. Guessing which blog people are logged into etc, you would need very targeted attacks. Sure , signing out of google is annoying but if y…
Re: #1 CSRF Is A Vulnerability In All Browsers
#55Just in case it might be a problem for anyone: The article uses the CSRF vulnerability to log you out of all Google services (and says so in a PS at the bottom). Don't open the article if you don't want to have to log in to Google again afterwards (might be a problem if you're using two-factor auth and you don't have your phone handy for instance).
hm yep. should I hide that thing? hm.. Sorry guys in advance.
Re: #1 CSRF Is A Vulnerability In All Browsers
#56Don't allow actions through GET, always use POST.
Re: #1 CSRF Is A Vulnerability In All Browsers
#57The "I can log you out of Facebook/etc" trick is one of those techniques that script-kiddies love using on forums.
Re: #1 CSRF Is A Vulnerability In All Browsers
#58Re: #1 CSRF Is A Vulnerability In All Browsers
#59You realize you could be monetizing these security vulnerabilities, right?
People that do stuff like that need to find another industry. IT is not for them. We're nice people, generally. Maybe try finance or real estate or lobbying or health care or defence work.
I don't see a huge moral difference between smart hacker with $0 (publishing 0-day for the lulz) and smart hacker with $250k (selling vuln to a defense contractor).
Re: #1 CSRF Is A Vulnerability In All Browsers
#60Blocking resources loaded over separate domains breaks a lot of sites today. Few popular sites keep everything under the same domain (CDN´s, commentsystems, captchas and Facebook/Google/Twitter-resources, for example). http://www.memebase.com is probably the worst "offender" I've come across. Hacker News isn't one of them, which I'm happy to see.
Although if this was implemented I could see a lot of sites moving quickly to remedy this, reducing the alerts. It'd still be a pretty hard transition-period, though.
Want to see how much would break today (and if the fix would work for the average user)? Try: https://www.requestpolicy.com