drench
How I'm feelin'
WOOX WOOX WOOX. Just got a PHP "notice": Undefined index: wox_adalert in /home/jeffk1/public_html/wooxie/home.php on line 52
posted about 2 years ago
I would store posts raw, and escape as appropriate. This is better than nothing! Still concerned about XSRF.
posted about 2 years ago
But I wouldn't do it that way. "Escaping" can mean different things: SQL escaping, HTML entity escaping, URL encoding (just to name 3).
posted about 2 years ago
So new posts escape, but existing ones are as they were. So it's escaping before storing, and assuming they were stored escaped.
posted about 2 years ago
Is it fixed? <script>document.body.innerHTML += '<h1>Is XSS is still a problem here?</h1>'</script>
posted about 2 years ago
Nope: at the bottom of this page, you see a dump of your cookies from the code embedded in the previous message.
posted about 2 years ago
@JeffKnize forget spammers, you really need to do something about the XSS holes before someone crafts a malicious post.
posted about 2 years ago
Looks like when a 3rd party script has a logged-in user's UID, it can make a valid delete account POST and auto-submit it.
posted about 2 years ago
15 extra characters means more room for javascript, I guess.
posted about 2 years ago
Is there some basic XSRF going on?
posted about 2 years ago
Guess not! Wow. This is bad, Jeff K!
posted about 2 years ago
What's the buzz?