Lucene search
K

Nuevolabs Nuevoplayer For Clipshare SQL Injection

🗓️ 29 Oct 2014 00:00:00Reported by Cory MarshType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

Nuevoplayer for Clipshare SQL Injection Vulnerability, Patch Availabl

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2014-8339
4 Nov 201415:00
cve
Cvelist
CVE-2014-8339
4 Nov 201415:00
cvelist
EUVD
EUVD-2014-8177
7 Oct 202500:30
euvd
NVD
CVE-2014-8339
4 Nov 201415:55
nvd
Prion
Sql injection
4 Nov 201415:55
prion
securityvulns
CVE-2014-8399 SQL Injection in NuevoLabs flash player for clipshare
3 Nov 201400:00
securityvulns
securityvulns
Web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
3 Nov 201400:00
securityvulns
`Nuevolabs Nuevoplayer for clipshare SQL Injection  
=======================================================================  
  
:: ADVISORY SUMMARY ::  
Title: Nuevolabs Nuevoplayer for clipshare Sql Injection  
Vendor: NUEVOLABS (www.nuevolabs.com)  
Product: NUEVOPLAYER for clipshare  
Credits: Cory Marsh - protectlogic.com  
Discovery: 2014-10-10  
Release: 2014-10-28  
  
Nueovplayer is a popular flash video player with integration into multiple popular video sharing suites. The most notable is Clipshare (clip-share.com). Nuevoplayer provides flash video playing capabilities to third party video sharing suites.  
  
  
:: VULNERABILITY ::  
Type: SQL Injection and Privilege Escalation  
Category: Remote  
Severity: High  
CVSS2: 7.7  
CVSS2: (AV:N/AC:L/Au:N/C:P/I:P/A:C/E:F/RL:TF/RC:C)  
CVE-ID: CVE-2014-8339  
  
  
:: AFFECTED PRODUCT VERSIONS ::  
NUEVOLABS NUEVOPLAYER for clipshare version 8.0 and possibly earlier.  
  
nuevolabs.com  
clip-share.com  
  
  
:: VULNERABILITY DETAILS ::  
A sql injection vulnerability in nuevo player midroll feature with integration for clipshare allows remote attackers to read any information in the effected mysql database. Midrolls allow sites to insert ads or "midrolls" into videos during playback.  
  
Because clipshare stores the administrator password in the database this leads to full comprise of the effected clipshare system.   
  
  
:: SOLUTION ::  
Vendor is not providing patches for effected customers.  
  
If the site does NOT use midrolls, you can simply delete midroll.php to protect yourself. If you wish to patch the issue, you can apply this patch to midroll.php which wraps the $ch variable in a intval() function on line 29 of midroll.php:  
line 29: 'channel = '.$ch.  
becomes: 'channel = '.intval($ch).  
  
------------------- CUT HERE -------------------  
--- midroll.php 2014-10-16 21:02:36.077663202 -0600  
+++ midroll-patched.php 2014-10-16 21:02:02.197662566 -0600  
@@ -26,7 +26,7 @@  
  
$chans = explode("|",$channel);  
foreach($chans as $ch) {  
- if(!$ch=='0') { $add.='channel = '.$ch.' OR '; }  
+ if(!$ch=='0') { $add.='channel = '.intval($ch).' OR '; }  
}  
$add =trim($add); $add=trim($add,'OR');$add=trim($add);  
------------------- CUT HERE -------------------  
  
To apply the patch, copy paste this to a new file (midroll.patch for example), upload this file to your server and apply the patch with the command: patch /path/to/midroll.php < /path/to/midroll.patch  
eg:  
$ cp midroll.php /var/www/site/nuevo/midroll.patch  
$ cd /var/www/site/nuevo  
$ patch midroll.php < midroll.patch  
  
  
:: DISCLOSURE ::  
  
2014-10-15 initial vendor contact - no response  
2014-10-21 CVE requested  
2014-10-23 CVE assigned, vendor contact - no response  
2014-10-24 posted to vendor forum - no respsone  
2014-10-25 fourth vendor contact - no response  
2014-10-26 vendor deletes post and suspends account  
2014-10-29 public disclosure  
  
  
:: DISCLAIMER ::  
  
THE INFORMATION PRESENTED HEREIN ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES AND MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR WARRANTIES OF QUALITY OR COMPLETENESS. THE INFORMATION PRESENTED HERE IS A SERVICE TO THE SECURITY COMMUNITY AND THE PRODUCT VENDORS. ANY APPLICATION OR DISTRIBUTION OF THIS INFORMATION CONSTITUTES ACCEPTANCE ACCEPTANCE AS IS, AND AT THE USER'S OWN RISK.  
`

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