SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-65711

HIGH · CVSS 7.2 EPSS 2.41% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-24 · Last synced 2026-08-23

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated administrators of sysPass version 3.2.11 to exploit an OS command injection flaw by manipulating the backup path, enabling arbitrary command execution as the web server process user. This could lead to unauthorized access or control over the server, posing significant security risks. Organizations using this version of sysPass should prioritize immediate remediation to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-65711
Severity
HIGH
CVSS
7.2
EPSS
2.41%

Original NVD Description

sysPass through version 3.2.11 contains an OS command injection vulnerability that allows authenticated administrators to execute arbitrary commands as the web server process user by setting a malicious backup path and triggering a backup. The FileBackupService builds a tar shell command via string concatenation, inserting the admin-configurable siteBackupPath setting without escapeshellarg() or equivalent sanitization before passing it to exec(), causing injected commands to persist and execute on every subsequent backup trigger.