Vulnerability Description
Horde Virtual File System (VFS) API before 3.0.1 contains an OS command injection vulnerability in the Horde_Vfs_Smb driver where the _escapeShellCommand() method fails to sanitize command substitution sequences, allowing authenticated attackers to inject arbitrary shell commands through user-controlled filenames. Attackers can supply malicious filenames containing unescaped command substitution payloads through operations such as file upload, folder creation, rename, or deletion, which are interpolated into a double-quoted shell context and executed via proc_open() through /bin/sh -c before smbclient runs, resulting in arbitrary command execution on the underlying system.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/horde/Vfs/commit/41f74b4acfc144e09013d04dd121e0a5da808361
- https://github.com/horde/Vfs/pull/10
- https://github.com/horde/Vfs/releases/tag/v3.0.1
- https://www.vulncheck.com/advisories/horde-vfs-os-command-injection-via-horde-vf
FAQ
What is CVE-2026-60102?
CVE-2026-60102 is a vulnerability with a CVSS score of 8.8 (HIGH). Horde Virtual File System (VFS) API before 3.0.1 contains an OS command injection vulnerability in the Horde_Vfs_Smb driver where the _escapeShellCommand() method fails to sanitize command substitutio...
How severe is CVE-2026-60102?
CVE-2026-60102 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-60102?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.