Lucene search
K

WordPress Cool Video Gallery 1.9 Command Injection Vulnerability

🗓️ 04 Dec 2015 00:00:00Reported by Larry CashdollarType 
zdt
 zdt
🔗 0day.today👁 23 Views

Command Injection in cool-video-gallery v1.9 Wordpress plugin allows remote attackers to execute arbitrary commands via user input in the $command argument to core.php. Remote code execution is possible

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Wordpress Cool Video Gallery plugin command injection vulnerability
17 Dec 201500:00
cnvd
CVE
CVE-2015-7527
17 Dec 201519:00
cve
Cvelist
CVE-2015-7527
17 Dec 201519:00
cvelist
EUVD
EUVD-2015-7446
7 Oct 202500:30
euvd
NVD
CVE-2015-7527
17 Dec 201519:59
nvd
Packet Storm
WordPress Cool Video Gallery 1.9 Command Injection
3 Dec 201500:00
packetstorm
Patchstack
WordPress Cool Video Gallery Plugin <= 1.9 - Command Injection
29 Sep 201500:00
patchstack
Prion
Input validation
17 Dec 201519:59
prion
WPVulnDB
Cool Video Gallery <= 1.9 - Authenticated Comm& Injection
2 Dec 201500:00
wpvulndb
Title: Command Injection in cool-video-gallery v1.9 Wordpress plugin
Author: Larry W. Cashdollar, @_larry0
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 ]]

#  0day.today [2018-03-09]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Dec 2015 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.07125
23