cbcvebase.
CVE-2022-25075
published 2022-02-24

CVE-2022-25075: TOTOLink A3000RU V5.9c.2280_B20180512 was discovered to contain a command injection vulnerability in the "Main" function. This vulnerability allows attackers…

PriorityP189critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWVulnCheck KEV
Exploited in the wild
EPSS
56.25%
98.9th percentile
TOTOLink A3000RU V5.9c.2280_B20180512 was discovered to contain a command injection vulnerability in the "Main" function. This vulnerability allows attackers to execute arbitrary commands via the QUERY_STRING parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
totolinka3000ru_firmware

Detection & IOCsextracted from sources · hover to see the quote

path/cgi-bin/downloadFlile.cgi
snort
alert http any any -> [$HOME_NET,$HTTP_SERVERS] any (msg:"ET EXPLOIT Totolink - Command Injection Attempt Inbound (CVE-2022-25075)"; flow:established,to_server; http.uri; content:"/cgi-bin/downloadFlile.cgi"; fast_pattern; content:"="; pcre:"/^(?:\x3b|\x0a|\x26|\x60|\x7c|\x24)/R"; reference:cve,2022-25075; classtype:attempted-admin; sid:2035746; rev:2; metadata:attack_target Networking_Equipment, created_at 2022_04_05, cve CVE_2022_25075, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, updated_at 2024_03_08, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;)
  • Exploit targets the CGI endpoint /cgi-bin/downloadFlile.cgi (note the typo 'Flile') via HTTP to the server; inspect the QUERY_STRING parameter for shell metacharacters injected immediately after an '=' sign.
  • Shell metacharacters to detect in QUERY_STRING following '=': semicolon (0x3b), newline (0x0a), ampersand (0x26), backtick (0x60), pipe (0x7c), dollar sign (0x24) — all classic command injection separators/substitution characters.
  • Traffic flow is inbound, established, to_server — monitor ingress HTTP traffic to networking equipment (TOTOLink A3000RU) for this pattern.
  • Vulnerability resides in the 'Main' function of TOTOLink A3000RU V5.9c.2280_B20180512; arbitrary OS commands are passed through the QUERY_STRING parameter.
  • ·The Snort/Suricata rule uses $HOME_NET and $HTTP_SERVERS variables — ensure these are correctly scoped to include TOTOLink device IPs for accurate detection.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
ghsa6.1MEDIUM
vulncheck9.8CRITICAL
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.