what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

WordPress Cool Video Gallery 1.9 Command Injection

WordPress Cool Video Gallery 1.9 Command Injection
Posted Dec 3, 2015
Authored by Larry W. Cashdollar

WordPress Cool Video Gallery plugin version 1.9 suffers from a remote command injection vulnerability.

tags | exploit, remote
advisories | CVE-2015-7527
SHA-256 | 5527218243efe625a95dd6c7587560dc325ce8d0f1365babde77ebbdb4973007

WordPress Cool Video Gallery 1.9 Command Injection

Change Mirror Download

Title: Command Injection in cool-video-gallery v1.9 Wordpress plugin
Author: Larry W. Cashdollar, @_larry0
Date: 2015-11-29
Download Site: https://wordpress.org/plugins/cool-video-gallery/
Vendor: https://profiles.wordpress.org/praveen-rajan/
Vendor Notified: 2015-11-30
Vendor Contact:
https://wordpress.org/support/topic/command-injection-vulnerability-in-v19?r
eplies=1#post-7721994
Description: Cool Video Gallery is a Video Gallery plugin for WordPress with
option to upload videos, attach media files, add Youtube videos and manage
them in multiple galleries. Automatic preview image generation for uploaded
videos using FFMPEG library available. Option provided to upload images for
video previews. Supports '.flv', '.mp4', '.mov', '.m4v' and '.mp3' video
files presently.
Vulnerability:
If any of the arguments being passed to $command are sourced from user
input, we can inject commands to be passed to the shell via exec() on line
714.

In cool-video-gallery/lib/core.php lines 703-714:

703 $gallery = videoDB::find_gallery($video->galleryid);
704 $video_input = $gallery->abspath . '/' .
$video->filename;
705 $new_target_filename = $video->alttext . '.png';
706 $new_target_file = $gallery->abspath .
'/thumbs/thumbs_' . $new_target_filename;
707
708 if($video->video_type ==
$cool_video_gallery->video_type_media){
709 $command = $options['cvg_ffmpegpath'] . " -i
'$video->filename' -vcodec mjpeg -vframes 1 -an -f rawvideo -ss 5 -s
".$thumb_width ."x".$thumb_height." '$new_target_file'";
710 }else {
711 $command = $options['cvg_ffmpegpath'] . " -i
'$video_input' -vcodec mjpeg -vframes 1 -an -f rawvideo -ss 5 -s "
.$thumb_width ."x".$thumb_height." '$new_target_file'";
712 }
713
714 exec ( $command );
CVEID: 2015-7527
Exploit Code:
Screen shots are located at below URL.

[[ Packet StormEditor Note: In "Width of preview image:" put 100;id>/tmp/p and then you should see the output in /tmp/p ]]

Advisory: http://www.vapidlabs.com/advisory.php?v=158


Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    16 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close