Browse Source

Upload via URL: Make sure we're not vulnerable to this buffer overflow exploit. http://www.exploit-db.com/exploits/24487/

tags/vichan-devel-4.0.11-gold
Michael Foster 10 years ago
parent
commit
60b3cfc539
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      post.php

+ 1
- 0
post.php View File

@@ -295,6 +295,7 @@ if (isset($_POST['delete'])) {
curl_setopt($curl, CURLOPT_USERAGENT, 'Tinyboard');
curl_setopt($curl, CURLOPT_BINARYTRANSFER, true);
curl_setopt($curl, CURLOPT_FILE, $fp);
curl_setopt($curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
if (curl_exec($curl) === false)
error($config['error']['nomove']);


Loading…
Cancel
Save