Cyber Resilience

CVE-2022-27373

HighPublic PoCRCE

Published: 19 July 2022

Published
19 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3245 97.0th percentile
Risk Priority 37 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-27373 is a high-severity OS Command Injection (CWE-78) vulnerability in Phicomm Fir303B Firmware. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 3.0% 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-27373 is a remote command execution vulnerability affecting the Ping function in the Shanghai Feixun Data Communication Technology Co., Ltd router model fir302b A2. The flaw is categorized under CWE-78 and carries a CVSS 3.1 score of 8.8, reflecting network-accessible command injection that can lead to full confidentiality, integrity, and availability impact.

An attacker with valid credentials can supply crafted input to the Ping feature over the network, resulting in arbitrary operating-system command execution on the device. This grants the ability to read or modify configuration and data, install persistent access mechanisms, or disrupt router operation without further user interaction.

Public references consist of GitHub repositories that appear to contain proof-of-concept material for the issue. No vendor advisory, firmware update, or official mitigation guidance is referenced in the available sources. The associated EPSS score has remained at 0.3245 since disclosure, indicating sustained but not newly escalating exploitation interest.

EU & UK References

Vulnerability details

Shanghai Feixun Data Communication Technology Co., Ltd router fir302b A2 was discovered to contain a remote command execution (RCE) vulnerability via the Ping function.

CWE(s)

Related Threats

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

Affected Assets

phicomm
fir303b firmware
all versions

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