[wp-trac] [WordPress Trac] #18593: WP Object Cache global can be easily hijacked, so some functions return fatal errors

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 3 22:51:44 UTC 2011


#18593: WP Object Cache global can be easily hijacked, so some functions return
fatal errors
----------------------------+----------------------
 Reporter:  wonderboymusic  |       Owner:
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:
Component:  Cache           |     Version:  3.3
 Severity:  normal          |  Resolution:  invalid
 Keywords:  has-patch       |
----------------------------+----------------------
Changes (by ryan):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 Alternative caches should be using object-cache.php thus avoiding
 cache.php being loaded at all.

 The Memcached and APC backends maintained by mysql and Mark do have the
 same public interfaces as core. Direct access through $wp_object_cache is
 not public, but we generally try to keep that API in sync too.  If there
 are bugs here, let's fix them in memcached and apc.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18593#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list