Lucene search
+L

104 matches found

OSV
OSV
added 2026/08/19 5:36 p.m.7 views

CVE-2026-71869 Orval: Import-time RCE via array-items default -> zod module-level template literal

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in an array item default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permits...

9.3CVSS6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/19 5:34 p.m.9 views

EUVD-2026-62602

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a double quote in a header parameter name is emitted into the generated request-validation zod.object... schema without safe encoding. This permits attacker-controlled...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:34 p.m.8 views

CVE-2026-71864 Orval: Import-time RCE via header parameter name -> computed-property-key injection in the zod client

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a double quote in a header parameter name is emitted into the generated request-validation zod.object... schema without safe encoding. This permits attacker-controlled...

9.3CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 5:34 p.m.17 views

CVE-2026-71864

Orval (a TypeScript client generator for OpenAPI/Swagger specs) is vulnerable to import-time remote code execution prior to version 8.21.0 . A double quote in a header parameter name is emitted unencoded into the generated zod.object({...}) schema in packages/zod/src/index.ts, enabling computed-p...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:34 p.m.33 views

CVE-2026-71864 Orval: Import-time RCE via header parameter name -> computed-property-key injection in the zod client

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a double quote in a header parameter name is emitted into the generated request-validation zod.object... schema without safe encoding. This permits attacker-controlled...

9.3CVSS0.00478EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:33 p.m.10 views

EUVD-2026-62601

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a header parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permi...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:33 p.m.26 views

CVE-2026-71871

Orval (pre-8.21.0) emits unescaped ${...} or backtick strings from OpenAPI header-parameter defaults into a module-level template literal in generated zod schema code (packages/zod/src/index.ts function formatDefaultValue). Importing the generated module evaluates the attacker-controlled JavaScri...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:33 p.m.32 views

CVE-2026-71871 Orval: Import-time RCE via header-parameter default -> zod module-level template literal

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a header parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permi...

9.3CVSS0.00478EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:33 p.m.11 views

CVE-2026-71871 Orval: Import-time RCE via header-parameter default -> zod module-level template literal

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a header parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permi...

9.3CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 5:33 p.m.25 views

CVE-2026-72716

Orval (a TypeScript client generator from OpenAPI/Swagger specs) prior to 8.21.0 is vulnerable to import-time remote code execution . The root cause is in packages/zod/src/index.ts, function formatDefaultValue: a ${...} expression or backtick in a query parameter default is emitted into a module-...

9.3CVSS6AI score0.00523EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:33 p.m.9 views

CVE-2026-72716 Orval: Import-time RCE via query-parameter default -> zod module-level template literal

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a query parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permit...

9.3CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 5:33 p.m.28 views

CVE-2026-72716 Orval: Import-time RCE via query-parameter default -> zod module-level template literal

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a query parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permit...

9.3CVSS0.00523EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:33 p.m.9 views

EUVD-2026-62600

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a $... expression or backtick in a query parameter default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permit...

9.3CVSS6AI score0.00523EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:27 p.m.31 views

CVE-2026-71866 Orval: Import-time RCE via schema property name -> computed-property-key injection in the zod client

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. From version 8.19.0 until 8.21.0, a double quote in a schema property name is emitted into the generated zod.object... schema without safe encoding. This permits attacker-controlled JavaScrip...

9.3CVSS0.00478EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:27 p.m.9 views

CVE-2026-71866 Orval: Import-time RCE via schema property name -> computed-property-key injection in the zod client

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. From version 8.19.0 until 8.21.0, a double quote in a schema property name is emitted into the generated zod.object... schema without safe encoding. This permits attacker-controlled JavaScrip...

9.3CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 5:27 p.m.20 views

CVE-2026-71866

Orval is a tool that generates type-safe TypeScript clients from OpenAPI v3 and Swagger v2 specifications. Versions 8.19.0 through 8.21.0 are affected by an import-time remote code execution vulnerability caused by a double quote in a schema property name being emitted into the generated zod.obje...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:27 p.m.12 views

EUVD-2026-62596

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. From version 8.19.0 until 8.21.0, a double quote in a schema property name is emitted into the generated zod.object... schema without safe encoding. This permits attacker-controlled JavaScrip...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.10 views

PT-2026-78554

Name of the Vulnerable Software and Affected Versions Orval versions prior to 8.21.0 Description Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. A flaw exists where a $... expression or backtick in a header parameter default is emitted int...

9.3CVSS5.8AI score0.00478EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.13 views

PT-2026-78556

Name of the Vulnerable Software and Affected Versions Orval versions prior to 8.21.0 Description Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. A flaw exists where a $... expression or backtick in a schema default is emitted into a...

9.3CVSS5.8AI score0.00546EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.10 views

PT-2026-78552

Name of the Vulnerable Software and Affected Versions Orval versions prior to 8.21.0 Description Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. A flaw exists where a $... expression or backtick in an enum default is emitted into a...

9.3CVSS5.8AI score0.00478EPSS
SaveExploits0References10
Rows per page
Query Builder