Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11
  1. #11
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Your script has a slight vulnerability if the client's configuration enables 'register globals'. Malicious users can craft the page's header to fit their needs.

    Replace:
    PHP Code:
    $header .= "Location: "/* Sets header */ 
    With:
    PHP Code:
    $header "Location: "/* Sets header */ 
    Last edited by nets; 18-04-2007 at 09:15 PM.
    kinda quit.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •