AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73682

HIGH · CVSS 8.8 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-14 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Semaphore versions prior to 2.18.20 are vulnerable to an OS command injection flaw in the handling of the git_url parameter, allowing authenticated users with Manager or Owner roles to execute arbitrary shell commands on the server. This vulnerability poses a significant risk of remote code execution, potentially compromising the entire Semaphore server environment. Organizations using affected versions should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

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

Detected Signals
remote code execution code execution

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

CVE
CVE-2026-73682
Severity
HIGH
CVSS
8.8
EPSS
N/A

Original NVD Description

Semaphore versions prior to 2.18.20 contain an OS command injection (argument injection) vulnerability in the repository git_url handling that allows authenticated users holding the Manager or Owner role on any project to achieve remote code execution on the Semaphore server host. Attackers can craft a malicious git_url value using git's --upload-pack= option to inject and execute arbitrary shell commands when the server processes repository operations using the default cmd_git client.