CVE-2026-93966
Received Received - Intake

Command Injection in aiyiyi121 SxDevOps

Vulnerability report for CVE-2026-93966, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulDB

Description

A vulnerability has been found in aiyiyi121 SxDevOps 1.0/1.1. Affected by this vulnerability is the function paramiko.SSHClient.exec_command of the file backend/ops/host_tasks.py of the component TASK_RUN_COMMAND. Such manipulation of the argument command leads to command injection. The attack may be launched remotely. The name of the patch is 2b4bf8585c3e731e7a8af30801ea46680bc783f9. It is advisable to implement a patch to correct this issue. The vendor was contacted early, responded in a very professional manner and quickly released a fixed version of the affected product.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-20
Last Modified
2026-09-20
Generated
2026-09-20
AI Q&A
2026-09-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
aiyiyi121 sxdevops to 1.1 (inc)
aiyiyi121 sxdevops 1.0
aiyiyi121 sxdevops From 1.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a command injection flaw in the SxDevOps software (versions 1.0/1.1). It exists in the paramiko.SSHClient.exec_command function within backend/ops/host_tasks.py. The issue occurs because user-controlled input in the 'command' argument is passed directly to the function without proper sanitization, allowing attackers to inject and execute arbitrary commands on SSH-managed hosts remotely.

Detection Guidance

To detect this vulnerability, monitor network traffic for unusual SSH command execution patterns. Check logs in backend/ops/host_tasks.py for unfiltered command inputs passed to paramiko.SSHClient.exec_command. Look for commands containing shell metacharacters or high-risk patterns like rm, shutdown, or curl.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary commands on systems managed by SxDevOps with the privileges of the Django process. This could lead to full system compromise, unauthorized data access, privilege escalation, or lateral movement within the network. Attackers could install malware, exfiltrate sensitive data, or disrupt operations.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized data access risks and insufficient security controls. GDPR mandates protection of personal data, while HIPAA requires safeguards for protected health information. The lack of input validation and hardcoded credentials further exacerbate compliance violations by enabling data breaches and unauthorized access.

Mitigation Strategies

Apply the patch 2b4bf8585c3e731e7a8af30801ea46680bc783f9 immediately. Implement input validation for all commands passed to paramiko.SSHClient.exec_command. Block dangerous command patterns such as rm -rf, shutdown, and curl | sh. Disable demo accounts in production and enforce secure password configurations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-93966. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart