CVE-2018-13317
published 2018-11-26CVE-2018-13317: Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET…
PriorityP277medium6.1CVSS 3.0
AVNACLPRNUIRSCCLILAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
0.99%
58.6th percentile
Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET request for password.htm.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| totolink | a3002ru_firmware | — | — |
Detection & IOCsextracted from sources · hover to see the quote
yara
regex: orgpassword=[^&\s]+"
- →Send an unauthenticated HTTP GET request to /password.htm on the target device; a vulnerable response will contain both 'orgpassword=' and 'orgusername=' parameters with non-empty values in the response body.
- →A non-vulnerable or patched device will return 'orgpassword=\'\'\'' (empty password field) in the body; use this as a negative matcher to avoid false positives.
- →FOFA fingerprinting query 'title="totolink"' can be used to identify potentially exposed TOTOLINK devices on the internet for mass scanning.
- →The vulnerability requires no authentication (PR:N) and no user interaction beyond the GET request; any HTTP 200 response containing orgpassword and orgusername regex matches confirms exploitation.
- ·Vulnerability is specific to TOTOLINK A3002RU firmware version 1.0.8 only; other firmware versions may not be affected. ↗
- ·Detection requires exactly one HTTP request (max-requests: 1), making it a low-noise, single-probe check suitable for large-scale scanning.
CVSS provenance
nvdv3.06.1MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
nvdv2.04.3MEDIUMAV:N/AC:M/Au:N/C:N/I:P/A:N
vulncheck6.1MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-pph5-pqjx-vh8h: Password disclosure in password
ghsa_unreviewed·2022-05-14
CVE-2018-13317 [MEDIUM] CWE-79 GHSA-pph5-pqjx-vh8h: Password disclosure in password
Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET request for password.htm.
VulnCheck
totolink a3002ru Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
vulncheck·2018·CVSS 6.1
CVE-2018-13317 [MEDIUM] totolink a3002ru Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
totolink a3002ru Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Password disclosure in password.htm in TOTOLINK A3002RU version 1.0.8 allows attackers to obtain the plaintext password for the admin user by making a GET request for password.htm.
Affected: totolink a3002ru
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2018-13317
No detection rules found.
Nuclei
TOTOLINK A3002RU 1.0.8 - Information Disclosure
nuclei·CVSS 6.1
CVE-2018-13317 [MEDIUM] TOTOLINK A3002RU 1.0.8 - Information Disclosure
TOTOLINK A3002RU 1.0.8 - Information Disclosure
TOTOLINK A3002RU firmware version 1.0.8 contains a vulnerability in which an unauthenticated attacker can obtain the plaintext admin password by making a GET request for `password.htm`. This allows remote attackers to gain administrative access without credentials.
Template:
id: CVE-2018-13317
info:
name: TOTOLINK A3002RU 1.0.8 - Information Disclosure
author: ritikchaddha
severity: medium
description: |
TOTOLINK A3002RU firmware version 1.0.8 contains a vulnerability in which an unauthenticated attacker can obtain the plaintext admin password by making a GET request for `password.htm`. This allows remote attackers to gain administrative access without credentials.
impact: |
Unauthenticated attackers can obtain the plaintext administrator
No writeups or analysis indexed.
2018-11-26
Published
Exploited in the wild