Philex CMS - Directory Traversal

2017.08.16
Credit: Renzi
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

Title: ======= Philex CMS - Directory Traversal Introduction: ============== A content management system (CMS) is a computer application that supports the creation and modification of digital content. It is often used to support multiple users working in a collaborative environment. CMS features vary widely. Most CMSs include Web-based publishing, format management, history editing and version control, indexing, search, and retrieval. By their nature, content management systems support the separation of content and presentation. Vulnerability Disclosure: ========================== 2017-08-15: Public Disclosure Affected Product(s): ===================== Philex 0.2 Exploitation Technique: ======================== Remote Severity Level: ================ High Technical Details & Description: ================================= A Directory Traversal vulnerability has been discovered in the CMS Philex 0.2 CMS web-application. The vulnerability is located in the 'cat' parameter of the`index.php` action GET method request. Request Method(s): [+] GET Vulnerable Function(s): [+] index.php Vulnerable Parameter(s): [+] cat Proof of Concept (PoC): ======================== A path traversal attack (also known as directory traversal) aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files. It should be noted that access to files is limited by system operational access control. This attack is also known as “dot-dot-slash”, “directory traversal”, “directory climbing” and “backtracking”. [OWASP] [+] http://www.uphighstore.com.br/index.php?cat=../etc/passwd Solution ========= There are several measures that enterprises can take to prevent directory traversal attacks and vulnerabilities. For starters, programmers should be trained to validate user input from browsers. Input validation ensures that attackers cannot use commands that leave the root directory or violate other access privileges. Beyond this, filters can be used to block certain user input. Enterprises typically employ filters to block URLs containing commands and escape codes that are commonly used by attackers. Additionally, web server software (and any software that is used) should be kept up-to-date with current patches. Regularly patching software is a critical practice for reducing security risk, as software patches typically contain security fixes. [Veracode] Credits ======== Felipe "Renzi" Gabriel Contact ======== renzi@linuxmail.org References ========== https://www.owasp.org/index.php/Path_Traversal https://www.veracode.com/security/directory-traversal https://en.wikipedia.org/wiki/Content_management_system

References:

https://www.owasp.org/index.php/Path_Traversal
https://www.veracode.com/security/directory-traversal
https://en.wikipedia.org/wiki/Content_management_system


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top