
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-66411 is an information disclosure vulnerability in Coder (the remote development environment platform) where Workspace Agent manifests containing sensitive environment variables were logged in plaintext without sanitization. It affects all Coder versions prior to 2.26.5, 2.27.0–2.27.6 (fixed in 2.27.7), and 2.28.0–2.28.3 (fixed in 2.28.4). The vulnerability was disclosed on December 3, 2025, via a GitHub Security Advisory. The CVSS v3.1 base score is 5.5 (Medium) per NVD, though the GitHub advisory rates it 7.8 (High) (GitHub Advisory).
The root cause is classified as CWE-532 (Insertion of Sensitive Information into Log File). In agent/agent.go, the handleManifest function logged the full Workspace Agent manifest proto object — including sensitive environment variables — via a.logger.Info(ctx, "fetched manifest", slog.F("manifest", mp)) without any sanitization or redaction. By default, Workspace Agent logs are directed to stderr (configurable via CODER_AGENT_LOGGING_HUMAN), meaning these logs could be captured by any process or user with local access to the workspace VM or Kubernetes pod, or by downstream log aggregation systems such as SIEMs. The fix, implemented in PR #20968, simply removes the manifest field from the log call, changing the line to a.logger.Info(ctx, "fetched manifest") (GitHub Advisory, Fix Commit).
Successful exploitation allows a local attacker with limited access to a Coder Workspace (VM, Kubernetes Pod, etc.) or access to a connected logging system (SIEM, log aggregation stack) to read sensitive environment variables from the agent manifest logs in plaintext. The confidentiality impact is high, as the exposed data may include API keys, secrets, tokens, or other credentials injected into the workspace environment. Depending on the sensitivity of the exposed values, this could enable lateral movement, privilege escalation, or unauthorized access to other systems or services (GitHub Advisory).
No public exploit code or active in-the-wild exploitation has been reported for this vulnerability. The EPSS score is approximately 0.012% (0.000120), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires low-privilege local access to the affected workspace environment or access to the logging infrastructure, limiting the attacker pool (GitHub Advisory, Feedly).
kubectl logs <pod>), a systemd journal, a file, or a third-party log aggregator."fetched manifest" with a manifest field, which will contain the full agent manifest proto object in plaintext."fetched manifest" with a manifest field (structured log key-value) in Workspace Agent stderr output or aggregated logs — this indicates a vulnerable version is running and sensitive data may have been exposed.Coder has released patched versions: 2.26.5, 2.27.7, and 2.28.4. Platform operators should upgrade to one of these versions as the primary remediation. As a temporary workaround, Workspace Agent logging can be disabled by setting the environment variable CODER_AGENT_LOGGING_HUMAN=/dev/null, which prevents sensitive data from being written to logs; however, this also suppresses all human-readable agent logs. Operators should also review and rotate any secrets or credentials that may have been exposed in agent logs prior to patching (GitHub Advisory).
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."