CVE-2026-37751
Received Received - Intake

OS Command Injection in 23blocks-OS ai-maestro

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

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: MITRE

Description

An OS command injection vulnerability in the killSessionSync function (lib/agent-runtime.ts) of 23blocks-OS ai-maestro v0.24.17 allows attackers to execute arbitrary commands via a crafted input.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
23blocks ai-maestro 0.24.17
23blocks-os ai-maestro to 0.24.18 (exc)
23blocks-os ai-maestro 0.24.18

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an OS command injection vulnerability in the killSessionSync function of 23blocks-OS ai-maestro v0.24.17. Attackers can exploit it by sending a specially crafted input to execute arbitrary commands on the system.

Detection Guidance
  • Check if your ai-maestro instance is running version 0.24.17 or earlier. If so, it is vulnerable.
  • Inspect network traffic for POST requests to /api/agents with agent names containing shell metacharacters like ;, |, &, or $.
  • Monitor for unexpected command execution or unusual processes spawned by the ai-maestro service.
  • Use curl to test the endpoint: curl -X POST http://<target>:23000/api/agents -d '{"name":"malicious; whoami"}' to see if arbitrary commands execute.
Impact Analysis

An attacker could gain control of the affected system, steal data, install malware, or disrupt operations. This could lead to unauthorized access, data breaches, or system compromise depending on the system's role and data stored.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other regulations if it results in unauthorized data access, disclosure, or loss. Organizations may face fines, legal penalties, or reputational damage.

Mitigation Strategies

Update 23blocks-OS ai-maestro to the latest version to patch the vulnerability in the killSessionSync function. Review and restrict access to the lib/agent-runtime.ts file. Monitor network traffic for unusual command execution patterns.

Chat Assistant

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

EPSS Chart