Backhaul RadiosOperating system · Mimosa

CVE-2017-9132

HIGH · 7.5 CVSS v3.0 Published 2017-05-21
Fix available
A fix is available. Upgrade to after 2.2.1 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A hard-coded credentials issue was discovered on Mimosa Client Radios before 2.2.3, Mimosa Backhaul Radios before 2.2.3, and Mimosa Access Points before 2.2.3. These devices run Mosquitto, a lightweight message broker, to send information between devices. By using the vendor's hard-coded credentials to connect to the broker on any device (whether it be an AP, Client, or Backhaul model), an attacker can view all the messages being sent between the devices. If an attacker connects to an AP, the AP will leak information about any clients connected to it, including the serial numbers, which can be used to remotely factory reset the clients via a page in their web interface.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Mimosa wireless devices (Client Radios, Backhaul Radios, and Access Points) contain hard-coded credentials for the embedded Mosquitto MQTT broker. An attacker with these credentials can connect to the broker and intercept all device-to-device communications, including sensitive client information such as serial numbers. This information can then be used to perform remote factory resets via the web interface.

MitigationUpgrade all affected Mimosa devices to firmware version 2.2.3 or later to remove the hard-coded credentials. Additionally, implement network segmentation to restrict unauthorized access to the MQTT broker and monitor for unauthorized connections.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Backhaul RadiosOperating system
Affected:<= 2.2.1
Client RadiosOperating system
Affected:<= 2.2.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Mimosa devices on your network
    Scan your network for Mimosa Backhaul Radios or Client Radios by reviewing device inventories, DHCP lease tables, or performing network discovery. Look for devices with Mimosa MAC address prefixes or device hostnames containing 'mimosa'.
    Affected if Mimosa Backhaul Radios or Client Radios exist on the network and are running vulnerable firmware.
  2. Check the firmware version of Mimosa devices
    Access each Mimosa device through its web interface or CLI and retrieve the firmware version. This is typically found in the device status page or via the 'show version' command in CLI.
    Affected if The firmware version is 2.2.1 or lower, indicating the hard-coded MQTT credentials are present.
  3. Verify MQTT broker accessibility
    From systems on the same network segment as the Mimosa devices, attempt to connect to the MQTT broker port (default 1883) on each device's IP address using a tool like nmap or netcat: 'nmap -p 1883 <device_ip>' or telnet to port 1883.
    Affected if Port 1883 is open and accessible from untrusted network segments, allowing an attacker to reach the MQTT broker.
  4. Inspect for unauthorized MQTT client connections
    If you have legitimate access to the MQTT broker (e.g., via a managed instance), query connected clients using 'mosquitto_sub' or an MQTT client tool with authentication. Look for unexpected client IDs or connections from unauthorized IP addresses.
    Affected if Unknown or unexpected MQTT clients are connected to the broker, indicating potential exploitation.
  5. Check for suspicious factory reset activity
    Review web interface access logs, authentication logs, or network traffic for patterns of factory reset requests (POST to /reset or similar endpoints) originating from unexpected sources or at unusual times.
    Affected if Factory reset commands have been issued without legitimate admin action, which may indicate the credentials were used to intercept device information and perform unauthorized resets.

You are affected if you have Mimosa Backhaul Radios or Client Radios running firmware version 2.2.1 or lower, and the MQTT broker on port 1883 is accessible from network segments where untrusted users reside.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 2.2.1
Interim mitigation

Upgrade all affected Mimosa devices to firmware version 2.2.3 or later to remove the hard-coded credentials. Additionally, implement network segmentation to restrict unauthorized access to the MQTT broker and monitor for unauthorized connections.

Fix this in Backhaul Radios Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA1.0 h
9.0 hours of engineering $1,600
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2017-9132 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2017-9132 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data