Announcement
Collapse
No announcement yet.
Manual Security Patch Instructions for VB 4.x.x
Collapse
X
-
I fully agree with you, but your manual security path instructions are for ALL vB 4.x versions, too?
So I can't understand why the diff file has an additional step and is not similar to your steps.
-
Originally posted by MK_1 View PostSo you tell me that the diff file is not the latest version? Diff file and Joe's post are 90% similar, just this one step.
Leave a comment:
-
Originally posted by kandhro View PostHello Mark B
can u plz let me know where are the manual instructions for vb 4.2.0
regards
Leave a comment:
-
Hello Mark B
can u plz let me know where are the manual instructions for vb 4.2.0
regards
Leave a comment:
-
4.2.0 Patch 4 does NOT contain the fix. The only patch version of 4.x that includes the fix is 4.2.2 Patch 1.
Leave a comment:
-
Good day, bit not clear, Is it not enough to rewrite files from Security patch: 4.2.0 Suite PL4?
Leave a comment:
-
That's from the diff file...you should follow the instructions in Joe's post.
Leave a comment:
-
I guess this part is missing:
In includes/functions_misc.php
Code:@@ -773,7 +774,7 @@ */ function construct_hidden_var_fields($serializedarr) { - $temp = unserialize($serializedarr); + $temp = json_decode($serializedarr, true); if (!is_array($temp)) {
- Likes 1
Leave a comment:
-
Originally posted by toon79 View PostFunction misc is wrong. You have included:
$string = json_encode($_POST); return '<input type="hidden" name="postvars" value="' . htmlspecialchars_uni(sign_client_string($string)) . '" />' . "\n"; But haven't removed it from the take out line, the forum doesn't function by following these instructions. If you do this word for word
. "\n"; is included twice and breaks the forum.
I will update the instructions to remind people they may need to scroll to see the full line of text.1 Photo
Leave a comment:
-
Function misc is wrong. You have included:
$string = json_encode($_POST); return '<input type="hidden" name="postvars" value="' . htmlspecialchars_uni(sign_client_string($string)) . '" />' . "\n"; But haven't removed it from the take out line, the forum doesn't function by following these instructions. If you do this word for word
. "\n"; is included twice and breaks the forum.
Leave a comment:
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: