Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-866g-f22w-33x8",
"modified": "2026-05-29T16:18:57Z",
"modified": "2026-05-29T16:18:59Z",
"published": "2026-05-18T00:31:37Z",
"aliases": [
"CVE-2026-8769"
],
"summary": "@ai-sdk/provider-utils has an Uncontrolled Resource Consumption issue",
"details": "A vulnerability was determined in Vercel AI up to 3.0.97. The impacted element is the function `createJsonResponseHandler/createJsonErrorResponseHandler` of the file `packages/provider-utils/src/response-handler.ts` of the component `provider-utils`. This manipulation causes resource consumption. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.",
"details": "Versions of `@ai-sdk/provider-utils` before 3.0.28, from 4.0.0 before 4.0.33, and from 5.0.0 before 5.0.1 are vulnerable to uncontrolled resource consumption. The `createJsonResponseHandler`, `createJsonErrorResponseHandler`, and `createStatusCodeErrorResponseHandler` functions in `packages/provider-utils/src/response-handler.ts` read response bodies without a shared size limit, allowing a remote attacker with low privileges to cause excessive memory consumption. The exploit has been publicly disclosed and may be utilized.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
Expand All @@ -32,10 +28,57 @@
"introduced": "0"
},
{
"last_affected": "3.0.97"
"fixed": "3.0.28"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 3.0.27"
}
},
{
"package": {
"ecosystem": "npm",
"name": "@ai-sdk/provider-utils"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.0.33"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 4.0.32"
}
},
{
"package": {
"ecosystem": "npm",
"name": "@ai-sdk/provider-utils"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.0.1"
}
]
}
],
"versions": [
"5.0.0"
]
}
],
Expand Down Expand Up @@ -69,7 +112,7 @@
"cwe_ids": [
"CWE-400"
],
"severity": "LOW",
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2026-05-29T16:18:57Z",
"nvd_published_at": "2026-05-17T23:17:03Z"
Expand Down