wu :: forums
« wu :: forums - login? »

Welcome, Guest. Please Login or Register.
Nov 28th, 2024, 3:19am

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   general problem-solving / chatting / whatever
(Moderators: Grimbal, ThudnBlunder, towr, SMQ, Eigenray, william wu, Icarus)
   login?
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: login?  (Read 443 times)
inexorable
Full Member
***





   


Posts: 211
login?  
« on: Dec 23rd, 2009, 2:05pm »
Quote Quote Modify Modify

Browsing through the forum as a guest without signing in seems to be disabled. why?Sad
 
One disadvantage i see is, it would prevent search engines from crawling the forums content.
 
IP Logged
bmudiam
Junior Member
**





   


Gender: male
Posts: 55
Re:  login?  
« Reply #1 on: Jan 5th, 2010, 11:58pm »
Quote Quote Modify Modify

I kind of disagree with that.
 
However, there is an advantage too. Most of the web applications are prone to XSS and XSRF attacks. Hackers mainly targets forums like these..Enabling the forum will give access for them to post java script in the forum and gaining unauthorized access to the servers.
 
There are ways to avoid these attacks..but that needs end to end security analysis of the website.
IP Logged

“Nobody can go back and start a new beginning, but anyone can start today and make a new ending.” - Maria Robinson
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re:  login?  
« Reply #2 on: Jan 6th, 2010, 1:29am »
Quote Quote Modify Modify

Javascript is easy to filter out of posts, just as other html is easy to filter out.
In any case, guests being able to read the forum doesn't even mean they'll be able to post.
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
SMQ
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 2084
Re:  login?  
« Reply #3 on: Jan 6th, 2010, 5:36am »
Quote Quote Modify Modify

on Jan 6th, 2010, 1:29am, towr wrote:
Javascript is easy to filter out of posts, just as other html is easy to filter out.

But less easy to filter out of attachments, which is one possible attack vector.  A script uploaded as an attachment here can potentially be used as part of an attack on any other site at ocf.berkeley.edu by allowing an attacker to write a seamless man-in-the-middle page that captures sensitive information.  The usual rules of what data can be accessed programatically from where normally make such an attack difficult or impossible, but if the malicious script is hosted in the same domain the attack is targeting the rules are relaxed a little.  That's the general pattern of XSS (cross-site scripting) attacks.
 
--SMQ
IP Logged

--SMQ

bmudiam
Junior Member
**





   


Gender: male
Posts: 55
Re:  login?  
« Reply #4 on: Jan 6th, 2010, 6:19am »
Quote Quote Modify Modify

Actually, the dynamic cross site scripting attack let user to enter a search string(malicious java script) inside the search box and most of the browsers will display the text entered in search box on the search results page..and thats how java script can be executed.  
 
The developer has to be very careful to make sure all the inputs are filtered..which I hard I think.
IP Logged

“Nobody can go back and start a new beginning, but anyone can start today and make a new ending.” - Maria Robinson
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board