vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   what is XSS and how can they affect a board with HTML turned on? (https://vborg.vbsupport.ru/showthread.php?t=51632)

Gutspiller 04-16-2003 09:28 PM

I think bbcode has it's limits. Back when I was changing up my bbcode more often than I am now, if I remember right, bbcode can't do 2 options only one. Personally I kinda thought bbcode was limited. I have wav files enabled for posting, flash files. People can post images stating both the height and width the image. I think with bbcode, you can't tell it what you want the height and the width to be. You can put an option when you are creating the bbcode, but then that option would have to be both the width and height. That is if I remember right.

I do remember one reason why I need html enabled. The smilies that I have above the text field where people type their images are clickable. I believe it's using one of Fireflys hacks. to insert the smilie into the users post it adds the image using a line like this:

Code:

<img src=images/icons/icon180.gif>
I might be able to dig up the hack with the instructions and maybe somebody could look at it for me and see if they could get the same hack to work without having to have html enabled for the board to recognize the smilies that are inserted into posts?

I think that was the main reason why I add html turned on.

I do however have the following commands in my censorship area:

Code:

<style </style <iframe </iframe <link </link <basefont </basefont <base </base <th </th <tfoot </tfoot <tbody </tbody <thead </thead <body </body <meta </meta <script </script <html </html <plaintext </plaintext <xmp </xmp <object <noframes <noembed <noscript <nojava onload onMouseover <fieldset :absolute style="position "position absolute; <caption
Those alone seem to keep out the nastier ones I have found some of my members using. With all those censored, I believe I have very little to no holes with the enabled html, however I know that there are probably some that I have missed, so if somebody is willing to help me get that hack that I mentioned above to get it to work without html, I would be willing to switch.

filburt1 04-16-2003 09:33 PM

How about this seemingly innocent thing?
Code:

<a href="#" onMouseOut="doBadStuff()">
The point is you must turn it off or your site will eventually be hacked.

Gutspiller 04-19-2003 07:38 AM

Quote:

04-16-03 at 03:33 PM filburt1 said this in Post #12
How about this seemingly innocent thing?
Code:

<a href="#" onMouseOut="doBadStuff()">
The point is you must turn it off or your site will eventually be hacked.

Just added onmouseout to censored words, now it will appear as

Code:

<a href="#" **********="doBadStuff()">
See, not that hard. Just need help with peep thinking of other words to censor so they don't run. I think it's possible to run html if you do this and if I get some more help on other html "commands" to censor.

filburt1 04-19-2003 03:20 PM

You dont understand. There are possibly literally hundreds of ways to execute Javascript on a page. Just turn off HTML and the risk will be gone.

Gutspiller 04-19-2003 06:58 PM

Quote:

Today at 09:20 AM filburt1 said this in Post #14
You dont understand. There are possibly literally hundreds of ways to execute Javascript on a page. Just turn off HTML and the risk will be gone.
What makes VBcode so safe if it uses html too? :ermm:

filburt1 04-19-2003 07:27 PM

Because you have complete control over what HTML it uses, and it scrubs any HTML the user sends.


All times are GMT. The time now is 06:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01185 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete