[wp-trac] [WordPress Trac] #13612: Invalid paths in authentication cookies

WordPress Trac wp-trac at lists.automattic.com
Fri May 28 23:31:27 UTC 2010


#13612: Invalid paths in authentication cookies
--------------------------+-------------------------------------------------
 Reporter:  l0b0          |       Owner:  ryan      
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  Security      |     Version:            
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 According to wget, the cookies served by the login script are not valid,
 so they are not stored. This makes it impossible to perform automated
 backup with wget.

 How to reproduce:
 wget --keep-session-cookies --save-cookies=/tmp/wp-cookies --output-
 document=/dev/null https://blogname.wordpress.com/wp-login.php && wget
 --debug --load-cookies=/tmp/wp-cookies --keep-session-cookies --save-
 cookies=/tmp/wp-cookies --post-
 data="log=username&pwd=password&testcookie=1" --output-document=/dev/null
 https://blogname.wordpress.com/wp-login.php

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13612>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list