@ai-sdk/[email protected]
@ai-sdk/[email protected]
ai
Release Notes
Patch Changes
f9b94e1: fix(devtools): bump hono to ^4.12.25 to resolve CVE-2026-54290
hono's CORS Middleware reflected any request
Origintogether withAccess-Control-Allow-Credentials: truewhencredentials: truewas set andoriginwas left at the default wildcard, allowing any site to make credentialed cross-origin requests and read the responses (CVE-2026-54290, CVSS 7.1). Bumpedhonofrom^4.6.14to^4.12.25, the first patched release.