Cyber Resilience

CVE-2026-23944

High

Published: 19 January 2026

Published
19 January 2026
Modified
02 February 2026
KEV Added
Patch
CVSS Score v4 8.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0044 35.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-23944 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Arcane Arcane. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-23944 is a critical authentication bypass vulnerability (CWE-306) in Arcane, an interface for managing Docker containers, images, networks, and volumes. In versions prior to 1.13.2, the environment proxy middleware processes requests to `/api/environments/{id}/...` endpoints for remote environments before enforcing authentication. If the environment ID is not local, the middleware proxies the request to the remote agent and attaches the manager-held agent token, even for unauthenticated callers. This flaw allows unauthenticated access to remote environment operations, such as listing containers, streaming logs, or other agent endpoints. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

An unauthenticated attacker with network access to the Arcane manager can exploit this by sending requests to remote environment endpoints. Successful exploitation grants full access to remote environment resources via the proxy, enabling actions like data exposure, unauthorized modifications to containers or volumes, and service disruptions. No privileges, user interaction, or special conditions are required beyond reaching the exposed Arcane instance.

The vulnerability is patched in Arcane version 1.13.2, which enforces authentication before proxying remote environment requests. Security practitioners should upgrade to this version immediately. Additional details are available in the GitHub security advisory (GHSA-2jv8-39rp-cqqr), the patching commit (2008e1b93b25d0c4c3fff3af07843766231614eb), pull request #1532, and the release notes for v1.13.2.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to version 1.13.2, unauthenticated requests could be proxied to remote environment agents, allowing access to remote environment resources without authentication. The environment proxy middleware handled `/api/environments/{id}/...` requests…

more

for remote environments before authentication was enforced. When the environment ID was not local, the middleware proxied the request and attached the manager-held agent token, even if the caller was unauthenticated. This enabled unauthenticated access to remote environment operations (e.g., listing containers, streaming logs, or other agent endpoints). An unauthenticated attacker could access and manipulate remote environment resources via the proxy, potentially leading to data exposure, unauthorized changes, or service disruption. Version 1.13.2 patches the vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1613 Container and Resource Discovery Discovery
Adversaries may attempt to discover containers and other resources that are available within a containers environment.
T1609 Container Administration Command Execution
Adversaries may abuse a container administration service to execute commands within a container.
Why these techniques?

CVE enables exploitation of a public-facing Docker management web interface (T1190) for unauthenticated access to remote container listing/discovery (T1613) and administration operations like logs, modifications, disruptions (T1609).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-23520Same product: Arcane Arcane
CVE-2026-4810Shared CWE-306
CVE-2025-53847Shared CWE-306
CVE-2025-61757Shared CWE-306
CVE-2025-68715Shared CWE-306
CVE-2026-21992Shared CWE-306
CVE-2025-26362Shared CWE-306
CVE-2026-48692Shared CWE-306
CVE-2022-50981Shared CWE-306
CVE-2025-58083Shared CWE-306

Affected Assets

arcane
arcane
≤ 1.13.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prohibits unauthenticated actions such as proxying requests to remote environment endpoints, addressing the core authentication bypass vulnerability.

prevent

Enforces approved authorizations for access to remote environment resources via the proxy middleware before processing requests.

AC-17 Remote Access partial match
prevent

Establishes and enforces authentication and usage restrictions for proxied remote access to environment agents and their resources.

References