Lucene search
+L

11531 matches found

OSV
OSV
added 2026/08/19 5:39 p.m.17 views

CVE-2026-72717 Orval: Import-time RCE via schema 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 schema default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permits...

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

CVE-2026-72717

CVE-2026-72717 is a critical (CVSS 4.0: 9.3 ) import-time remote code execution vulnerability in Orval , a tool that generates type-safe TypeScript clients from OpenAPI/Swagger specifications. The root cause is in packages/zod/src/index.ts, function formatDefaultValue: a ${...} expression or back...

9.3CVSS6AI score0.00664EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:37 p.m.19 views

CVE-2026-71868 Orval: Import-time RCE via enum-typed 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 enum default is emitted into a module-level template literal emitted by zod schema generation without safe encoding. This permits...

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

CVE-2026-71868

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

9.3CVSS6AI score0.00608EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:36 p.m.39 views

CVE-2026-71865 Orval: Import-time RCE via query parameter name -> computed-property-key injection in the zod cli

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 query parameter name is emitted into the generated request-validation zod.object... schema without safe encoding. This permits attacker-controlled...

9.3CVSS0.00478EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:36 p.m.30 views

CVE-2026-71865

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 query parameter name is emitted into the generated zod.object({...}) schema without safe encoding, enabling computed-property-key inject...

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

CVE-2026-71865 Orval: Import-time RCE via query parameter name -> computed-property-key injection in the zod cli

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 query 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:36 p.m.32 views

CVE-2026-71869

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

9.3CVSS6AI score0.00607EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:34 p.m.18 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
Cvelist
Cvelist
added 2026/08/19 5:34 p.m.39 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.00607EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:33 p.m.39 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
Cvelist
Cvelist
added 2026/08/19 5:33 p.m.34 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.00664EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:27 p.m.12 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.36 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
NVD
NVD
added 2026/08/19 3:17 p.m.12 views

CVE-2026-40508

OpenEMR before 8.3.0 contains a stored cross-site scripting vulnerability in the patient portal template import handler that allows authenticated attackers with Forms Administration permissions to upload template files containing arbitrary HTML or JavaScript. Attackers can inject malicious script...

5.4CVSS0.0021EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 3:17 p.m.12 views

CVE-2026-40507

OpenEMR before 8.3.0 contains a reflected cross-site scripting vulnerability in the patient portal template import handler. The templateHtml GET parameter is reflected into the page response without sanitization. An attacker can craft a URL that executes arbitrary JavaScript in the browser of any...

6.1CVSS0.00299EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 2:51 p.m.29 views

CVE-2026-40508

OpenEMR before 8.3.0 is affected by a stored cross-site scripting (XSS) vulnerability in the patient portal template import handler . The root cause is the lack of sanitization on uploaded template files: authenticated attackers holding Forms Administration permissions can upload templates contai...

5.4CVSS5.2AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 2:51 p.m.16 views

CVE-2026-40508 OpenEMR < 8.3.0 Stored XSS via Patient Portal Template Import Handler

OpenEMR before 8.3.0 contains a stored cross-site scripting vulnerability in the patient portal template import handler that allows authenticated attackers with Forms Administration permissions to upload template files containing arbitrary HTML or JavaScript. Attackers can inject malicious script...

5.1CVSS5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/19 2:51 p.m.40 views

CVE-2026-40508 OpenEMR < 8.3.0 Stored XSS via Patient Portal Template Import Handler

OpenEMR before 8.3.0 contains a stored cross-site scripting vulnerability in the patient portal template import handler that allows authenticated attackers with Forms Administration permissions to upload template files containing arbitrary HTML or JavaScript. Attackers can inject malicious script...

5.4CVSS0.0021EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 2:51 p.m.14 views

EUVD-2026-62508

OpenEMR before 8.3.0 contains a stored cross-site scripting vulnerability in the patient portal template import handler that allows authenticated attackers with Forms Administration permissions to upload template files containing arbitrary HTML or JavaScript. Attackers can inject malicious script...

5.4CVSS5.3AI score0.0021EPSS
SaveExploits0References4
Rows per page
Query Builder