[solved] Security issue, creation of additional user with user_id=0
Posted: Fri Aug 31, 2007 12:34 pm
When some elements or modules are inserted in the contend of a page an additional user is created in the additional_users table with user_id=0. This causes the the author_pages() function to return those pages when nobody is logged in. The easyes case to test this is by putting an iframe element in the page. I used: and this caused the problem. The picasa module as well.
Second thing: the records in the additional_users table are not deleted when the page is deleted. This is not a major bug, but worth mentioning.
Second thing: the records in the additional_users table are not deleted when the page is deleted. This is not a major bug, but worth mentioning.