ZeroHour

CVE-2024-51977

mass

Unauthenticated Info Disclosure in Brother Printer Web/IPP Services

CVSS 3.1
5.3 medium
EPSS
73%p99
Published
()
Modified
AI analysis

CVE-2024-51977 (CWE-538) is an unauthenticated information disclosure flaw in the network services of Brother network-connected printers and multifunction devices. An attacker with network reachability to the device's HTTP (TCP 80), HTTPS (TCP 443), or IPP (TCP 631) service can send a simple GET request for the URI path /etc/mnt_info.csv, which requires no authentication. The response is a CSV table leaking the device's model, firmware version, IP address, and serial number, giving attackers useful reconnaissance data for inventorying exposed devices and planning follow-on attacks. Any organization running affected Brother network printers is exposed, especially where those services are reachable from the internet or from untrusted network segments. No public proof-of-concept or confirmed in-the-wild exploitation has been reported and the CVE is not in CISA KEV, but EPSS rates the 30-day exploitation probability at 72.6% (99th percentile), so this should be prioritized.

What to do: Apply the firmware updates published in Brother's security advisory for this issue, and verify which models you run since not all units may be affected. As an interim mitigation, ensure ports 80, 443, and 631 on printers are not reachable from the internet or untrusted VLANs, and check your devices by requesting /etc/mnt_info.csv unauthenticated to confirm they leak data.

Affected
Brother Industries, Ltd. Network-connected Brother printers and multifunction devices exposing HTTP/HTTPS/IPP services
Estimated exposure
masslikely millions of deployed Brother network printers, with tens of thousands directly exposed to the internet (order-of-magnitude estimate) — Brother has a very large global installed base of network printers across enterprises and education, and public internet scans of printer web/IPP services (ports 80/443/631) typically show tens of thousands of such devices exposed, so the…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

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.

Weakness
CWE-538
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

In the news