CVE-2026-85100 Details
Description
A vulnerability was detected in 2FastLabs agent-squad up to 1.1.4. Affected by this vulnerability is the function AgentSquad.routeRequest of the file agent-squad/typescript/src/orchestrator.ts of the component Streaming Agent Response Workflow. The manipulation results in resource consumption. It is possible to launch the attack remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A denial-of-service vulnerability has been identified in 2FastLabs Agent Squad versions through 1.1.4. The issue arises in the streaming agent response workflow, specifically within the TypeScript package. When an agent provides a streaming response, the 'routeRequest' function initiates background processing that continues to consume and accumulate the streamed data even after the client has disconnected. This unchecked resource consumption can lead to memory exhaustion, causing the application to become unavailable.
To address this vulnerability, it is recommended to implement an 'AbortSignal' or a framework-level cancellation token to 'routeRequest()', 'processRequest()', and provider calls. Additionally, enforce limits on stream chunks, bytes, and accumulated response bytes. After exceeding these limits, return a bounded error and store only capped content or a summary in conversation storage. Finally, add per-user, per-session, and global streaming concurrency limits.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 3, 2026CISA-ADP
Assessed Sep 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/2FastLabs/agent-squad/issues/661 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/2FastLabs/agent-squad/ | [email protected] | ProductVendor |
| https://github.com/2FastLabs/agent-squad/issues/661 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/hackerguopeng/cve/tree/main/Agent_Squad_Streaming_Background_DoS_Report | [email protected] | ExploitRemedyTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-85100 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/884960 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/submit/884961 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/398311 | [email protected] | Permission Required |
| https://vuldb.com/vuln/398311/cti | [email protected] | Permission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-404 | Improper Resource Shutdown or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| 2FastLabs agent-squad | <= 1.1.4 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 3, 2026 | CVE Modified | CISA-ADP |
| Sep 3, 2026 | New CVE Received | [email protected] |
Volerion