header-logo
Suggest Exploit
vendor:
MCL-Net
by:
Victor A. Morales, GM Sectec Inc.
N/A
CVSS
MEDIUM
Information Disclosure
200
CWE
Product Name: MCL-Net
Affected Version From: 4.3.5.8788
Affected Version To: 4.3.5.8788
Patch Exists: No
Related CWE: CVE-2023-34834
CPE: a:mcl:net:4.3.5.8788
Metasploit:
Platforms Tested: Windows
2023

MCL-Net 4.3.5.8788 – Information Disclosure

Directory browsing vulnerability in MCL-Net version 4.3.5.8788 webserver running on default port 5080, allows attackers to gain sensitive information about the configured databases via the "/file" endpoint.

Mitigation:

To mitigate this vulnerability, restrict access to sensitive directories, disable directory browsing, and ensure that sensitive information is not stored in plaintext.
Source

Exploit-DB raw data:

# Exploit Title: MCL-Net 4.3.5.8788 - Information Disclosure
# Date: 5/31/2023
# Exploit Author: Victor A. Morales, GM Sectec Inc.
# Vendor Homepage: https://www.mcl-mobilityplatform.com/net.php
# Version: 4.3.5.8788 (other versions may be affected)
# Tested on: Microsoft Windows 10 Pro
# CVE: CVE-2023-34834

Description:
Directory browsing vulnerability in MCL-Net version 4.3.5.8788 webserver running on default port 5080, allows attackers to gain sensitive information about the configured databases via the "/file" endpoint.

Steps to reproduce:
1. Navigate to the webserver on default port 5080, where "Index of Services" will disclose directories, including the "/file" directory. 
2. Browse to the "/file" directory and database entry folders configured
3. The "AdoInfo.txt" file will contain the database connection strings in plaintext for the configured database. Other files containing database information are also available inside the directory.