Topic: Small exploit in announcements.
My friend made this error on his punBB boards.
He was changing his announcements that display at the top of every page.
He included a hyperlink, but made a typographical error that looked like this:
<a href="kajsdfjsldfsd.php'>click here</a>
As you can see, the ' was used instead of the ".
I tried to change the announcement in the actual sql itself but for some reason (I havn't looked at the code too much) it wouldn't change the announcement.
What it did was alter the HTML of the entire site. Nothing showed up properly, and if I had thought about it at the time I would have taken screengrabs. It WAS at about 3:00AM. The forums were very difficult to navigate though, and it had even altered it so that he could not go into the admin options and change it.
To fix it, I had to manually go into the header.php file and throw in a str_replace around the announcement variable that changed all 's to "s.