PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

security issue?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • security issue?

    In my search logs, I have a few instances of users attempting to execute what looks like a remote javascript file.

    e.g.

    <script src=http usuc.us j.php>jonny< script>

    Is this something we should be concerned about?

    Guess this isn't a javascript, but a php. But, same sort of question. Is it possible to conduct a search and attempt to execute server-side functions like asp or php in such a manner?
    Last edited by dps1; Nov-07-2006, 03:47 PM. Reason: Not javascript but php...but same question

  • #2
    No need to be concerned. We are aware of people trying simple tricks like this. The input string is never executed and the HTML output is encoded to look like this,
    ....j.php&gt;jonny&lt; script&gt;......
    Which prevent browsers treating the string like code.

    There are no security issues in V4.2 and V5 Beta that we are aware of at the moment.

    Comment

    Working...
    X