There is a CERT (http://www.cert.org/) security advisory about HTML tag usage in forum software.
Example critical scenarios:
- Redirecting the user to the reply of one's scripted message fill the box with garbled data and set a loop up that pressed post as many times as possible.
- A script posting itself in other threads as well, eventually totaly destroying the forum
It can easily be done if you know DHTML and Javascript. The embedded Javascript can use a click method to post messages repeatedly whenever a user views a thread containing the script.
CERT advisories should be taken very seriously since they are the place for security notices. Every time you hear about a new vunerability, it was usually reported on CERT first.
HTML is now turned off for all forums. This does not mean, however, that you lose functionality. You can still use UBB code to accomplish the same things with almost identical syntax to HTML. That's how I did bold text. You can still link images, email addresses, create lists, format tables, link to other sites/pages, etc. Nothing is lost and security is gained.
-Ken
[This message has been edited by ken (edited 12-17-2000). ]
Example critical scenarios:
- Redirecting the user to the reply of one's scripted message fill the box with garbled data and set a loop up that pressed post as many times as possible.
- A script posting itself in other threads as well, eventually totaly destroying the forum
It can easily be done if you know DHTML and Javascript. The embedded Javascript can use a click method to post messages repeatedly whenever a user views a thread containing the script.
CERT advisories should be taken very seriously since they are the place for security notices. Every time you hear about a new vunerability, it was usually reported on CERT first.
HTML is now turned off for all forums. This does not mean, however, that you lose functionality. You can still use UBB code to accomplish the same things with almost identical syntax to HTML. That's how I did bold text. You can still link images, email addresses, create lists, format tables, link to other sites/pages, etc. Nothing is lost and security is gained.
-Ken
[This message has been edited by ken (edited 12-17-2000). ]