CVE-2026-24132

9.8 CRITICAL
Published: January 23, 2026 Modified: February 27, 2026
View on NVD

Description

Orval generates type-safe JS clients (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification. Versions 7.19.0 and below and 8.0.0-rc.0 through 8.0.2 allow untrusted OpenAPI specifications to inject arbitrary TypeScript/JavaScript into generated mock files via the const keyword on schema properties. These const values are interpolated into the mock scalar generator (getMockScalar in packages/mock/src/faker/getters/scalar.ts) without proper escaping or type-safe serialization, which results in attacker-controlled code being emitted into both interface definitions and faker/MSW handlers. The vulnerability is similar in impact to the previously reported enum x-enumDescriptions (GHSA-h526-wf6g-67jv), but it affects a different code path in the faker-based mock generator rather than @orval/core. The issue has been fixed in versions 7.20.0 and 8.0.3.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/orval-labs/orval/pull/2828
Source: security-advisories@github.com
Issue Tracking Patch
https://github.com/orval-labs/orval/pull/2829
Source: security-advisories@github.com
Issue Tracking Patch
https://github.com/orval-labs/orval/pull/2830
Source: security-advisories@github.com
Issue Tracking Patch
https://github.com/orval-labs/orval/releases/tag/v7.20.0
Source: security-advisories@github.com
Product Release Notes
https://github.com/orval-labs/orval/releases/tag/v8.0.3
Source: security-advisories@github.com
Product Release Notes
https://github.com/orval-labs/orval/security/advisories/GHSA-f456-rf33-4626
Source: security-advisories@github.com
Vendor Advisory

9 reference(s) from NVD

Quick Stats

CVSS v3 Score
9.8 / 10.0
EPSS (Exploit Probability)
0.0%
14th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

orval