7.5
CVSSv2

CVE-2007-1842

Published: 03/04/2007 Updated: 07/11/2023
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in login.php in JSBoard prior to 2.0.12 allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the table parameter, as demonstrated by injecting PHP sequences into an Apache HTTP Server log file, a related issue to CVE-2006-2019.

Vulnerable Product Search on Vulmon Subscribe to Product

jsboard jsboard

Exploits

#!/usr/bin/perl # jsboard 2010(loginphp table)Local File Inclusion Exploit # DScript: kldpnet/frs/downloadphp/1729/jsboard-2010targz # if($table && file_exists("data/$table/configphp")) # { include "data/$table/configphp"; } # Discovered & Coded by : GolD_M = [Mahmood_ali] # Contact:HackEr_@wCn # Greetz To: Tryag-Te ...