Vulnerability record · CVE-2022-30547 · published 22 August 2022
CVE-2022-30547: AVideo unzipDirectory path traversal leads to command execution
Wwbn · Avideo
WWBN AVideo 11.6 and dev master commit 3f7c0364 contain a directory traversal flaw in the unzipDirectory functionality. A crafted HTTP request can escape the intended extraction path and result in arbitrary command execution. The flaw is critical because it turns a file-handling routine into remote code execution on the server.
Description
A directory traversal vulnerability exists in the unzipDirectory 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 vulnerability.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Automated analysis
critical priorityCVSS 9.9 with network reachability, low privileges, changed scope and high confidentiality, integrity and availability impact, plus a very high EPSS score and public exploit detail.
What it is
WWBN AVideo 11.6 and dev master commit 3f7c0364 contain a directory traversal flaw in the unzipDirectory functionality. A crafted HTTP request can escape the intended extraction path and result in arbitrary command execution. The flaw is critical because it turns a file-handling routine into remote code execution on the server.
Impact
An attacker with a low-privileged account can execute arbitrary commands on the host, leading to full compromise of the application and its data. Because the scope is changed, the impact can extend beyond the vulnerable component.
Attack surface
Reached over the network via an HTTP request to the unzipDirectory functionality; the CVSS vector requires low privileges (PR:L) and no user interaction (UI:N). No authentication bypass is implied, so a valid low-privileged session is needed.
Exploitation
Not listed in CISA KEV and no ransomware usage is documented, but EPSS is very high (0.637, 99.2nd percentile) and the Talos reference is tagged Exploit, indicating public exploit detail exists.
What to do
- Apply the vendor fix or upgrade AVideo past the affected 11.6 / dev master commit 3f7c0364 state.
- Restrict access to the unzipDirectory functionality to trusted administrative roles only.
- Validate and canonicalize archive entry paths before extraction, rejecting entries that resolve outside the target directory.
- Run the AVideo service with least privilege and isolate it from sensitive host resources.
- Monitor and alert on unexpected child processes spawned by the web server.
Detection
- Review web server and application logs for requests to unzipDirectory endpoints with traversal sequences such as ../ in parameters.
- Alert on archive extraction events that write files outside expected upload or media directories.
- Monitor for unexpected process creation by the AVideo/PHP service account, especially shell or command interpreters.
- Correlate file writes in web-accessible paths with subsequent outbound or command execution activity.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| https://github.com/WWBN/AVideo/blob/e04b1cd7062e16564157a82bae389eedd39fa088/updatedb/updateDb.v12.0.sql | Third Party Advisory |
| https://talosintelligence.com/vulnerability_reports/TALOS-2022-1547 | ExploitTechnical DescriptionThird Party Advisory |
| https://github.com/WWBN/AVideo/blob/e04b1cd7062e16564157a82bae389eedd39fa088/updatedb/updateDb.v12.0.sql | Third Party Advisory |
| https://talosintelligence.com/vulnerability_reports/TALOS-2022-1547 | ExploitTechnical DescriptionThird Party Advisory |
Track CVE-2022-30547 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2022-30547), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.