He allegedly chose to debug, and my script was displayed in an editor.

If what appeared was the source to your CGI, then yes, you have a security problem, and probably a very unusual one.

If instead what appeared was HTML, then what's happening is very normal. IE by default will ignore Javascript errors in pages. But with the right switches thrown on the client side, or the right Microsoft development tools installed (including the generic stuff underneath VB), the default changes to note that there's an error on the page, giving the user the option of opening the (HTML) page in one of the Microsoft development tools. This isn't a security problem, but you should locate and fix the Javascript error.

(I'm assuming--and perhaps it's not a safe assumption--that you're able to see your page in a browser without apparent error.)


In reply to Re: VB debugging my Perl Scripts on user comp? help! Security issue! by dws
in thread VB debugging my Perl Scripts on user comp? help! Security issue! by Stenyj

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.