Lucene search
+L

Aria 0.99-6 - 'page' Local File Inclusion

🗓️ 16 Jan 2008 00:00:00Reported by DSecRGType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

Aria 0.99-6 Local File Inclusion vulnerability in page arias/help/effect.ph

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-0332
17 Jan 200821:07
cve
cvelist
Cvelist
CVE-2008-0332
17 Jan 200821:07
cvelist
euvd
EUVD
EUVD-2008-0342
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-0332
17 Jan 200822:00
nvd
prion
Prion
Directory traversal
17 Jan 200822:00
prion
Digital Security Research Group [DSecRG] Advisory       #DSECRG-08-002


Application:                    aria-0.99-6 (Web based ERP)
Versions Affected:              aria-0.99-6
Vendor URL:                     http://www.tucows.net/
Bug:                            Local File Include
Exploits:                       YES
Reported:                       09.01.2008
Vendor Response:                None
Date of Public Advisory:        15.01.2008
Authors:                        Alexandr Polyakov, Stas Svistunovich
                                Digital Security Research Group [DSecRG] (research [at] dsec [dot] ru)



Description
***********

Aria has Local File Include vulnerability in page arias/help/effect.php


Code
****

############################################

  if (empty($_GET['page'])) {
        $page = 'help.php';
    } else {
        $page = $_GET['page'];
    }
    if (false == is_file($page)) {
        $page = 'file_not_found.php';
    }
    include($page);
}

############################################


Example:

http://[server]/[installdir]/arias/help/effect.php?page=[file]


About
*****

Digital Security is leading IT security company in Russia, providing information security consulting, audit and penetration testing services, risk analysis and ISMS-related services and certification for ISO/IEC 27001:2005 and PCI DSS standards. Digital Security Research Group focuses on web application and database security problems with vulnerability reports, advisories and whitepapers posted regularly on our website.


Contact:        research [at] dsec [dot] ru
                http://www.dsec.ru (in Russian)

# milw0rm.com [2008-01-16]

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

09 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02274
39