CVE-2020-13795
Description
An issue was discovered in Navigate CMS through 2.8.7. It allows Directory Traversal because lib/packages/templates/template.class.php mishandles ../ and ..\ substrings.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Navigate CMS through 2.8.7 allows directory traversal via mishandled '../' substrings in lib/packages/templates/template.class.php.
Vulnerability
Navigate CMS through version 2.8.7 contains a directory traversal vulnerability in lib/packages/templates/template.class.php. The library improperly handles ../ and ..\ substrings, enabling path traversal outside the intended directory [1]. The issue affects all installations up to and including version 2.8.7.
Exploitation
An attacker can exploit this vulnerability by crafting a request that includes ../ sequences in a parameter processed by the affected template class. No authentication is required if the vulnerable endpoint is accessible to unauthenticated users. The attacker sends a specially crafted request that traverses directories to access files outside the web root [1].
Impact
Successful exploitation allows an attacker to read arbitrary files on the server, potentially exposing sensitive information such as configuration files containing credentials or other confidential data. This leads to a loss of confidentiality. The directory traversal does not appear to permit file writing or code execution based on the available information [1].
Mitigation
As of the latest published information, no official patch has been released by the vendor. Users should consider upgrading to a newer version if available, or implement input validation to block ../ sequences in user-supplied parameters. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog as of the publication date [1].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Navigate CMS/Navigate CMSdescription
- Range: <=2.8.7
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- packetstormsecurity.com/files/157940/Navigate-CMS-2.8.7-Directory-Traversal.htmlmitrex_refsource_MISC
- github.com/NavigateCMS/Navigate-CMS/commit/88b41c7665ac7181be063b7a541dded7b207d9e7mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.