Description
Incorrect access control in the getScheduleCfg function of TOTOLINK T6 4.1.5cu.748_B20211015 allows unauthenticated attackers to obtain schedule or scheduled-reboot configuration information via sending a crafted POST request to /cgi-bin/cstecgi.cgi.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the getScheduleCfg routine of the TOTOLINK T6 4.1.5cu.748_B20211015 firmware. An unauthenticated attacker can trigger the function by sending a crafted POST request to /cgi-bin/cstecgi.cgi and retrieve the schedule or scheduled‑reboot configuration details. Because the function does not enforce authentication or proper access checks, the device discloses sensitive configuration information, allowing an attacker to reconstruct scheduling policies, potentially aiding further compromise. This flaw represents an information‑disclosure flaw due to improper access controls, classed as CWE‑284 (and related to CWE‑200).

Affected Systems

The affected system is the TOTOLINK T6 router running firmware version 4.1.5cu.748_B20211015. No other firmware versions were explicitly identified as vulnerable; devices confirmed to run this exact release are the ones impacted.

Risk and Exploitability

No CVSS score is publicly available, and the EPSS score is not listed, which limits quantitative risk assessment. The vulnerability is not catalogued in the CISA KEV database. The attack can be performed over any network path that can reach the web interface, such as the local LAN or an exposed Internet gateway. Because authentication is not required, an attacker only needs to send a crafted HTTP POST to /cgi-bin/cstecgi.cgi, and no further privileges or additional vulnerability exploitation are needed to obtain the configuration. The simplicity of the request and absence of authentication make this flaw highly exploitable in environments where the router is accessible from untrusted networks.

Generated by OpenCVE AI on August 28, 2026 at 21:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any official firmware update from TOTOLINK that addresses the getScheduleCfg access control flaw.
  • If a patch is not yet available, limit access to the /cgi-bin/cstecgi.cgi endpoint by firewall or router ACLs so that only trusted internal hosts can reach it.
  • Review and enforce authentication on configuration endpoints; consider disabling remote management services that expose schedule configuration when not needed.
  • Monitor device logs for repeated POST attempts to /cgi-bin/cstecgi.cgi and investigate any anomalous activity.

Generated by OpenCVE AI on August 28, 2026 at 21:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Title Incorrect Access Control in TOTOLINK T6 4.1.5cu.748_B20211015 Exposes Schedule Configuration via Unauthenticated POST
Weaknesses CWE-200
CWE-284

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Incorrect access control in the getScheduleCfg function of TOTOLINK T6 4.1.5cu.748_B20211015 allows unauthenticated attackers to obtain schedule or scheduled-reboot configuration information via sending a crafted POST request to /cgi-bin/cstecgi.cgi.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-28T19:14:15.871Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-51654

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-28T20:18:08.877

Modified: 2026-08-28T21:25:59.127

Link: CVE-2026-51654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T21:15:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control