Lucene search
K

DuckieTV CMS 1.1.5 Local File Inclusion Vulnerability

🗓️ 14 Oct 2017 00:00:00Reported by M.R.S.L.YType 
zdt
 zdt
🔗 0day.today👁 50 Views

DuckieTV CMS 1.1.5 Local File Inclusion Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
0day.today
WSO2 Carbon 4.4.5 - Local File Inclusion
16 Aug 201600:00
zdt
ATTACKERKB
CVE-2016-4314
17 Feb 201702:59
attackerkb
Circl
CVE-2016-4314
16 Aug 201600:00
circl
CNVD
WSO2 Carbon has multiple vulnerabilities
18 Aug 201600:00
cnvd
CVE
CVE-2016-4314
16 Feb 201718:00
cve
Cvelist
CVE-2016-4314
16 Feb 201718:00
cvelist
Exploit DB
WSO2 Carbon 4.4.5 - Local File Inclusion
16 Aug 201600:00
exploitdb
exploitpack
WSO2 Carbon 4.4.5 - Local File Inclusion
16 Aug 201600:00
exploitpack
Github Security Blog
WSO2 Carbon directory traversal vulnerability
14 May 202202:46
github
NVD
CVE-2016-4314
17 Feb 201702:59
nvd
Rows per page
___________________________________________________
|
| Exploit Title: DuckieTV CMS Local File Inclusion
| Exploit Author: Ashiyane Digital security Team
| Vendor Homepage: http://schizoduckie.github.io/DuckieTV/
| Software Link:
https://github.com/SchizoDuckie/DuckieTV/archive/angular.zip
| Version: DuckieTV 1.1.5
| Date: 2017-10-14
| Category: webapps
| Tested on: Kali-Linux /FireFox
| CVE : CVE-2016-4314
|__________________________________________________

 Vulnerable File :

$cache = strtolower(preg_replace('/[^a-zA-Z0-9]/', '',
$_GET['url'])).'.json';

// if there's a cached version of this request in fixtures, serve it.
if(file_exists(dirname(__FILE__).'/fixtures/'.$cache)) {
    $out =
json_decode(file_get_contents(dirname(__FILE__).'/fixtures/'.$cache),true);
    $out['headers']['Content-Length'] = strlen($out['content']);
    unset($out['headers']['Transfer-Encoding']);
    unset($out['headers']['Cookie']);
    foreach($out['headers'] as $key=>$val) {
        header("{$key}: {$val}");
    }
    header('Proxy-Cache-hit: '.$cache);
    die($out['content']);
} else {
    header('Proxy-Cache-miss: '.$cache);
}

Proof of Concept :

http://127.0.0.1/7/DuckieTV-angular/tests/proxy.php?url=[LFI]

__________________________________________________

Discovered By : M.R.S.L.Y

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

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

14 Oct 2017 00:00Current
0.1Low risk
Vulners AI Score0.1
EPSS0.17517
50