Cyber Resilience

CVE-2022-37149

CriticalPublic PoCRCE

Published: 30 August 2022

Published
30 August 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1331 94.3th percentile
Risk Priority 28 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-37149 is a critical-severity OS Command Injection (CWE-78) vulnerability in Wavlink Wl-Wn575A3 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 5.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-37149 is a command injection vulnerability, tracked under CWE-78, that affects the WAVLINK WL-WN575A3 wireless range extender running firmware RPT75A3.V4300.201217. The flaw resides in the adm.cgi endpoint and is triggered when unsanitized input is processed through the username parameter, allowing operating-system command execution.

An unauthenticated attacker with network access can supply a crafted username value to adm.cgi and execute arbitrary commands on the device. The vulnerability carries a CVSS 3.1 score of 9.8, reflecting that no authentication, user interaction, or special network positioning is required to obtain full control over the affected device.

Public references consist of a GitHub repository that documents the issue and supplies proof-of-concept details; no vendor advisory or firmware patch information is included in the available sources.

The EPSS score for this CVE rose from a low baseline after disclosure to a peak of 0.4207 on 2025-01-22 before receding to its current value of 0.1331, indicating a later surge in exploitation interest that warrants renewed attention.

EU & UK References

Vulnerability details

WAVLINK WL-WN575A3 RPT75A3.V4300.201217 was discovered to contain a command injection vulnerability when operating the file adm.cgi. This vulnerability allows attackers to execute arbitrary commands via the username parameter.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

wavlink
wl-wn575a3 firmware
rpt75a3.v4300.201217

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References