ltdraper
Jan 30th 2008, 8:30 am
Do you read through the source code of themes and templates you install on your CMS? Do you feel that you can read and understand the php code in a template? Did you even know that themes and templates have php code that has complete access to your server as the Apache user?
What if you found out that your template was doing a few of these things?
1> Cloak your pages so that it looks normal to everyone except the search engine bots. They get shown a page of spammy links.
2> Implement an Ajax based function that sends any form data entered (for example, login and passwords from the comments) to an external web site.
3> Cloak your pages so that they look fine to you, but it someone enters the page on a search engine they get a different page with the evil template developer's adsense
4> Watch the IP addresses that view the pages (phone home) and make a good guess as to which addresses are probably the owner. Cloak the pages so that the site owner sees their own content, but everyone else see's the template developer's content.
I put together a list of 10 of these scenarios on my blog (Promote-my-site.com) and would be interested to see some discussion of whether people think this is a serious threat.
What if you found out that your template was doing a few of these things?
1> Cloak your pages so that it looks normal to everyone except the search engine bots. They get shown a page of spammy links.
2> Implement an Ajax based function that sends any form data entered (for example, login and passwords from the comments) to an external web site.
3> Cloak your pages so that they look fine to you, but it someone enters the page on a search engine they get a different page with the evil template developer's adsense
4> Watch the IP addresses that view the pages (phone home) and make a good guess as to which addresses are probably the owner. Cloak the pages so that the site owner sees their own content, but everyone else see's the template developer's content.
I put together a list of 10 of these scenarios on my blog (Promote-my-site.com) and would be interested to see some discussion of whether people think this is a serious threat.