CVE-2024-51977
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-06-25

Last updated on: 2025-07-25

Assigner: Rapid7, Inc.

Description
An unauthenticated attacker who can access either the HTTP service (TCP port 80), the HTTPS service (TCP port 443), or the IPP service (TCP port 631), can leak several pieces of sensitive information from a vulnerable device. The URI path /etc/mnt_info.csv can be accessed via a GET request and no authentication is required. The returned result is a comma separated value (CSV) table of information. The leaked information includes the device’s model, firmware version, IP address, and serial number.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-25
Last Modified
2025-07-25
Generated
2026-05-07
AI Q&A
2025-06-25
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-538 The product places sensitive information into files or directories that are accessible to actors who are allowed to have access to the files, but not to the sensitive information.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability allows an unauthenticated attacker to access a specific URI path (/etc/mnt_info.csv) on a vulnerable device via HTTP, HTTPS, or IPP services without needing any authentication. By sending a GET request to this path, the attacker can obtain sensitive information about the device, including its model, firmware version, IP address, and serial number, which are returned in a CSV format.


How can this vulnerability impact me? :

The vulnerability can lead to information disclosure, where an attacker gains access to sensitive device details such as model, firmware version, IP address, and serial number without authorization. This information could be used to facilitate further attacks, reconnaissance, or exploitation of the device or network.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

You can detect this vulnerability by sending an unauthenticated GET request to the URI path /etc/mnt_info.csv on the device's HTTP (port 80), HTTPS (port 443), or IPP (port 631) services. For example, using curl commands: curl http://<device_ip>/etc/mnt_info.csv curl https://<device_ip>/etc/mnt_info.csv curl ipp://<device_ip>:631/etc/mnt_info.csv If the response contains a CSV table with device model, firmware version, IP address, or serial number, the device is vulnerable.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the HTTP, HTTPS, and IPP services to trusted users only, implementing network-level access controls or firewalls to block unauthorized access to TCP ports 80, 443, and 631, and applying any available firmware or software updates from the device vendor that address this information leak vulnerability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart