NetMan 204 contains a hard-coded backdoor account with the username and password 'eurek' that grants administrative access. A remote, unauthenticated attacker can authenticate through the cgi-bin/login.cgi endpoint (for example /cgi-bin/login.cgi?username=eurek&password=eurek, which due to lax parameter validation can be shortened to /cgi-bin/login.cgi?username=eurek%20eurek) to obtain administrator privileges, allowing them to alter device configuration, enable the telnet/SSH services, and reset local user credentials.
Security readout for executives and security teams
Plain-English summary
NetMan 204 has a built-in backdoor credential that can grant administrator access remotely without prior authentication. If exposed, an attacker could change UPS network-management settings, enable remote services, and reset local users. Treat internet- or broadly reachable devices as urgent until vendor guidance is confirmed.
Executive priority
Prioritize this as critical for exposed UPS management systems. A compromised management card can affect power infrastructure administration and may enable broader operational disruption. Act first on internet-facing or third-party-accessible devices.
Technical view
CVE-2025-71317 is a CWE-798 hard-coded credential issue in Riello UPS NetMan 204. The source bundle states remote unauthenticated access to the web login can become administrator access. CVSS is 9.8 because network access requires low complexity, no privileges, and no user interaction.
Likely exposure
Organizations using Riello UPS NetMan 204 management cards are exposed if the management interface is reachable from the internet, shared networks, or untrusted internal segments. The bundle lists affected version data only as version "0", so affected firmware range is unclear.
Exploitation context
The bundle includes an Exploit-DB reference and a VulnCheck advisory, so public exploit information exists. CISA KEV status is false, and the provided sources do not show confirmed active exploitation in the wild.
Researcher notes
Evidence supports hard-coded backdoor credentials and remote administrative access. The bundle does not name a fixed version, complete firmware range, or observed exploitation. Avoid assuming remediation beyond vendor guidance and network restriction.
Mitigation direction
Inventory all Riello UPS NetMan 204 devices and management interfaces.
Remove internet exposure and restrict access to trusted administration networks or VPNs.
Check Riello UPS guidance and downloads for firmware or remediation instructions.
Disable unnecessary remote services and review device configuration for unauthorized changes.
Reset local credentials after applying vendor-recommended remediation.
Validation and detection
Confirm whether any NetMan 204 interfaces are reachable from untrusted networks.
Check device firmware and compare it with current Riello UPS guidance.
Review administrative login history and configuration changes for unexpected activity.
Verify Telnet, SSH, and other management services match approved configuration.
Confirm local user credentials were reset after remediation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-798: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
0ADP providers
4Source links
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-798 · source CWE mapping
Use of Hard-coded Credentials
Use of Hard-coded Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.