Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I think my WWWBoard was hacked, how so?

hacked think WWWBoard
0
10 Posted

I think my WWWBoard was hacked, how so?

0

Short Answer: WWWBoard doesn’t have the tightest security. If you are you are using version 2.0 ALPHA 2, upgrade to ALPHA 2.1, as I fixed a couple major problems. Long Answer: WWWBoard 2.0 ALPHA 2 did not check the value of the followup field, and some people found an exploit that would clobber specific messages, or overload the size of the HTML file and fill up the disk using this exploit. This has been fixed in version 2.0 ALPHA 2.1, and can be fixed simply by finding lines 133 – 135 (in the standard distribution of ALPHA 2.0) which look like: if ($FORM{‘followup’}) { $followup = “1”; @followup_num = split(/,/,$FORM{‘followup’}); and adding the following afterwards which refuses to allow any form that has a followup number duplicated or non-numeric to be posted: # Changes based in part on information contained in BugTraq archives # message ‘WWWBoard Vulnerability’ posted by Samuel Sparling Nov-09-1998. # Also requires that each followup number is in fact a number, to # prevent messag

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123