# Hard-coded Credentials in PUSR Industrial Converter Enable Complete Device Takeover
## The Threat
The USR-W610 RS232/485 to Wi-Fi/Ethernet Converter, manufactured by Jinan USR IOT Technology Limited (PUSR), contains embedded administrative credentials that can be extracted directly from the firmware image. An attacker with access to the device firmware—obtainable through physical access, network interception, or firmware repositories—can extract plaintext credentials and use them to authenticate as an administrator. Once authenticated, the attacker gains full control of the device.
The USR-W610 is a network bridge commonly deployed in industrial and critical infrastructure environments to convert legacy RS232/485 serial communications to modern Ethernet and Wi-Fi protocols. These devices are invisible infrastructure: they sit in manufacturing plants, utility control rooms, and process automation systems, translating signals between older equipment and modern networks. The presence of hard-coded administrative credentials means any attacker who obtains the firmware can assume complete control without needing to crack passwords or exploit additional vulnerabilities.
This is a critical failure in the device's security foundation. The vulnerability is not a complex logic flaw requiring specialized knowledge to exploit—it is a fundamental misunderstanding of how to handle credentials. Hard-coded credentials in firmware have been a known anti-pattern in industrial security for over two decades. The presence of this vulnerability suggests the device was never subjected to basic firmware security review before release.
## Severity and Impact
| Field | Value |
|-------|-------|
| CVE | CVE-2026-7786 |
| CVSS v3.1 Score | 9.8 (CRITICAL) |
| Base Severity | CRITICAL |
| Vector String | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Attack Vector | Network |
| Attack Complexity | Low |
| Privileges Required | None |
| User Interaction | None |
| Scope | Unchanged |
| Confidentiality | High |
| Integrity | High |
| Availability | High |
| CWE | CWE-798: Use of Hard-coded Credentials |
The CVSS 9.8 rating reflects the severity: an attacker can exploit this vulnerability remotely, requires no privileges or user interaction, and gains complete control over device administration. The device typically controls legacy equipment in manufacturing and utility environments, meaning successful exploitation could disrupt production, compromise safety systems, or alter operational parameters in critical infrastructure.
## Affected Products
Jinan USR IOT Technology Limited (PUSR)
## Mitigations
Network Segmentation and Access Control
Since PUSR did not respond to CISA coordination attempts and no firmware patch is available, organizations must implement strict network controls:
Secure Remote Access
Firmware Handling
Detection and Response
Vendor Engagement
## References
## HackWire Analysis
This vulnerability exposes a persistent problem in industrial IoT: manufacturers continue to ship devices with hard-coded credentials despite two decades of security best practices. The USR-W610 is not alone—similar serial-to-Ethernet converters from other vendors have carried identical flaws. What makes CVE-2026-7786 noteworthy is that PUSR did not respond to CISA's coordination attempts, meaning organizations cannot expect a patch. The device is stranded in an unpatched state with no path to remediation.
The real story here is the lack of accountability. PUSR manufactures devices deployed globally in manufacturing, energy, and process control systems. The hard-coded credentials suggest no firmware security review occurred before release. CISA disclosed this vulnerability because public safety demanded it—but organizations are now left implementing workarounds to compensate for vendor negligence.
For defenders, this is a hard lesson: assume devices you cannot patch will be exploited. The absence of public exploitation today does not mean it won't happen tomorrow. Industrial devices with direct remote access are high-value targets. An attacker who compromises a serial-to-Ethernet converter can modify operational data, trigger false alarms, or disable safety interlocks depending on what equipment the device controls.
Organizations using these converters should audit their deployments immediately. If the device is exposed to any network (even behind a firewall), isolation should begin today. If replacement is infeasible, layered controls—network segmentation, anomaly detection, and strict access logging—are the only defense against an eventually inevitable attack. PUSR's non-response to CISA suggests little confidence in a security fix. Treat it as permanent and plan accordingly.
— HackWire Editorial
## Related Coverage