CVE-2026-55434: Coder AI Bridge Memory Exhaustion (CVSS 6.5)
Coder, a platform that manages remote development environments through Terraform, contains a memory exhaustion vulnerability in its AI Bridge feature. An authenticated user with access to AI Bridge endpoints can send unusually large requests that cause the application to consume excessive memory, rendering the service unavailable. The vulnerability affects versions 2.33.0 through 2.33.7 and 2.34.0 through 2.34.1. Patched versions 2.33.8 and 2.34.2 are available.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Weaknesses (CWE)
- CWE-770
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-07-07 / 2026-07-08
NVD description (verbatim)
Coder allows organizations to provision remote development environments via Terraform. Starting in version 2.33.0 and prior to versions 2.33.8 and 2.34.2, AI Bridge provider handlers read request bodies with `io.ReadAll` without a maximum size so an authenticated user with AI Bridge access could send an arbitrarily large body and exhaust memory. Exploitation requires authenticated access to the AI Bridge endpoints and the impact is limited to availability (denial of service). Versions 2.33.8 and 2.34.2 patch the issue. No known workarounds are available.
4 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability exists in AI Bridge provider request handlers that use `io.ReadAll` to process incoming request bodies without enforcing a maximum size limit. This allows authenticated attackers to craft requests with arbitrarily large payloads, exhausting server memory and triggering denial of service. The issue is rooted in improper resource handling (CWE-770) and requires prior authentication to the AI Bridge endpoints, limiting the attack surface to trusted or compromised internal users.
Business impact
Organizations using Coder's AI Bridge feature face potential service disruption if an authenticated user—whether intentionally malicious or compromised—sends memory-exhausting requests. This denial of service could interrupt development workflows and platform availability for teams relying on remote environment provisioning. The impact is bounded to availability; confidentiality and integrity of data are not affected by this flaw.
Affected systems
Coder versions 2.33.0 through 2.33.7 and versions 2.34.0 through 2.34.1 are vulnerable. Organizations running Coder should verify their installed version and confirm whether AI Bridge is enabled and accessible to end users. The vulnerability does not affect versions prior to 2.33.0 or patched versions 2.33.8 and 2.34.2 and later.
Exploitability
Exploitation requires valid credentials and prior authentication to Coder's AI Bridge endpoints. An attacker cannot exploit this vulnerability from the internet without first compromising or obtaining credentials for a legitimate user account. The technical barrier to exploitation is low once authenticated access is established—sending large payloads is straightforward—making this a practical concern for insider threats or scenarios where user credentials have been compromised.
Remediation
Upgrade to patched versions immediately: Coder 2.33.8 or 2.34.2 and later. These versions implement request body size limits on AI Bridge handlers, preventing memory exhaustion attacks. Apply patches during a planned maintenance window to minimize disruption. No workarounds are documented, so patching is the only mitigation path.
Patch guidance
Review your current Coder version using your deployment management or CLI tools. If running 2.33.x, upgrade to 2.33.8 or later. If running 2.34.x, upgrade to 2.34.2 or later. For production environments, stage the patch in a pre-production environment first to validate compatibility with your Terraform configurations and dependent tooling. Consult the Coder release notes for any breaking changes or configuration adjustments required during the upgrade process.
Detection guidance
Monitor Coder application logs for unusual request patterns to AI Bridge endpoints, particularly requests with exceptionally large Content-Length headers or payloads. Track server memory usage spikes coinciding with API activity. Implement alerting on memory exhaustion events or out-of-memory errors in your Coder deployment. Network-level monitoring of authenticated sessions to AI Bridge can also help identify anomalous activity from compromised accounts.
Why prioritize this
Although the CVSS score is 6.5 (Medium), organizations should prioritize this patch based on deployment context. If your team relies heavily on Coder for continuous development workflows, even brief outages cause significant productivity loss. The authentication requirement limits exposure, but insider threats and credential compromise are real scenarios. Patch within your standard maintenance cycle, accelerating if AI Bridge is widely used or if your access controls over credentials are uncertain.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects a Medium severity due to the requirement for authenticated access (PR:L) and the limited impact scope of availability only (A:H, C:N, I:N). The network-accessible attack vector (AV:N) and low attack complexity (AC:L) reflect that the technical exploitation method is straightforward once authenticated. The score appropriately weights this as a concern for organizations with strict access controls, but not an emergency requiring immediate emergency response windows.
Frequently asked questions
Do we need to patch immediately or can this wait until our next maintenance window?
Since exploitation requires authentication to AI Bridge, patching during your next scheduled maintenance window is acceptable for most organizations. However, if you have high-confidence in your user access controls and audit logging, you could defer patching slightly. If access to AI Bridge is widespread or your credential management has gaps, prioritize within the next 1–2 weeks.
What should we do if we suspect someone has already exploited this vulnerability?
Check Coder's application logs and system metrics for memory exhaustion events, Out of Memory (OOM) kills, or service restarts coinciding with API activity. Review authentication logs to identify which users accessed AI Bridge endpoints around the time of incidents. If suspicious activity is found, investigate credential compromise and reset affected user passwords. Upgrade to patched versions to prevent recurrence.
Does this vulnerability affect our Terraform configurations or stored infrastructure state?
No. This vulnerability is limited to denial of service on the Coder application itself. Your Terraform configurations, state files, and provisioned infrastructure are not affected. However, if Coder becomes unavailable due to exploitation, you lose the ability to manage environments through Coder until service is restored.
If we disable AI Bridge, are we still at risk?
Disabling AI Bridge would prevent exploitation of this particular vulnerability since the flaw exists only in AI Bridge handlers. However, no official workaround documentation exists from Coder, so disabling the feature is a temporary mitigation only. Patching to 2.33.8 or 2.34.2 is the recommended long-term solution regardless of whether AI Bridge is in use.
This analysis is provided for informational purposes only and does not constitute professional security advice. Organizations must independently verify all version numbers, patch availability, and applicability to their environments against official Coder vendor advisories. Testing patches in non-production environments prior to deployment is essential. SEC.co makes no warranty regarding the completeness or accuracy of this summary and recommends consulting Coder's official documentation and security notices for authoritative guidance. Source: NVD (public-domain), retrieved 2026-08-16. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-55078MEDIUMCoder ZIP Bomb Denial-of-Service Vulnerability – Patch Guidance
- CVE-2024-54178MEDIUMIBM Db2 Cloud Pak for Data Denial of Service via Resource Allocation Flaw
- CVE-2025-36319MEDIUMIBM watsonx.data Intelligence DoS Vulnerability
- CVE-2026-10533MEDIUMOpenShift ResourceQuota Bypass Leads to API Server DoS
- CVE-2026-10740MEDIUMs2n-quic Memory Allocation DoS – QUIC CRYPTO Frame Reassembler
- CVE-2026-12760MEDIUMTP-Link Tapo C200 v3 IPv4 Fragmentation DoS Vulnerability
- CVE-2026-14362MEDIUMHashiCorp Memberlist Denial of Service Vulnerability
- CVE-2026-1500MEDIUMGitLab Authenticated Denial of Service via Malicious File Upload