CVE-2026-9543
Deferred Deferred - Pending Action
Command Injection in Totolink N300RH Router

Publication date: 2026-05-26

Last updated on: 2026-05-26

Assigner: VulDB

Description
A vulnerability has been found in Totolink N300RH 6.1c.1353_B20190305. Affected is the function setPasswordCfg of the file /cgi-bin/cstecgi.cgi of the component Web Management Interface. Such manipulation of the argument admpass leads to os command injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-26
Last Modified
2026-05-26
Generated
2026-06-15
AI Q&A
2026-05-26
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
totolink n300rh 6.1c.1353_b20190305
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the TOTOLINK N300RH router's web management interface, specifically in the setPasswordCfg function accessed via /cgi-bin/cstecgi.cgi. It allows an attacker to perform OS command injection by manipulating the admpass argument. This means an attacker can execute arbitrary commands on the device remotely without needing to authenticate.

Impact Analysis

The vulnerability can have severe impacts as it allows remote attackers to execute arbitrary operating system commands on the affected router without authentication. This can lead to full compromise of the device, including unauthorized access, control over network traffic, data interception, or disruption of network services.

Detection Guidance

This vulnerability exists in the setPasswordCfg functionality of the TOTOLINK N300RH router's web management interface at /cgi-bin/cstecgi.cgi. Detection involves checking for the presence of this endpoint and testing if the admpass parameter can be manipulated to execute OS commands without authentication.

One approach is to send crafted HTTP requests to the /cgi-bin/cstecgi.cgi endpoint with the setPasswordCfg function and the admpass parameter containing command injection payloads, then observe the response or behavior of the device.

  • Use curl or similar tools to send a request like: curl -v "http://<router-ip>/cgi-bin/cstecgi.cgi?setPasswordCfg&admpass=;id"
  • Check if the response contains output from the injected command (e.g., the output of the 'id' command).
  • Monitor network traffic for unusual requests to /cgi-bin/cstecgi.cgi with suspicious parameters.
Mitigation Strategies

Immediate mitigation steps include restricting access to the web management interface to trusted networks or IP addresses to prevent remote exploitation.

Disable remote management if it is enabled, or change default credentials and ensure strong passwords are used.

Monitor the device for suspicious activity and consider applying any available firmware updates or patches from the vendor addressing this vulnerability.

If no patch is available, consider isolating the device from untrusted networks until a fix is applied.

Compliance Impact

The vulnerability allows remote OS command injection without authentication, which can lead to unauthorized access and control over the affected device.

Such unauthorized access and potential data compromise could negatively impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and secure system management.

However, the provided information does not explicitly detail the direct effects on compliance with these regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9543. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart