Search
Find a vulnerability
Search criteria
2 vulnerabilities found for openapi-ts by hey-api
CVE-2026-48819 (GCVE-0-2026-48819)
Vulnerability from nvd – Published: 2026-07-17 19:46 – Updated: 2026-07-20 16:24
VLAI
EPSS
VEX
Title
Hey API: `buildClientParams` template: prototype chain substitution via unknown `$<slot>___proto__` key
Summary
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.
Severity
4.8 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/hey-api/hey-api/security/advis… | x_refsource_CONFIRM |
| https://github.com/hey-api/hey-api/commit/0239091… | x_refsource_MISC |
| https://github.com/hey-api/hey-api/commit/da321a1… | x_refsource_MISC |
| https://github.com/hey-api/hey-api/releases/tag/%… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| hey-api | openapi-ts |
Affected:
< 0.97.3
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-48819",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-20T16:23:29.690460Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-20T16:24:20.624Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "openapi-ts",
"vendor": "hey-api",
"versions": [
{
"status": "affected",
"version": "\u003c 0.97.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-17T19:46:00.402Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw"
},
{
"name": "https://github.com/hey-api/hey-api/commit/023909137a15eff9c0263d3bcd116140076b214f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/commit/023909137a15eff9c0263d3bcd116140076b214f"
},
{
"name": "https://github.com/hey-api/hey-api/commit/da321a1529eb3c90d2109da870f514b915a60169",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/commit/da321a1529eb3c90d2109da870f514b915a60169"
},
{
"name": "https://github.com/hey-api/hey-api/releases/tag/%40hey-api%2Fopenapi-ts%400.97.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/releases/tag/%40hey-api%2Fopenapi-ts%400.97.3"
}
],
"source": {
"advisory": "GHSA-hhx9-57xq-r5rw",
"discovery": "UNKNOWN"
},
"title": "Hey API: `buildClientParams` template: prototype chain substitution via unknown `$\u003cslot\u003e___proto__` key"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-48819",
"datePublished": "2026-07-17T19:46:00.402Z",
"dateReserved": "2026-05-22T20:57:10.976Z",
"dateUpdated": "2026-07-20T16:24:20.624Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-48819 (GCVE-0-2026-48819)
Vulnerability from cvelistv5 – Published: 2026-07-17 19:46 – Updated: 2026-07-20 16:24
VLAI
EPSS
VEX
Title
Hey API: `buildClientParams` template: prototype chain substitution via unknown `$<slot>___proto__` key
Summary
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.
Severity
4.8 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/hey-api/hey-api/security/advis… | x_refsource_CONFIRM |
| https://github.com/hey-api/hey-api/commit/0239091… | x_refsource_MISC |
| https://github.com/hey-api/hey-api/commit/da321a1… | x_refsource_MISC |
| https://github.com/hey-api/hey-api/releases/tag/%… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| hey-api | openapi-ts |
Affected:
< 0.97.3
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-48819",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-20T16:23:29.690460Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-20T16:24:20.624Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "openapi-ts",
"vendor": "hey-api",
"versions": [
{
"status": "affected",
"version": "\u003c 0.97.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-17T19:46:00.402Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/hey-api/hey-api/security/advisories/GHSA-hhx9-57xq-r5rw"
},
{
"name": "https://github.com/hey-api/hey-api/commit/023909137a15eff9c0263d3bcd116140076b214f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/commit/023909137a15eff9c0263d3bcd116140076b214f"
},
{
"name": "https://github.com/hey-api/hey-api/commit/da321a1529eb3c90d2109da870f514b915a60169",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/commit/da321a1529eb3c90d2109da870f514b915a60169"
},
{
"name": "https://github.com/hey-api/hey-api/releases/tag/%40hey-api%2Fopenapi-ts%400.97.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/hey-api/hey-api/releases/tag/%40hey-api%2Fopenapi-ts%400.97.3"
}
],
"source": {
"advisory": "GHSA-hhx9-57xq-r5rw",
"discovery": "UNKNOWN"
},
"title": "Hey API: `buildClientParams` template: prototype chain substitution via unknown `$\u003cslot\u003e___proto__` key"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-48819",
"datePublished": "2026-07-17T19:46:00.402Z",
"dateReserved": "2026-05-22T20:57:10.976Z",
"dateUpdated": "2026-07-20T16:24:20.624Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}