Posts Tagged “patch”

In theory this: http://www.exploit-db.com/exploits/17423/ could be used to facilitate phishing,

To patch this update to 1.9.28, and apply this patch: https://raw.github.com/Oneiroi/PenTesting/master/patches/wptouch-edb17423.patch

1
2
3
cd /path/to/blog/wp-content/plugins/wptouch/
wget https://raw.github.com/Oneiroi/PenTesting/master/patches/wptouch-edb17423.patch
patch < wptouch-edb17423.patch

update This: http://wordpress.org/news/2011/06/passwords-reset/ causes a 1.9.29 version to be rolled out.

1.9.29 is still vulnerable to this, the patch instructions above still work for 1.9.29

Tags: , , , ,

Comments No Comments »

A user contributed patch from James Partington can be found Here

When applied you can specify a splash image to user and your media by seperating them with a “|”

/path/to/my/spash.jpg|/path/to/my/media.flv,300,150

This will be rolled into the next update, as soon as I can get some time to actually work on it!!

EDIT: despite the date of this post, no it’s not a joke ;-)

Tags: ,

Comments 2 Comments »