CVE-2025-9533
Published: 27 August 2025
Summary
CVE-2025-9533 is a medium-severity Improper Authentication (CWE-287) vulnerability in Totolink T10 Firmware. Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 45.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-17 (Remote Access).
Deeper analysis
CVE-2025-9533 is an improper authentication vulnerability (CWE-287) in the TOTOLINK T10 router firmware version 4.1.8cu.5241_B20210927. The flaw affects an unknown function in the /formLoginAuth.htm file, where manipulation of the authCode parameter using the input "1" bypasses authentication mechanisms.
A remote, unauthenticated attacker can exploit this vulnerability with low attack complexity and no user interaction required, as reflected in its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation allows the attacker to gain unauthorized access to the device, resulting in low-level impacts to confidentiality, integrity, and availability.
Advisories and related resources, including a public proof-of-concept exploit on GitHub at https://github.com/aLtEr6/MY_test/blob/main/TOTOLINK/TOTOLINK%20T10%20Vulnerability.md and VulDB entries at https://vuldb.com/?ctiid.321552, https://vuldb.com/?id.321552, and https://vuldb.com/?submit.635941, detail the issue. The TOTOLINK vendor website at https://www.totolink.net/ should be consulted for any firmware updates or mitigation guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-25902
Vulnerability details
A vulnerability has been found in TOTOLINK T10 4.1.8cu.5241_B20210927. Affected is an unknown function of the file /formLoginAuth.htm. The manipulation of the argument authCode with the input 1 leads to improper authentication. The attack can be initiated remotely. The exploit…
more
has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct improper authentication bypass on the router's public web interface (/formLoginAuth.htm) enables remote exploitation of a public-facing application for initial unauthorized access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces authentication decisions on /formLoginAuth.htm so that manipulation of authCode cannot bypass login.
Requires cryptographic or strong authentication for all remote management sessions to the router's web interface.
Mandates identification and authentication of non-organizational users before any access is granted to device functions.