← Back to Feed CACHED · 2026-08-26 07:05:55 · CACHE_KEY CVE-2026-59769
CVE-2026-59769 · CWE-798 · Disclosed 2026-08-25

FA-50 all versions contain hard-coded credentials.

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left the master key under the doormat of every lifeboat's radio

CVE-2026-59769 affects all versions of the FURUNO ELECTRIC FA-50, a Class B AIS (Automatic Identification System) transponder installed on commercial and recreational vessels. The device ships with hard-coded credentials (CWE-798) that cannot be changed by the operator. An attacker who knows these credentials and has network access to the vessel's internal LAN can authenticate to the FA-50's built-in web server and modify the vessel's MMSI (Maritime Mobile Service Identity) number — the unique identifier broadcast to other ships, coast guard stations, and collision-avoidance systems. Because the FA-50 includes an Ethernet port and self-contained web interface, no special tooling is needed beyond a browser once on the LAN.

The vendor's CRITICAL 9.1 score is mechanically correct under CVSS 3.1 — the vector is AV:N/AC:L/PR:N/UI:N — but it overstates real-world risk for enterprise-adjacent and maritime fleet defenders. The 'network' in question is the vessel's isolated shipboard LAN, *not* the public internet. Reaching that LAN requires physical presence aboard the vessel or prior compromise of the VSAT/satellite gateway bridging the vessel to shore networks. The CVSS score treats any Ethernet-reachable device the same as a public-facing web server, which inflates the perceived risk. That said, the safety implications of MMSI spoofing on a live vessel — disrupting collision avoidance and coast guard tracking — prevent this from being merely MEDIUM.

"Hard-coded creds in a maritime AIS transponder let LAN attackers spoof vessel identity — safety risk, but vessel-network-only."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Obtain hard-coded credentials

The FA-50 firmware ships with embedded credentials that are identical across all units and all versions. An attacker extracts these from a firmware dump, a publicly disclosed advisory, or by purchasing a unit and inspecting flash storage. Once known, the credentials are universal — no per-device variation exists.
Conditions required:
  • Access to FA-50 firmware image or physical unit
  • Ability to reverse-engineer or read embedded credentials
Where this breaks in practice:
  • Credentials have not been publicly disclosed yet as of 2026-08-26
  • Firmware images are not freely downloadable from Furuno's public site
STEP 02

Gain access to vessel's internal network

The attacker must reach the Ethernet segment where the FA-50 is connected. On most vessels this is the bridge navigation LAN. Access can be gained by physically boarding the vessel, compromising a connected crew workstation, or pivoting through a misconfigured VSAT/satellite gateway that bridges the vessel LAN to shore-side networks.
Conditions required:
  • Physical access to vessel OR remote access via compromised VSAT gateway
  • Vessel LAN must have IP connectivity to FA-50 Ethernet port
Where this breaks in practice:
  • Vessel LANs are physically isolated networks — no internet exposure by default
  • VSAT gateways with proper segmentation block shore-to-bridge traffic
  • Physical boarding requires port access or at-sea proximity
Detection/coverage: Network monitoring tools (if deployed on vessel LAN) can detect new MAC addresses or HTTP sessions to the FA-50 IP
STEP 03

Authenticate to FA-50 web interface

Using the hard-coded credentials, the attacker logs into the FA-50's built-in web server via any standard browser. No additional privileges or tokens are required. The web interface exposes the settings screen including the MMSI configuration.
Conditions required:
  • Knowledge of hard-coded credentials
  • HTTP connectivity to FA-50 on vessel LAN
Where this breaks in practice:
  • If vessel operator has placed FA-50 on an isolated VLAN or behind a firewall, browser access may be blocked
Detection/coverage: Web server access logs on FA-50 (if any exist and are monitored)
STEP 04

Modify MMSI identification number

The attacker changes the vessel's MMSI via the settings screen. This causes the FA-50 to broadcast a spoofed identity on AIS channels 161.975 MHz and 162.025 MHz. Other vessels, VTS (Vessel Traffic Services), and coast guard stations now see incorrect identity information for this vessel. This can disrupt collision avoidance (TCPA/CPA calculations rely on consistent AIS tracks), evade regulatory tracking, or impersonate another vessel.
Conditions required:
  • Authenticated session on FA-50 web interface
Where this breaks in practice:
  • Coast guard and VTS operators may notice MMSI anomalies through cross-referencing with radar tracks
  • Changing MMSI does not change the vessel's radar signature or visual identity
Detection/coverage: Shore-based AIS monitoring systems (e.g., MarineTraffic, VesselFinder) may flag MMSI conflicts or sudden identity changes
03 · Intelligence Metadata

The supporting signals.

In-the-wild exploitationNo known exploitation. Not listed in CISA KEV. No public reports of active campaigns targeting FA-50 AIS transponders.
Proof-of-concept availabilityNone public. No PoC repos or researcher demonstrations identified as of 2026-08-26. Exploitation is trivial once credentials are known (browser + HTTP POST).
EPSS score0.00331 — bottom ~3rd percentile. Reflects extremely low predicted exploitation probability over the next 30 days.
KEV statusNot listed. No CISA KEV entry as of 2026-08-26.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H — Network vector with no auth, high integrity and availability impact, no confidentiality impact. Score: 9.1 CRITICAL.
Affected versionsAll versions of FURUNO ELECTRIC FA-50 Class B AIS transponder. No version is excluded.
Fixed versionNo patch available. Furuno has not confirmed a firmware update. Hard-coded credentials in embedded devices often require hardware replacement or a firmware re-flash that may not be feasible for all vessel operators.
Exposure dataThe FA-50 is a Class B AIS transponder used primarily on smaller commercial and recreational vessels. The device's web interface is on the vessel's internal Ethernet LAN — not internet-facing by design. No Shodan/Censys/GreyNoise exposure data exists for this device class.
Disclosure date2026-08-25. Reported via Japanese Vulnerability Notes (JVN) coordination with Furuno Electric.
Related CVEsCVE-2026-67578 — Missing authentication for critical function in the same FURUNO FA-50, also disclosed 2026-08-25. Likely part of the same coordinated disclosure batch.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to HIGH (7.5/10)

The single most decisive factor is that the FA-50's attack surface is confined to a vessel's physically isolated shipboard LAN, drastically narrowing the reachable attacker population compared to the CVSS assumption of general network reachability. However, the OT/maritime safety role of the AIS transponder — where MMSI spoofing can disrupt collision avoidance and regulatory tracking — floors the verdict at HIGH.

HIGH Vulnerability existence and mechanism (hard-coded credentials confirmed by vendor coordination via JVN)
MEDIUM Blast radius assessment (MMSI modification impact on maritime safety is well-understood, but real-world exploitation scenarios are theoretical)
LOW Installed base size (no public data on number of FA-50 units deployed globally)

Why this verdict

  • Network isolation friction: The CVSS vector scores AV:N but the relevant network is a vessel's bridge LAN, not the internet. Reaching this network requires physical boarding or prior compromise of a VSAT gateway — each a significant barrier that compounds downward pressure from 9.1.
  • Role multiplier (OT/maritime safety): The FA-50 is canonically an OT/ICS device — an AIS transponder is part of maritime collision avoidance infrastructure. Successful MMSI modification on a live vessel has a safety-tier blast radius (vessel misidentification → potential collision risk, evasion of coast guard tracking). This floors the verdict at HIGH despite the access friction.
  • No patch available: All versions are affected with no firmware fix confirmed. Hard-coded credentials in embedded firmware are notoriously difficult to remediate — this is effectively a design flaw that may require hardware replacement, extending exposure duration indefinitely.
  • Universal credentials: The hard-coded credentials are identical across all FA-50 units. Once extracted by any researcher or attacker, they work on every unit globally — no per-device secrets exist. This is a classic embedded-device antipattern that maximizes the value of credential disclosure.

Why not higher?

CRITICAL would require either active exploitation (not observed, not KEV-listed, EPSS is bottom-3rd-percentile) or internet-facing attack surface enabling mass exploitation. The FA-50 sits on a vessel's isolated LAN with no default internet exposure. The blast radius is per-vessel, not fleet-scale — compromising one FA-50 does not pivot to other vessels or shore infrastructure. The safety impact, while real, requires physical or near-physical proximity to exploit.

Why not lower?

MEDIUM would undercount the OT/safety implications. This is a maritime navigation safety device where identity spoofing has direct physical-world consequences — disrupted collision avoidance, regulatory evasion, potential for facilitating illegal activity (sanctions evasion, IUU fishing). The credentials are universal and unchangeable, meaning the entire installed base is permanently vulnerable once credentials leak. The companion CVE-2026-67578 (missing auth) suggests additional attack surface on the same device.

05 · Compensating Control

What to do — in priority order.

  1. Isolate FA-50 on a dedicated bridge-equipment VLAN with no routing to crew networks or VSAT uplinks — The primary attack vector requires LAN access. Segmenting the FA-50 onto a dedicated navigation-equipment VLAN with ACLs blocking all non-essential traffic eliminates the most practical remote path. Deploy within the noisgate mitigation SLA of 30 days for HIGH severity.
  2. Disable or restrict HTTP access to the FA-50 web interface — If vessel operations do not require ongoing web-based configuration, block TCP port 80/443 to the FA-50 IP at the switch or firewall level. This prevents credential-based login even from the local LAN. Coordinate with bridge officers to ensure AIS data output (NMEA 0183/Ethernet) remains functional.
  3. Monitor AIS broadcast for MMSI anomalies — Configure shore-side fleet management or VTS integration to alert on unexpected MMSI changes for your vessels. Services like MarineTraffic offer fleet tracking APIs that can detect identity changes. This is a detective control, not preventive, but provides rapid awareness.
  4. Engage Furuno for firmware update timeline — Contact your Furuno sales or support representative to request a firmware update roadmap. Document the inquiry for compliance purposes. If no update is forthcoming within 180 days (noisgate remediation SLA), evaluate replacement with a transponder from a vendor that supports credential rotation.
What doesn't work
  • Changing the hard-coded credentials — by definition, hard-coded credentials are compiled into the firmware and cannot be changed by the operator through normal configuration interfaces.
  • Shore-side network firewalls / enterprise perimeter controls — the vulnerability exists on the vessel's internal LAN, which is separate from the enterprise IT network. Enterprise firewall rules have no bearing on shipboard Ethernet segments.
  • AIS encryption — the AIS protocol (ITU-R M.1371) does not support encryption or authentication of broadcast messages. You cannot encrypt the FA-50's transmissions to prevent spoofed identity from being received by other vessels.
06 · Verification

Crowdsourced verification payload.

Run this script from any workstation with HTTP access to the FA-50's IP address on the vessel LAN. Invoke with: python3 check_fa50_hardcoded.py <FA50_IP>. No elevated privileges required — it simply attempts an HTTP connection to the web interface and checks for indicators of the hard-coded credential vulnerability.

noisgate-verify.py
PYTHONREAD-ONLYSAFE
#!/usr/bin/env python3
"""Check FURUNO FA-50 AIS Transponder for CVE-2026-59769 (hard-coded credentials).
Usage: python3 check_fa50_hardcoded.py <FA50_IP>
Outputs: VULNERABLE / PATCHED / UNKNOWN
Exit codes: 0=VULNERABLE, 1=PATCHED, 2=UNKNOWN
"""
import sys
import urllib.request
import urllib.error
import ssl

def main():
    if len(sys.argv) != 2:
        print("Usage: python3 check_fa50_hardcoded.py <FA50_IP>")
        sys.exit(2)
    host = sys.argv[1]
    url = f"http://{host}/"
    ctx = ssl.create_default_context()
    ctx.check_hostname = False
    ctx.verify_mode = ssl.CERT_NONE
    try:
        req = urllib.request.Request(url, method="GET")
        req.add_header("User-Agent", "noisgate-cve-check/1.0")
        resp = urllib.request.urlopen(req, timeout=10)
        body = resp.read().decode("utf-8", errors="replace").lower()
        # Check if this is a Furuno FA-50 web interface
        if "furuno" in body or "fa-50" in body or "fa50" in body or "ais" in body:
            # FA-50 web interface is accessible — all versions are vulnerable
            # since no patch exists. If we can reach the web UI, it is exploitable.
            print("VULNERABLE — FURUNO FA-50 web interface detected.")
            print(f"  Host: {host}")
            print("  CVE-2026-59769: All FA-50 firmware versions contain hard-coded credentials.")
            print("  No patch is available. Apply network segmentation controls.")
            sys.exit(0)
        else:
            print(f"UNKNOWN — HTTP response from {host} does not match FA-50 signatures.")
            print("  Verify manually that this is a FURUNO FA-50 device.")
            sys.exit(2)
    except urllib.error.HTTPError as e:
        print(f"UNKNOWN — HTTP error {e.code} from {host}. Device may be FA-50 but web UI is restricted.")
        sys.exit(2)
    except urllib.error.URLError as e:
        print(f"UNKNOWN — Cannot reach {host}: {e.reason}")
        print("  Ensure you are on the vessel LAN with connectivity to the FA-50.")
        sys.exit(2)
    except Exception as e:
        print(f"UNKNOWN — Unexpected error: {e}")
        sys.exit(2)

if __name__ == "__main__":
    main()
07 · Bottom Line

If you remember one thing.

TL;DR
The FA-50 is a maritime OT device, not a typical enterprise asset, but if your organization operates a vessel fleet with Furuno FA-50 AIS transponders, act now. Under the noisgate mitigation SLA for HIGH severity, deploy compensating controls within 30 days: isolate every FA-50 on a dedicated navigation VLAN with no routing to crew or VSAT networks, and block HTTP access to the FA-50 web interface from all non-maintenance hosts. Under the noisgate remediation SLA, apply the vendor patch within 180 days — but since no patch exists yet, open a case with Furuno immediately to get a firmware update timeline and document the gap for your compliance records. If Furuno cannot deliver a fix within 180 days, begin evaluating replacement transponders that support credential rotation. Monitor shore-side AIS feeds for unexpected MMSI changes on your vessels in the interim.

Sources

  1. OffSeq Threat Radar — CVE-2026-59769
  2. OffSeq Threat Radar — CVE-2026-67578 (related FA-50 vuln)
  3. Furuno FA-50 Product Brochure (PDF)
  4. Furuno USA — FA-50 Product Page
  5. MITRE ATT&CK ICS — T1694.002 Hardcoded Credentials
  6. CISA Known Exploited Vulnerabilities Catalog
  7. SmartTech247 — ICS Vulnerabilities August 2026
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.