Cyber Resilience

CVE-2023-26490

Command Injection in Mailcow\ _dockerized

Published
04 March 2023
Modified
21 November 2024
CVSS Score v3.1 7.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.022 81th percentile
Risk Priority 66 floored blend · peak EPSS

Summary

CVE-2023-26490 is a high-severity OS Command Injection (CWE-78) vulnerability in Mailcow Mailcow\. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 19% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

mailcow is a dockerized email package that links multiple containers in a single bridged network. The Sync Job feature, which can be enabled for standard users via an ACL, contains a command injection vulnerability (CWE-78) in the imapsync Perl script. When constructing a shell command that invokes openssl for XOAUTH2 authentication, portions of the user-supplied password are incorporated without validation, allowing arbitrary command execution inside the dovecot container.

An attacker who obtains the Sync Job permission can exploit the flaw to gain shell access within the affected container. The permission is not granted by default to newly created mailcow accounts, limiting exposure to users who have been explicitly assigned the ACL or to accounts created before the default policy was enforced.

The vulnerability was addressed in the 2023-03 mailcow release published on 3 March 2023. As an interim mitigation, administrators can remove the Syncjob ACL from all mailbox users to prevent creation or modification of sync jobs. The corresponding GitHub Security Advisory and release notes document the fix and the workaround.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

mailcow is a dockerized email package, with multiple containers linked in one bridged network. The Sync Job feature - which can be made available to standard users by assigning them the necessary permission - suffers from a shell command injection.…

more

A malicious user can abuse this vulnerability to obtain shell access to the Docker container running dovecot. The imapsync Perl script implements all the necessary functionality for this feature, including the XOAUTH2 authentication mechanism. This code path creates a shell command to call openssl. However, since different parts of the specified user password are included without any validation, one can simply execute additional shell commands. Notably, the default ACL for a newly-created mailcow account does not include the necessary permission. The Issue has been fixed within the 2023-03 Update (March 3rd 2023). As a temporary workaround the Syncjob ACL can be removed from all mailbox users, preventing from creating or changing existing Syncjobs.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-34108Same product: Mailcow Mailcow\
CVE-2024-30270Same product: Mailcow Mailcow\
CVE-2024-24760Same product: Mailcow Mailcow\
CVE-2024-41960Same product: Mailcow Mailcow\
CVE-2024-31204Same product: Mailcow Mailcow\
CVE-2023-49077Same product: Mailcow Mailcow\
CVE-2024-41959Same product: Mailcow Mailcow\
CVE-2024-41958Same product: Mailcow Mailcow\
CVE-2025-25198Same product: Mailcow Mailcow\
CVE-2025-53909Same product: Mailcow Mailcow\

Affected Assets

mailcow
mailcow\
_dockerized

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5
  • V1.2.8
  • V15.2.5

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly require secure coding and input handling that blocks command-injection defects, yet the single broad outcome leaves many specific neutralization vectors and verification gaps unaddressed.

PR.PS-02 partial match
prevents

Routine patching/maintenance can remediate known command-injection CVEs in dependencies (partial forward) but does nothing to stop developers from introducing improper neutralization in custom code (none reverse).

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing and code review target insecure use of operating-system command interfaces, catching command-injection flaws introduced during development.

References