header-logo
Suggest Exploit
vendor:
Picture Calendar for Joomla
by:
Ihsan Sencan
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Picture Calendar for Joomla
Affected Version From: 3.1.4
Affected Version To: 3.1.4
Patch Exists: YES
Related CWE: CVE-2018-6397
CPE: a:joomlacalendars:picture_calendar_for_joomla
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018

Joomla! Component Picture Calendar for Joomla 3.1.4 – Directory Traversal

Directory Traversal vulnerability in Joomla! Component Picture Calendar for Joomla 3.1.4 allows an attacker to access arbitrary files and directories via a ../ (dot dot slash) in the folder parameter.

Mitigation:

Ensure that user-supplied input is validated and filtered before being used in file and directory operations.
Source

Exploit-DB raw data:

# # # # #
# Exploit Title: Joomla! Component Picture Calendar for Joomla 3.1.4 - Directory Traversal
# Dork: N/A
# Date: 30.01.2018
# Vendor Homepage: http://www.joomlacalendars.com/
# Software Link: https://extensions.joomla.org/extensions/extension/calendars-a-events/events/picture-calendar-for-joomla/
# Version: 3.1.4
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: CVE-2018-6397
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# Description:
# Directory Traversal...
# 
# Proof of Concept: 
# 
# 1)
# http://localhost/[PATH]/list.php?folder=[DIRECTORY]
# 
# # # # #