Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
AC:H because exploitation needs a specific non-default proxy/co-hosting configuration and installed crontab; UI:R for the required admin action; PR:N as the initiating attacker is unauthenticated; C/I/A:H from root/www-data command execution.
Primary rating from Vendor (vulncheck).
CVSS VectorVendor: vulncheck
Lifecycle Timeline
3DescriptionCVE.org
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.
AnalysisAI
Stored OS command injection in the CloneSite plugin of AVideo (through version 29.0) lets an attacker who can plant a malicious SSH password - including through CSRF against an authenticated administrator - execute arbitrary shell commands as the crontab owner, commonly root or www-data, once the plugin's documented cron job runs. The CVSS 4.0 vector (AV:N/PR:N/UI:P) means unauthenticated remote attackers can trigger the chain but must socially engineer an already-authenticated administrator into submitting the crafted request, and exploitation also requires the CloneSite plugin to be enabled with its crontab installed plus one of two CSRF channels: a same-host TLS-terminating reverse proxy with $global['trustedProxies'] unset, or an attacker-controlled application co-hosted on the same hostname abusing the HTTPS SameSite=None session cookie. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | Requires ALL of the following: (1) the CloneSite plugin enabled AND its documented crontab entry installed (the crontab is what actually executes the stored payload); (2) one of two CSRF channels - either a same-host TLS-terminating reverse proxy with $global['trustedProxies'] unset (which neutralizes the isUntrustedRequest()/forbidIfIsUntrustedRequest() loopback check), or an attacker-controlled application co-hosted on the same hostname (leveraging the HTTPS SameSite=None session cookie for cross-site POST); and (3) social-engineering an already-authenticated administrator into submitting the crafted request to pluginAddDataObject.json.php. … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | The vendor CVSS 4.0 score of 8.7 (AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H) frames this as a high-severity remote code execution flaw, and the technical impact is genuinely severe: successful exploitation yields arbitrary command execution as the crontab owner, commonly root or www-data. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | Full exploit scenario with step-by-step reproduction available after sign-in. |
| Remediation | No vendor-released patch identified at time of analysis: the issue is confirmed at master HEAD (8963b6a1) and no fixed version exists, so remediation is entirely compensatory. … Detailed patch versions, workarounds, and compensating controls in full report. |
Recommended ActionAI
Within 24 hours, inventory all AVideo deployments and identify any running version 29.0 or earlier with the CloneSite plugin enabled; if the plugin is not business-critical, disable it immediately and remove any associated crontab entries, and verify whether the server sits behind a TLS-terminating reverse proxy-if so, ensure $global['trustedProxies'] is explicitly configured and set session cookies to SameSite=Strict or Lax to close the CSRF channel. …
Sign in for detailed remediation steps and compensating controls.
Threat intelligence, references, and detailed analysis are available after sign-in.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-81280
GHSA-c9w6-444r-27pj