PHP E-Mail Forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AndrewT
    Administrator
    • Mar 2004
    • 3653

    PHP E-Mail Forms

    Over the past couple of hours we have seen over 15 different PHP based e-mail forms exploited to send spam from 15 entirely different domains. Each is being suspended as a result of this. Please be absolutely certain that any PHP e-mail forms that you may have running are coded in such a manner that they are secured from being used as a spamming tool.
  • Grunfeld
    Senior Member
    • Mar 2004
    • 209

    #2
    Can you give us direction in what to look for ... it would be a great help
    Cheers,

    Gary
    (This space for rent)

    Comment

    • AndrewT
      Administrator
      • Mar 2004
      • 3653

      #3
      It's all being done through header injection. If you are using any variables in your PHP e-mail forms you need to check them for headers that might be injected into them (to, cc, bcc, etc.).

      Comment

      • -Oz-
        Senior Member
        • Mar 2004
        • 545

        #4
        read this thread: http://forums.dathorn.com/showthread.php?t=1987
        Dan Blomberg

        Comment

        Working...