---
id: CVE-2026-92580
title: >-
  In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS
  command injection
summary: >-
  In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS
  command injection. In plugin/CloneSite/cloneClient.json.php (line ~270) the
  stored SSH password is substituted into the command string `sshpass -p
  '{password}' rsync…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'
cwe:
  - CWE-78
vendor: WWBN
product: AVideo
affected:
  - AVideo <= 29.0
published: '2026-09-16'
updated: '2026-09-19'
sourceUpdated: '2026-09-19T03:17:17.193'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92580'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-g96r-pgr6-m7hh'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-through-29.0-clonesite-stored-shell-injection-via-ssh-password-csrf
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-g96r-pgr6-m7hh'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.01107
epssPercentile: 0.63898
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-19T02:01:06.591860Z'
ingestedAt: '2026-09-16T22:06:50.933Z'
---

## Overview

In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS command injection. In plugin/CloneSite/cloneClient.json.php (line ~270) the stored SSH password is substituted into the command string `sshpass -p '{password}' rsync ...` with a plain str_replace and no escaping, so a single quote in the password breaks out of the quoted word and injects arbitrary shell. The password is written through the admin-only endpoint objects/pluginAddDataObject.json.php, whose only CSRF defense (isUntrustedRequest()/forbidIfIsUntrustedRequest()) is a no-op when the request source appears to be loopback — as happens behind a same-host TLS-terminating reverse proxy with $global['trustedProxies'] unset — or when an attacker-controlled application is co-hosted on the same hostname; on HTTPS the session cookie is issued with SameSite=None, so a cross-site POST carries it. An unauthenticated remote attacker can therefore lure an authenticated administrator into planting a malicious password (and an attacker-controlled cloneSiteURL), after which the plugin's documented crontab entry executes the injected command with no further administrator action, as the crontab owner (commonly root or www-data). Exploitation requires the CloneSite plugin to be enabled with the documented crontab installed and one of the above CSRF channels; default single-process Apache deployments are reported as not CSRF-exploitable. This is a residual sink of CVE-2026-41304. The issue is confirmed at master HEAD (8963b6a1); no patched version is available.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
