CVE-2026-96758
Received Received - Intake

Code Injection in Orval Core Form-Data Serializer

Vulnerability report for CVE-2026-96758, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: VulnCheck

Description

orval @orval/core before 8.28.0 contains a code injection vulnerability in the form-data serializer that fails to escape multipart property names in generated template literals. Attackers can inject ${...} expressions into OpenAPI schema property names that execute as live interpolation when the generated client builds FormData bodies with consumer process privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
orval core to 8.28.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a code injection issue in the orval library before version 8.28.0. It occurs in the form-data serializer where property names in OpenAPI schemas are not properly escaped. Attackers can inject ${...} expressions into property names, which execute as live code when the generated client builds FormData bodies. This allows arbitrary code execution with the privileges of the consumer process.

Detection Guidance

To detect this vulnerability, check if your system uses orval versions prior to 8.28.0. Run commands like 'npm list @orval/core' or 'yarn list @orval/core' to verify the installed version. If the version is below 8.28.0, the system is vulnerable.

Impact Analysis

This vulnerability can lead to arbitrary code execution on systems using affected versions of orval. Attackers could steal data, modify system behavior, or perform other malicious actions with the same privileges as the application using the generated client. It requires no user interaction or special privileges to exploit.

Mitigation Strategies

Immediately upgrade to orval version 8.28.0 or later using 'npm install @orval/core@latest' or 'yarn upgrade @orval/core@latest'. Review OpenAPI schemas for suspicious property names containing ${...} patterns and regenerate client code after updating.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-96758. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart