← Back to Feed CACHED · 2026-05-17 09:42:19 · cache_key CVE-2025-29912
CVE-2026-35075 · CWE-1393 · Disclosed 2026-06-03

An unauthenticated remote attacker can recover a default

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
01 · The Real Story

This is a master key hidden under the doormat of a niche control room, not a lockpick for every front door

CVE-2026-35075 is a hard-coded/default credential problem in MBS Single-A V1_0_0_0 firmware. Publicly available MBS gateway documentation already shows a default web-management login of gw / GATEWAY, and the CVE description says an unauthenticated attacker can recover the credential from a firmware image and then obtain full access to affected devices. That makes the exploit path essentially: get firmware, extract credential, reach the management interface, log in, own the gateway.

The vendor's 9.8/CRITICAL rating is technically understandable, but too generous for enterprise prioritization. The biggest real-world friction is *reachability*: these are building-automation/OT gateways that usually live on internal management segments or control networks, not broadly exposed internet services. Once an attacker can reach one, compromise is easy and impact is high, but the exposed population is narrower than generic edge software.

"Bad bug, but not a fleet-fire unless these gateways are reachable on a management network."
02 · The Attack Path

5 steps from start to impact.

STEP 01

Acquire firmware or backup material with curl or browser download

The attacker first gets a firmware image, support package, or backup artifact from a vendor portal, integrator share, maintenance laptop, or a copied update file. Because this is an offline extraction step, it does not require touching the target device yet. The weaponized tooling here is simple commodity tooling: curl, a browser, or any file-transfer client.
Conditions required:
  • Attacker can obtain the affected firmware image or a copied update package
  • Affected estate includes MBS Single-A V1_0_0_0
Where this breaks in practice:
  • Firmware files may not be publicly posted
  • Some operators keep OT update media offline or with integrators
Detection/coverage: Traditional vuln scanners will not see this step. DLP, file-access logs, and software repository auditing are the only realistic visibility points.
STEP 02

Extract the credential with binwalk, strings, or grep

The attacker unpacks or strings the firmware and searches for embedded credentials, config defaults, or login constants. This is not exploit development; it is firmware triage. binwalk, strings, grep, and foremost are sufficient.
Conditions required:
  • Firmware is not strongly protected against offline analysis
  • Credential is actually embedded or otherwise recoverable from the image
Where this breaks in practice:
  • Packed or encrypted images slow analysis
  • False positives are possible if multiple example credentials exist in docs/resources
Detection/coverage: No network-side detection. This is an offline reverse-engineering step.
STEP 03

Reach the management interface with curl, Burp, or a browser

The attacker needs IP reachability to the MBS gateway web interface or other service that accepts the recovered credential. MBS documentation shows an integrated web interface for configuration, backup, firmware upload, and web services, which is exactly the kind of surface that turns a recovered credential into full administration.
Conditions required:
  • Gateway management IP is reachable from the attacker's network position
  • Web interface or management service is enabled
Where this breaks in practice:
  • These devices are commonly placed on OT/internal networks rather than public internet
  • Jump hosts, VPNs, ACLs, and firewalls often gate management access
Detection/coverage: External attack-surface scanners may miss non-internet-facing devices. Internal NAC/IDS, firewall logs, and web access logs should show first-touch attempts if logging is enabled.
STEP 04

Authenticate and take administrative control with recovered credentials

With the credential in hand, the attacker logs in and gains administrative control of the gateway. MBS materials show the web interface supports configuration changes, backups, restores, firmware updates, driver configuration, and diagnostic actions. On a protocol-translation gateway inside building automation, that is enough to tamper with data flows and stage deeper OT impact.
Conditions required:
  • Recovered credential is valid on the target device
  • Credential has administrative or service-level privileges
Where this breaks in practice:
  • If the exposed credential is only a documented default and operators changed it everywhere, this path weakens materially
  • Some sites may disable management features after commissioning
Detection/coverage: Successful auth events, config changes, backup/restore operations, and firmware upload events are the best local signals. Many OT estates do not centralize these logs.
STEP 05

Abuse the gateway as an OT pivot

After login, the attacker can alter translations and data points, push malicious configuration, disrupt building controls, or use the gateway as a foothold into BACnet/Modbus/LON-adjacent environments. The gateway sits at a trust boundary between protocols, so compromise can have an outsized operational blast radius relative to the device count.
Conditions required:
  • Gateway is actually connected to live automation networks
  • Administrative access permits config and service changes
Where this breaks in practice:
  • Downstream impact depends on what this specific gateway controls
  • Some sites segment automation buses from the rest of the enterprise
Detection/coverage: Process anomalies, unexpected BACnet/Modbus write activity, unauthorized config drift, and maintenance-window mismatches are stronger indicators than generic AV alerts.
03 · Intelligence Metadata

The supporting signals.

In-the-wild statusNo public evidence of active exploitation found in the sources reviewed, and not KEV-listed.
Proof-of-concept availabilityNo public exploit repo or weaponized PoC located in the sources reviewed. A *DIY PoC is trivial* because the path is offline credential extraction plus normal login.
EPSSNo CVE-specific EPSS entry was located in reviewed sources at assessment time; treat EPSS as unknown / not yet useful here.
KEV statusNot listed in CISA KEV as of this review.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — fair in a lab, but it overstates enterprise-wide urgency because it assumes reachability is common.
Affected versionsPublic CVE aggregators identify MBS Single-A V1_0_0_0 as affected.
Fixed versionNo authoritative patched version or vendor advisory with remediation build was located in the reviewed public sources.
Exposure realityThis is an OT/building-automation gateway with integrated web management and protocol translation. Practical exposure is usually *internal management network or plant/controls segment*, not broad internet edge.
Scanning/exposure dataNo reliable public Shodan/Censys/GreyNoise fingerprint or exposure count for this exact product/CVE was found in the reviewed sources. *Inference:* exposure is likely undercounted and mostly internal.
Disclosure / reporterDisclosed 2026-06-03. Public authoritative reporting attribution was not found in reviewed sources.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to HIGH (8.6/10)

The decisive factor is attacker position: this bug is catastrophic *once the gateway is reachable*, but these MBS devices are typically deployed on OT or management networks rather than mass-exposed internet edge. That narrows the reachable population enough to pull it below CRITICAL, even though the post-auth impact is full device compromise.

HIGH Technical severity if an attacker can reach the management interface
MEDIUM Population-wide exposure assumptions for real enterprise deployments
LOW Availability of a vendor-published fixed version in public sources

Why this verdict

  • Downgrade for reachability: these are building-automation gateways, which implies *internal/OT placement* more often than internet-edge exposure.
  • Still HIGH because compromise is easy once reachable: the attack path is low-complexity offline extraction plus ordinary authentication, not memory corruption or fragile RCE.
  • Amplifier: protocol-boundary blast radius: compromising a gateway that bridges BACnet/Modbus/LON-style environments can let one device influence multiple downstream systems.

Why not higher?

I am not calling this CRITICAL because there is no public evidence of active exploitation, no KEV listing, and the reachable population is likely much smaller than a mainstream externally exposed appliance. The attack also depends on a management-plane path to the gateway, which is a meaningful deployment-specific choke point.

Why not lower?

I am not pushing this to MEDIUM because the exploit does not require prior authentication, user interaction, or advanced tradecraft once network reachability exists. Full administrative access on an OT gateway is too much blast radius to relegate to backlog hygiene.

05 · Compensating Control

What to do — in priority order.

  1. Block direct management-plane access — Put the web interface behind VPN, jump host, or strict ACLs and remove any flat enterprise-to-OT reachability. For a HIGH verdict, deploy this within 30 days because reachability is the main factor keeping this below CRITICAL.
  2. Restrict gateway access to named admin stations — Allow only specific management hosts and admin subnets to reach the gateway's web interface and diagnostic services. This cuts off opportunistic lateral movement and should be in place within 30 days.
  3. Rotate and validate all gateway credentials — If the exposed credential is operator-changeable, enforce unique non-default credentials and verify they actually took effect on every device. Do this within 30 days, and treat any device still accepting defaults as already exposed.
  4. Monitor for config, backup, and firmware actions — Alert on gateway login success, backup export, restore import, firmware upload, and protocol-driver changes. These are the attacker actions that matter after foothold, and logging coverage should be improved within 30 days.
  5. Segment protocol-facing networks from enterprise IT — Even if a gateway falls, downstream BACnet/Modbus/LON networks should not provide easy pivot paths back into broader enterprise zones. Tighten routing and firewall policy within 30 days to contain blast radius.
What doesn't work
  • A generic WAF does little if the risk is valid authentication with a recovered credential rather than exploit payload delivery.
  • Endpoint AV/EDR is usually irrelevant on embedded OT gateways where you do not have an agent footprint.
  • Relying on internet perimeter blocking alone is not enough if the realistic attacker is already on the internal network or on a contractor/VPN path.
06 · Verification

Crowdsourced verification payload.

Run this on an auditor workstation or engineering laptop against a downloaded firmware image or backup file, not on the gateway itself. Invoke it as python3 verify_cve_2026_35075.py /path/to/firmware.bin; it needs only local read access to the file and no elevated privileges.

noisgate-verify.py
PYTHONREAD-ONLYSAFE
#!/usr/bin/env python3
# verify_cve_2026_35075.py
# Offline triage for CVE-2026-35075 in MBS Single-A firmware/backups.
# Usage: python3 verify_cve_2026_35075.py /path/to/file
# Output: VULNERABLE / PATCHED / UNKNOWN
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN, 3=usage/error

import os
import re
import sys
import subprocess
from pathlib import Path

VULN_VERSION_PATTERNS = [
    rb'V1[_\.\-]?0[_\.\-]?0[_\.\-]?0',
    rb'1[_\.\-]?0[_\.\-]?0[_\.\-]?0'
]
PRODUCT_PATTERNS = [
    rb'MBS',
    rb'Single-A',
    rb'Universal Gateway',
    rb'Gateway Konfigurationsseite',
    rb'169\.254\.0\.1'
]
CRED_PATTERNS = [
    rb'gw',
    rb'GATEWAY'
]


def die(msg, code=3):
    print(f'UNKNOWN - {msg}')
    sys.exit(code)


def read_strings(path):
    try:
        # Try native strings first for better coverage on binaries.
        out = subprocess.run(['strings', '-a', str(path)], capture_output=True, text=True, timeout=120)
        data = out.stdout.encode(errors='ignore')
        if data:
            return data
    except Exception:
        pass

    # Fallback: raw bytes, then extract printable runs.
    raw = Path(path).read_bytes()
    printable = re.findall(rb'[\x20-\x7e]{4,}', raw)
    return b'\n'.join(printable)


def has_any(blob, patterns):
    return any(re.search(p, blob, re.IGNORECASE) for p in patterns)


def find_version_tokens(blob):
    hits = set()
    for m in re.finditer(rb'([Vv]?\d[_\.\-]\d[_\.\-]\d[_\.\-]\d)', blob):
        hits.add(m.group(1).decode(errors='ignore'))
    return sorted(hits)


def main():
    if len(sys.argv) != 2:
        die('usage: python3 verify_cve_2026_35075.py /path/to/firmware.bin')

    path = Path(sys.argv[1])
    if not path.exists() or not path.is_file():
        die('input file not found')

    try:
        blob = read_strings(path)
    except Exception as e:
        die(f'failed to read/analyze file: {e}')

    product_hit = has_any(blob, PRODUCT_PATTERNS)
    vuln_ver_hit = has_any(blob, VULN_VERSION_PATTERNS)
    gw_hit = re.search(rb'\bgw\b', blob, re.IGNORECASE) is not None
    pw_hit = re.search(rb'\bGATEWAY\b', blob, re.IGNORECASE) is not None
    versions = find_version_tokens(blob)

    # Strong vulnerable signal: product markers + affected version + both default credential tokens.
    if product_hit and vuln_ver_hit and gw_hit and pw_hit:
        print('VULNERABLE')
        sys.exit(1)

    # We only call PATCHED when we see product markers, see a version token, do NOT see the known affected version,
    # and do NOT see both default-credential indicators.
    if product_hit and versions and not vuln_ver_hit and not (gw_hit and pw_hit):
        print('PATCHED')
        sys.exit(0)

    # If it looks like an MBS gateway artifact but the evidence is incomplete, stay conservative.
    if product_hit:
        summary = ', '.join(versions[:5]) if versions else 'no version token found'
        print(f'UNKNOWN - MBS artifact detected; version evidence: {summary}; affected-version/default-credential match incomplete')
        sys.exit(2)

    print('UNKNOWN - no strong MBS Single-A firmware indicators found in the supplied file')
    sys.exit(2)


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

If you remember one thing.

TL;DR
Monday morning: treat this as a HIGH-priority OT management-plane problem, not a mass internet worm problem. Use the noisgate mitigation SLA to lock down reachability and credential exposure within 30 days by restricting gateway management access to approved admin paths and validating that no devices still accept default credentials; then use the noisgate remediation SLA to apply the vendor's actual fix within 180 days once MBS publishes a corrected firmware/build. If you discover any of these gateways are internet-exposed or broadly reachable from enterprise user networks, compress that timeline and handle them as emergency exceptions.

Sources

  1. MBS UGW manual PDF showing default IP and default web credentials
  2. MBS A-Series product page for Single-A gateway family
  3. MBS support overview of A-Series / Single-A gateway role
  4. MBS standard gateway page describing integrated web interface
  5. CISA Known Exploited Vulnerabilities catalog
  6. FIRST EPSS API documentation
  7. Public CVE aggregator entry for CVE-2026-35075 / MBS Single-A V1_0_0_0
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.