CVE-2013-7190

medium
Published 2013-12-20 ยท Modified 2026-04-29
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
6.0

Description

Multiple directory traversal vulnerabilities in iScripts AutoHoster, possibly 2.4, allow remote attackers to read arbitrary files via the (1) tmpid parameter to websitebuilder/showtemplateimage.php, (2) fname parameter to admin/downloadfile.php, or (3) id parameter to support/admin/csvdownload.php; or (4) have an unspecified impact via unspecified vectors in support/parser/main_smtp.php.

Predictions

Exploit likelihood
20%
Patch ETA
โ€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No mitigations published for this CVE yet.

The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ€” if you've already worked around this in production โ€” publish your fix to the community-verified tier.

โœš Propose a mitigation on Community โ†’ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here with source_tier=community-verified.

Exploits

Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.

Exploit-DB

EDB-38891 webapps php verified text ยท 1 KB
i-Hmx ยท 2013-12-15

iScripts AutoHoster - 'fname' Local File Inclusion

text exploit Source: Exploit-DB
source: https://www.securityfocus.com/bid/64377/info
      
iScripts AutoHoster is prone to multiple security vulnerabilities because it fails to sufficiently sanitize user-supplied data.
      
An attacker can exploit these vulnerabilities to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database, to execute arbitrary commands or script code in the context of the application, and obtain sensitive information that may aid in further attacks.
      
/admin/downloadfile.php > probably injected by the Guy who nulled the script (thank u any way ;p)
$filename  = urldecode($_GET['fname']);
header("content-disposition:attachment;filename=$filename");
readfile($filename)
no need to cancel any thing , just beat it bro ;)
[+] Exploit : /admin/downloadfile.php?fname=../includes/config.php
EDB-38892 webapps php verified
i-Hmx ยท 2013-12-15

iScripts AutoHoster - 'id' Local File Inclusion

Source code queued for fetch โ€” refresh in a moment.
EDB-38889 webapps php verified
i-Hmx ยท 2013-12-15

iScripts AutoHoster - 'main_smtp.php' Traversal

Source code queued for fetch โ€” refresh in a moment.
EDB-38890 webapps php verified
i-Hmx ยท 2013-12-15

iScripts AutoHoster - 'tmpid' Local File Inclusion

Source code queued for fetch โ€” refresh in a moment.

Application impact

VendorProductVersionsFixed
iscriptsautohoster2.4

References

CWEs

CWE-22

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.