• Resolved stopthepress

    (@stopthepress)


    Hi,
    I use Windows Live Writer. Yestarday I updated WP to version 3.2.1 and today I posted a new article using Live Writer as usual. After posting instead of the post I wrote I got the following:

    Problem: Possible file upload attack. Filename:

    The code in the returning page reads:

    <html>
    <head>
    <title>Hacking Upload</title>
    </head>
    <body>
    <h1>Upload</h1>
    <form enctype="multipart/form-data" method="POST">
    <input type="hidden" name="MAX_FILE_SIZE" value="1000000"> File:
    <input name="userfile" type="file">
    <input type="submit" name="upfile" value="Upload">
    </form>
    </body>
    </html>
    
    Problem: Possible file upload attack. Filename:

    Any idea of what is causing this?

  • The topic ‘Problem: Possible file upload attack. Filename:’ is closed to new replies.