Hey API is an ecosystem for turning API specifications into production-ready code. Prior to 0.97.3, dist/clients/core/params.ts ships a runtime template copied into generated SDKs as params.gen.ts, and buildClientParams writes unknown slot-prefixed keys such as $body_, $headers_, $path_, and $query_ directly to the corresponding slot, allowing $query___proto__ alongside a legitimate q field to set params.query through params["query"]["__proto__"] = value, call Object.setPrototypeOf(params.query, value), and expose inherited attacker-controlled keys during for..in iteration. This issue is fixed in version 0.97.3.
References
Configurations
No configuration.
History
20 Jul 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw - |
17 Jul 2026, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-17 20:17
Updated : 2026-07-20 17:17
NVD link : CVE-2026-48819
Mitre link : CVE-2026-48819
CVE.ORG link : CVE-2026-48819
JSON object : View
Products Affected
No product.
CWE
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
