CVE-2025-71317
Hard-Coded Backdoor in NetMan 204
Publication date: 2026-06-05
Last updated on: 2026-06-05
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rps_s.p.a. | netman_204 | to 0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-798 | The product contains hard-coded credentials, such as a password or cryptographic key. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-71317 is a critical vulnerability in NetMan 204 devices that involves a hard-coded backdoor account with the username and password 'eurek'.
An unauthenticated remote attacker can exploit this vulnerability by sending a specially crafted request to the cgi-bin/login.cgi endpoint, such as /cgi-bin/login.cgi?username=eurek&password=eurek or a shortened version like /cgi-bin/login.cgi?username=eurek%20eurek.
Due to insufficient parameter validation, the attacker can bypass authentication and gain full administrative privileges on the device.
This allows the attacker to modify device configurations, enable telnet or SSH services, and reset local user credentials.
How can this vulnerability impact me? :
This vulnerability can have severe impacts as it allows a remote, unauthenticated attacker to gain administrative access to the affected device.
- The attacker can alter device configurations, potentially disrupting normal operations.
- They can enable telnet or SSH services, which might be used to further compromise the device or network.
- The attacker can reset local user credentials, locking out legitimate users and taking full control of the device.
Overall, this can lead to unauthorized control, data breaches, and disruption of services.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by attempting to authenticate to the NetMan 204 device's cgi-bin/login.cgi endpoint using the hard-coded backdoor credentials.
- Send an HTTP request to /cgi-bin/login.cgi with the parameters username=eurek and password=eurek, for example: /cgi-bin/login.cgi?username=eurek&password=eurek
- Alternatively, use the shortened parameter version due to lax validation: /cgi-bin/login.cgi?username=eurek%20eurek
If the device grants administrative access without proper authentication, it indicates the presence of the vulnerability.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability in NetMan 204 involves a hard-coded backdoor account that allows unauthenticated remote attackers to gain administrative access, enabling them to alter device configurations and reset user credentials.
Such unauthorized access and control over device configurations can lead to significant security breaches, potentially exposing sensitive data or disrupting critical services.
This level of vulnerability can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require strict access controls, protection of personal data, and prevention of unauthorized system access.
Specifically, the presence of a hard-coded backdoor undermines the principle of least privilege and secure authentication mechanisms mandated by these regulations, increasing the risk of data breaches and non-compliance penalties.
What immediate steps should I take to mitigate this vulnerability?
To mitigate the CVE-2025-71317 vulnerability, immediately restrict access to the NetMan 204 device's cgi-bin/login.cgi endpoint to trusted networks only.
Change or disable the hard-coded backdoor account with username and password 'eurek' if possible.
Disable telnet and SSH services if they are not required, as the attacker can enable these services to gain further access.
Monitor network traffic for suspicious requests targeting the login.cgi endpoint, especially those containing the 'eurek' credentials.
Apply any available firmware updates or patches provided by the vendor to address this vulnerability.