Ebyte NE2-D11 (CVE-2026-73125, CVE-2026-73809, CVE-2026-73839 +8 more)
CISA published an ICS advisory disclosing eleven vulnerabilities in the Ebyte NE2-D11 industrial gateway device running firmware FW-9167-0-11. Three CVEs are rated CVSS 9.8 Critical, covering missing authentication, client-side authentication bypass, and cleartext MQTT credential transmission. No patch is available; the vendor acknowledged the reports but has not provided remediation. Attackers can exploit these flaws remotely without authentication to gain administrative control, intercept credentials, hijack sessions, and disrupt device operation.
- cveCVE-2026-69658MQTT credentials and control traffic transmitted in cleartext expose sensitive information and enable device impersonation.
- cveCVE-2026-71187Client-side authentication logic can be reproduced by unauthenticated users to bypass authentication and obtain administrative access.
- cveCVE-2026-73125Missing authentication for critical function allows unauthenticated remote attackers to access configuration, modify settings, or disrupt availability.
- cveCVE-2026-73809Cleartext transmission of sensitive information in the web management interface allows network-level attackers to intercept authentication or session data.
- cveCVE-2026-73839Administrative credentials exposed in plaintext within the management interface, enabling credential compromise through observation.
- cveCVE-2026-75548Web management interface can be embedded in external frames, enabling clickjacking attacks against authenticated administrators.
- cveCVE-2026-75813Missing server-side authorization on configuration endpoints allows unauthorized users to access or modify sensitive device settings.
- cveCVE-2026-75814Cross-Site Request Forgery allows an unauthenticated remote attacker to trick an authenticated administrator into making unauthorized configuration changes.
- cveCVE-2026-76179Authentication tokens passed in GET query strings are insufficiently protected, allowing session hijacking and unauthorized administrative access.
- cveCVE-2026-76940Lack of rate limiting or account lockout enables automated brute-force authentication attacks.
- cveCVE-2026-76945Client-managed authentication tokens lack server-side validation, enabling token replay or manipulation for unauthorized administrative access.
Detection / Hunteropenrouter
What Happened
A government cybersecurity agency published a warning about multiple security flaws in a piece of industrial networking equipment called the Ebyte NE2-D11. The flaws let attackers remotely take control of the device without needing a password, intercept sensitive data sent over the network, and trick authorized users into making unintended changes. Organizations in manufacturing and energy that use this device are affected. The manufacturer knows about the problems but has not yet released a fix. Until a patch is available, organizations should isolate these devices from the public internet, place them behind firewalls, and use encrypted connections for any remote access.
Key Takeaways
- Eleven vulnerabilities affect Ebyte NE2-D11 firmware FW-9167-0-11, including three rated CVSS 9.8 Critical for missing authentication, client-side authentication bypass, and cleartext MQTT credential transmission.
- No patch is currently available; the vendor acknowledged the reports but has not provided a fix or further coordination.
- Successful exploitation enables unauthenticated remote attackers to gain administrative access, intercept credentials, modify device configuration, hijack sessions, and disrupt device availability.
- Affected sectors include Critical Manufacturing and Energy; devices are deployed worldwide.
- CISA recommends minimizing network exposure, isolating control system networks, and using VPNs for remote access as interim mitigations.
Affected Systems
- Ebyte NE2-D11 Firmware FW-9167-0-11
Vulnerabilities (CVEs)
| CVE | Product | Severity | Description |
|---|---|---|---|
| CVE-2026-73125 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Critical | Missing authentication for critical function allows unauthenticated remote attackers to access configuration, modify settings, or disrupt availability. |
| CVE-2026-73809 | Ebyte NE2-D11 Firmware FW-9167-0-11 | High | Cleartext transmission of sensitive information in the web management interface allows network-level attackers to intercept authentication or session data. |
| CVE-2026-73839 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Medium | Administrative credentials exposed in plaintext within the management interface, enabling credential compromise through observation. |
| CVE-2026-71187 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Critical | Client-side authentication logic can be reproduced by unauthenticated users to bypass authentication and obtain administrative access. |
| CVE-2026-76179 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Critical | Authentication tokens passed in GET query strings are insufficiently protected, allowing session hijacking and unauthorized administrative access. |
| CVE-2026-75814 | Ebyte NE2-D11 Firmware FW-9167-0-11 | High | Cross-Site Request Forgery allows an unauthenticated remote attacker to trick an authenticated administrator into making unauthorized configuration changes. |
| CVE-2026-76940 | Ebyte NE2-D11 Firmware FW-9167-0-11 | High | Lack of rate limiting or account lockout enables automated brute-force authentication attacks. |
| CVE-2026-75548 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Medium | Web management interface can be embedded in external frames, enabling clickjacking attacks against authenticated administrators. |
| CVE-2026-75813 | Ebyte NE2-D11 Firmware FW-9167-0-11 | High | Missing server-side authorization on configuration endpoints allows unauthorized users to access or modify sensitive device settings. |
| CVE-2026-76945 | Ebyte NE2-D11 Firmware FW-9167-0-11 | High | Client-managed authentication tokens lack server-side validation, enabling token replay or manipulation for unauthorized administrative access. |
| CVE-2026-69658 | Ebyte NE2-D11 Firmware FW-9167-0-11 | Critical | MQTT credentials and control traffic transmitted in cleartext expose sensitive information and enable device impersonation. |
Attack Chain
- Reconnaissance: Attacker identifies an internet-accessible Ebyte NE2-D11 web management interface or MQTT endpoint.
- Initial Access: Attacker exploits missing authentication (CVE-2026-73125) or client-side authentication bypass (CVE-2026-71187) to reach administrative functionality without credentials.
- Credential Capture: Attacker intercepts cleartext web (CVE-2026-73809) or MQTT (CVE-2026-69658) traffic to steal session tokens or credentials.
- Session Hijacking: Attacker reuses tokens passed in GET query strings (CVE-2026-76179) or replays client-managed tokens (CVE-2026-76945) to impersonate an authenticated administrator.
- Persistence/Impact: Attacker modifies device configuration, disrupts availability, or impersonates the device on the MQTT broker.
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
No detection rules are provided in the advisory. The article is a vulnerability disclosure with mitigation guidance only.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | Low | The affected device is an industrial gateway appliance. EDR agents are unlikely to be installed on this class of device, limiting endpoint telemetry. |
| Network Visibility | Medium | Network-level detection of cleartext HTTP and MQTT traffic to the device is feasible if the monitoring infrastructure has visibility into the relevant segments. Detection of authentication bypass attempts requires knowledge of expected versus anomalous requests to the web interface. |
| Detection Difficulty | Moderate | Detecting exploitation requires identifying anomalous HTTP requests to the device management interface and cleartext MQTT sessions. The lack of device-side logging limits attribution and correlation. |
Required Log Sources
- Network flow logs for the segments hosting Ebyte NE2-D11 devices
- Full PCAP or proxy logs for HTTP traffic to the device management interface
- MQTT broker logs if the device connects to a managed broker
- Firewall logs for inbound connections to the device
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| An unauthenticated remote attacker accessed administrative endpoints on the Ebyte web management interface without a valid session token. | HTTP access logs or proxy logs showing requests to administrative configuration endpoints without preceding authentication requests. | Initial Access | Medium — legitimate administrative tools or monitoring scripts may access endpoints without standard session flows. |
| An attacker intercepted or replayed authentication tokens transmitted in cleartext GET query strings to the Ebyte device. | Network packet capture or proxy logs showing repeated use of the same session token from different source IPs. | Credential Access / Session Hijacking | Low — token reuse from multiple source IPs is uncommon in normal operations. |
| An attacker performed automated brute-force authentication attempts against the Ebyte device due to lack of rate limiting. | HTTP access logs showing a high volume of authentication requests from a single source IP in a short time window. | Initial Access | Low — high-volume authentication attempts to a single ICS device are atypical. |
| An attacker exploited CSRF or clickjacking to trick an authenticated administrator into submitting unauthorized configuration changes. | HTTP referrer headers and request origin analysis for configuration change requests to the Ebyte device. | Execution | Medium — legitimate administrative sessions may originate from various internal sources. |
Control Gaps
- Network firewalls permitting inbound access to the Ebyte device management interface from untrusted networks.
- Lack of TLS/encryption on the device management interface and MQTT communications.
- Absence of network-level rate limiting or IPS rules for brute-force protection on the device.
- No device-side logging for authentication events or configuration changes.
Key Behavioral Indicators
- HTTP requests to Ebyte NE2-D11 management endpoints without a valid session cookie or authentication header.
- Cleartext HTTP or MQTT traffic to or from the Ebyte device on the network.
- Repeated authentication attempts from a single source IP exceeding normal baseline rates.
- Configuration change requests to the device originating from referrer URLs outside the organization's domain.
False Positive Assessment
Low — the vulnerabilities are specific to the Ebyte NE2-D11 device and firmware version. Detection of cleartext traffic or unauthenticated administrative access to this specific device model is unlikely to generate false positives in a well-instrumented environment.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Identify all Ebyte NE2-D11 devices running firmware FW-9167-0-11 in your environment and inventory their network exposure.
- If your network architecture supports it, isolate Ebyte NE2-D11 devices behind firewalls and restrict management interface access to a dedicated administrative VLAN.
- If remote access to the device is required, consider requiring a VPN with MFA as a gateway rather than exposing the management interface directly.
- Monitor network traffic to and from Ebyte NE2-D11 devices for cleartext HTTP and MQTT sessions, and block external inbound connections where feasible.
Infrastructure Hardening
- Evaluate whether your network segmentation policies adequately separate ICS device management networks from business and internet-facing networks.
- Consider deploying an inline TLS-terminating reverse proxy for the device management interface if the device itself cannot enforce HTTPS.
- If your organization operates an MQTT broker, evaluate whether broker-side ACLs and TLS can mitigate the risk of cleartext credential exposure from affected devices.
- Contact Ebyte to request patch availability and firmware update timelines.
User Protection
- Consider disabling or restricting web-based management on Ebyte NE2-D11 devices where CLI or out-of-band management is available.
- If web management is required, evaluate whether browser-based security controls such as Content-Security-Policy enforcement via a reverse proxy can mitigate CSRF and clickjacking risks.
- Ensure administrators accessing the device use dedicated, isolated workstations that are not simultaneously browsing untrusted sites.
Security Awareness
- Consider incorporating ICS-specific social engineering awareness into existing training programs, emphasizing that CSRF and clickjacking attacks can target industrial device administrators.
- Remind personnel that unsolicited links and attachments should not be opened, as they may be used to deliver CSRF payloads against authenticated device sessions.
- Encourage operations teams to report any unexpected device configuration changes or unexpected management interface access prompts.