CVE-2008-4454
published 2008-10-06CVE-2008-4454: Directory traversal vulnerability in EKINdesigns MySQL Quick Admin 1.5.5 allows remote attackers to read and execute arbitrary files via a .. (dot dot) in the…
PriorityP433medium6.8CVSS 2.0
AVNACMAuNCPIPAP
EXPLOIT
EPSS
2.05%
78.8th percentile
Directory traversal vulnerability in EKINdesigns MySQL Quick Admin 1.5.5 allows remote attackers to read and execute arbitrary files via a .. (dot dot) in the lang parameter to actions.php. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mysql_quick_admin | mysql_quick_admin | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
MySQL Quick Admin 1.5.5 - Local File Inclusion
exploitdb·2008-11-06
CVE-2008-4454 MySQL Quick Admin 1.5.5 - Local File Inclusion
MySQL Quick Admin 1.5.5 - Local File Inclusion
---
##################################################################################
# #
# Author: Vinod Sharma #
# Email: [email protected] #
# Date: 05th Nov, 2008 #
# Note: This information is only for educational purpose, author #
# will not bear responsibility for any damages. #
##################################################################################
#########################################################################################
#Directory traversal vulnerability in MySQL Quick Admin 1.5.5 #
#allows remote attackers to read and execute arbitrary files via a .. (dot dot) #
#in the lang parameter to actions.php. #
# #
# #
# #
#Appplication still unpatched #
# #
#vulnerable code in actions.php #
# #
#/* co
Exploit-DB
MySQL Quick Admin 1.5.5 - 'cookie' Local File Inclusion
exploitdb·2008-10-01
CVE-2008-4455 MySQL Quick Admin 1.5.5 - 'cookie' Local File Inclusion
MySQL Quick Admin 1.5.5 - 'cookie' Local File Inclusion
---
# MySQL Quick Admin <= 1.5.5 (COOKIE) Local File Inclusion Vulnerability
# url: http://www.mysqlquickadmin.com/
#
# Author: JosS
# mail: sys-project[at]hotmail[dot]com
# site: http://spanish-hackers.com
# team: Spanish Hackers Team - [SHT]
#
# This was written for educational purpose. Use it at your own risk.
# Author will be not responsible for any damage.
#
# Greetz To: Pepelux :)
#
# *Requirements: magic_quotes_gpc = Off
vuln file: /includes/required.php
vuln code:
if(!empty($_COOKIE['language']) && !isset($_SESSION['language'])){
$_SESSION['language'] = $_COOKIE['language'];
}
....
if(LANG == ""){
if(!isset($_SESSION['language'])){
include("lang/english/lang.php");
$_LANG = "english";
} else {
include("lang/".$_SESSION['
No writeups or analysis indexed.
2008-10-06
Published