cbcvebase.
CVE-2024-51977
published 2025-06-25

CVE-2024-51977: 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…

PriorityP181medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
77.47%
99.5th percentile
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.

Affected

406 ranges· showing 25
VendorProductVersion rangeFixed in
brother_industries_ltdads-1350w<= C(1.06)
brother_industries_ltdads-1800w<= C(1.06)
brother_industries_ltdads-2700we<= P(2.28)
brother_industries_ltdads-3300w<= P(2.28)
brother_industries_ltdads-4300n<= P(2.28)
brother_industries_ltdads-4500w<= P(2.28)
brother_industries_ltdads-4700w<= P(2.28)
brother_industries_ltdads-4900w<= P(2.28)
brother_industries_ltddcp-7090dw<= M
brother_industries_ltddcp-7190dn<= V
brother_industries_ltddcp-7190dw<= M
brother_industries_ltddcp-7195dw<= R
brother_industries_ltddcp-9030cdn<= ZE
brother_industries_ltddcp-b7520dw<= V
brother_industries_ltddcp-b7530dn<= V
brother_industries_ltddcp-b7535dw<= V
brother_industries_ltddcp-b7548w<= 1.16(F)
brother_industries_ltddcp-b7558w<= 1.16(F)
brother_industries_ltddcp-b7578dw<= 1.16(F)
brother_industries_ltddcp-b7600d<= 1.20(J)
brother_industries_ltddcp-b7600db<= 1.20(J)
brother_industries_ltddcp-b7608w<= 1.16(F)
brother_industries_ltddcp-b7620dw<= 1.20(J)
brother_industries_ltddcp-b7620dwb<= 1.20(J)
brother_industries_ltddcp-b7628dw<= 1.16(F)

Detection & IOCsextracted from sources · hover to see the quote

path/etc/mnt_info.csv
port443
port631
sigma
id: CVE-2024-51977
http:
- method: GET
  path:
  - "{{BaseURL}}/etc/mnt_info.csv"
matchers-condition: and
matchers:
- type: word
  part: body
  words:
  - '"Model Name"'
  - '"IP Address"'
  condition: and
- type: dsl
  dsl:
  - "status_code == 200"
  - 'contains(content_type, "text/comma-separated-values")'
  condition: and
  • Send an unauthenticated HTTP GET request to /etc/mnt_info.csv on ports 80, 443, or 631; a vulnerable Brother device will respond with HTTP 200 and Content-Type: text/comma-separated-values containing fields including 'Model Name' and 'IP Address'.
  • Use Shodan query html:"MFC-L9570CDW" or FOFA query app="brother-Printer" to identify internet-exposed vulnerable Brother printers.
  • The leaked serial number from /etc/mnt_info.csv can be chained with CVE-2024-51978 to calculate the default administrator password; monitor for unauthenticated access to this path as a precursor to authentication bypass.
  • ·The eSCL/uscan vector (CVE-2025-8452) is a related but distinct path to obtain the serial number; it is typically only exposed on the local network, unlike the HTTP/HTTPS/IPP vector of CVE-2024-51977.
  • ·Changing the default administrator password renders the chained CVE-2024-51978 exploitation worthless, even if the serial number is leaked via CVE-2024-51977.

CVSS provenance

nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
vulncheck5.3MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.