Cyber Resilience

CVE-2022-32572

HighPublic PoCRCE

Published: 22 August 2022

Published
22 August 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.2288 96.0th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-32572 is a high-severity OS Command Injection (CWE-78) vulnerability in Wwbn Avideo. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 4.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

An OS command injection vulnerability exists in the aVideoEncoder wget functionality of WWBN AVideo version 11.6 and the development master commit 3f7c0364. The flaw, tracked as CWE-78, allows arbitrary command execution when a specially crafted HTTP request is processed, and carries a CVSS 3.1 score of 8.8 reflecting network attack vector, low complexity, and low privileges required.

An authenticated attacker with low privileges can send a crafted HTTP request to the affected component and obtain arbitrary command execution on the underlying system, resulting in full confidentiality, integrity, and availability impact.

Public references point to Talos report TALOS-2022-1548 and the AVideo updateDb.v12.0.sql script as sources for remediation details and the corresponding patch.

The associated EPSS score has remained near 0.23 with only minimal variation between its current and peak values.

EU & UK References

Vulnerability details

An os command injection vulnerability exists in the aVideoEncoder wget functionality of WWBN AVideo 11.6 and dev master commit 3f7c0364. A specially-crafted HTTP request can lead to arbitrary command execution. An attacker can send an HTTP request to trigger this…

more

vulnerability.

CWE(s)

Related Threats

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

Affected Assets

wwbn
avideo
11.6

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