
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-26201 is a concurrent map access race condition vulnerability in emp3r0r, a Linux-focused command-and-control (C2) framework. Multiple shared maps (OPERATORS, PortFwds, FTPStreams, and others) are accessed across goroutines without consistent synchronization, allowing the Go runtime to trigger a fatal error: concurrent map read and map write panic, crashing the C2 process. All versions prior to 3.21.2 are affected. The vulnerability was published on February 14, 2026, and carries a CVSS v3.1 score of 7.5 (High) and a CVSS v4.0 score of 7.0 (High) (GitHub Advisory, emp3r0r Advisory).
The root cause is CWE-362 (Race Condition) and CWE-663 (Use of a Non-reentrant Function in a Concurrent Context), stemming from Go's built-in map type being inherently non-thread-safe. Three primary shared maps were vulnerable: the operator session map (OPERATORS), the port-forwarding session map (PortFwds), and the FTP stream map (FTPStreams). Each exhibited mixed access patterns — concurrent iteration via range alongside unsynchronized mutation (writes and deletes) from other goroutines — without a consistent locking policy. An attacker (or high-concurrency legitimate traffic) can trigger the race by inducing rapid operator session churn (connect/disconnect loops) while simultaneously driving agent message tunnel traffic or file transfer activity, causing the Go runtime to panic and terminate the C2 process (GitHub Advisory, emp3r0r Advisory).
Successful exploitation results in a complete availability loss of the emp3r0r C2 server process via a panic/crash, with no impact on confidentiality or integrity. Repeated crash-restart cycles can degrade command reliability and disrupt active incident response or red team workflows that depend on the C2 infrastructure. Because emp3r0r is a post-exploitation framework, a crashed C2 server would sever all active agent connections, effectively blinding operators to compromised hosts under their management (GitHub Advisory).
A proof-of-concept exploitation procedure is publicly documented in the GitHub Security Advisory, describing how to reproduce the crash by generating rapid operator session churn alongside concurrent file transfer or agent tunnel activity. The EPSS score is approximately 0.036% (15th percentile), indicating low predicted exploitation probability in the wild. There is no evidence of in-the-wild exploitation, no known threat actor attribution, and the vulnerability is not listed in the CISA KEV catalog (GitHub Advisory, emp3r0r Advisory).
OPERATORS map.FTPStreams and PortFwds maps concurrently.fatal error: concurrent map read and map write, crashing the C2 process.fatal error: concurrent map read and map write followed by a Go runtime stack trace; repeated unexpected process restarts of the emp3r0r C2 binary.emp3r0r or related Go binary) without a graceful shutdown signal; goroutine dump in stderr output at time of crash.Upgrade emp3r0r to version 3.21.2 or later, which replaces all vulnerable plain Go maps with sync.Map for thread-safe concurrent access across goroutines. The fix was committed in ea4d074f081dac6293f3aec38f01def5f08d5af5 and released on February 13, 2026. No configuration-based workaround is available; upgrading is the only remediation (emp3r0r Release v3.21.2, Patch Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."