CVE-2026-62682: Orval: RCE via servers[].url -> unescaped request-URL template literal (with getBaseUrlFromSpecification)

Published Aug 19, 2026
·
Updated

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, an unescaped backtick in servers[0].url is emitted into request URL template literals generated when output.baseUrl.getBaseUrlFromSpecification is enabled without safe encoding. This permits attacker-controlled JavaScript to be evaluated when a generated request or URL-builder function is called, resulting in code execution in the developer, CI, test, or application environment. The affected code is packages/core/src/getters/route.ts function getFullRoute. This issue is fixed in version 8.21.0.

Affected Software

1 affected component
npm/orval<8.21.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Orval to a version that resolves this vulnerability.

    Fixed in 8.21.0
  2. Configuration

    If you have output.baseUrl.getBaseUrlFromSpecification enabled in Orval versions prior to 8.21.0, disable it or ensure safe encoding is used, because unescaped backticks in servers[0].url are emitted into request URL template literals generated by getBaseUrlFromSpecification (affected code: packages/core/src/getters/route.ts getFullRoute).

    Orval output.baseUrl.getBaseUrlFromSpecification enabled = true/without safe encoding

Event History

Aug 19, 2026
CVE Published
via MITRE·05:40 PM
Data Sourced
via MITRE·05:40 PM
DescriptionWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Users of npm/orval versions prior to 8.21.0 are exposed if they generate clients from an OpenAPI v3 or Swagger v2 specification whose servers[0].url is attacker-controlled or otherwise untrusted, and output.baseUrl.getBaseUrlFromSpecification is enabled.

2

What must occur for code execution to happen?

A specification must contain an unescaped backtick in servers[0].url, and Orval must generate code with the affected base-URL option enabled. The injected JavaScript is evaluated when a generated request function or URL-builder function is called.

3

Are default Orval configurations affected?

The issue is specifically tied to configurations with output.baseUrl.getBaseUrlFromSpecification enabled. The provided information does not indicate that configurations without this option are affected.

4

What should teams do if they cannot immediately upgrade?

Avoid generating clients from untrusted specifications and disable output.baseUrl.getBaseUrlFromSpecification where possible. Treat specifications containing backticks in servers[0].url as unsafe until upgrading to version 8.21.0.

5

How can teams identify potentially affected generated clients?

Review generation inputs for backticks in servers[0].url and review Orval configuration for output.baseUrl.getBaseUrlFromSpecification being enabled. Generated clients are at risk when both conditions were present in a version prior to 8.21.0.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203