Lucene search
+L

741 matches found

Veracode
Veracode
added 2026/01/22 9:33 a.m.9 views

Arbitrary Code Execution

Orval is vulnerable to Arbitrary Code Execution. The vulnerability is due to unsanitized embedding of untrusted OpenAPI fields, where attacker-controlled values in the x-enumDescriptions field are injected without proper escaping during enum generation, resulting in executable JavaScript/TypeScri...

9.8CVSS6AI score0.0075EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/22 12:0 a.m.16 views

PT-2026-4314

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...

7.7CVSS5.8AI score0.00678EPSS
SaveExploits0References10
GithubExploit
GithubExploit
added 2026/01/21 7:48 a.m.249 views

Exploit for CVE-2026-23947

Walkthrough: CVE-2026-23947 - Orval Arbitrary Code Execution...

9.3CVSS5.9AI score0.0075EPSS
SaveExploits1
EUVD
EUVD
added 2026/01/21 1:1 a.m.8 views

EUVD-2026-3590

Orval has a code injection via unsanitized x-enum-descriptions in enum generation...

9.3CVSS5.4AI score0.0075EPSS
SaveExploits1References5
OSV
OSV
added 2026/01/21 1:1 a.m.6 views

GHSA-H526-WF6G-67JV Orval has a code injection via unsanitized x-enum-descriptions in enum generation

Impact Arbitrary code execution in environments consuming generated clients This issue is similar in nature to the recently-patched MCP vulnerability CVE-2026-22785, but affects a different code path in @orval/core that was not addressed by that fix. The vulnerability allows untrusted OpenAPI...

9.3CVSS6.3AI score0.0075EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/01/21 1:1 a.m.13 views

Orval has a code injection via unsanitized x-enum-descriptions in enum generation

Impact Arbitrary code execution in environments consuming generated clients This issue is similar in nature to the recently-patched MCP vulnerability CVE-2026-22785, but affects a different code path in @orval/core that was not addressed by that fix. The vulnerability allows untrusted OpenAPI...

9.8CVSS6.3AI score0.0075EPSS
SaveExploits1References6Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/21 12:30 a.m.11 views

CVE-2026-23947

Orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Versions prior to 7.19.0 until 8.0.2 are vulnerable to arbitrary code execution in environments consuming generated clients. This issue is similar in nature to CVE-2026-22785, but affects a...

9.8CVSS6.3AI score0.0075EPSS
SaveExploits3References1
Snyk
Snyk
added 2026/01/20 1:46 a.m.6 views

Arbitrary Command Injection

Overview Affected versions of this package are vulnerable to Arbitrary Command Injection via the getEnumImplementation function. An attacker can execute arbitrary code in environments that consume generated clients by supplying a crafted OpenAPI specification containing malicious content in the...

9.8CVSS6.1AI score0.0075EPSS
SaveExploits1References2
NVD
NVD
added 2026/01/20 1:15 a.m.6 views

CVE-2026-23947

Orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Versions prior to 7.19.0 until 8.0.2 are vulnerable to arbitrary code execution in environments consuming generated clients. This issue is similar in nature to CVE-2026-22785, but affects a...

9.8CVSS0.0075EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/01/20 12:19 a.m.2 views

CVE-2026-23947 Orval MCP client is vulnerable to code injection via unsanitized x-enum-descriptions in enum generation

Orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Versions prior to 7.19.0 until 8.0.2 are vulnerable to arbitrary code execution in environments consuming generated clients. This issue is similar in nature to CVE-2026-22785, but affects a...

9.3CVSS6.3AI score0.0075EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/01/20 12:19 a.m.6 views

CVE-2026-23947

Orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Versions prior to 7.19.0 until 8.0.2 are vulnerable to arbitrary code execution in environments consuming generated clients. This issue is similar in nature to CVE-2026-22785, but affects a...

9.3CVSS6.3AI score0.0075EPSS
SaveExploits3References3Affected Software1
OSV
OSV
added 2026/01/20 12:19 a.m.5 views

CVE-2026-23947 Orval MCP client is vulnerable to code injection via unsanitized x-enum-descriptions in enum generation

Orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Versions prior to 7.19.0 until 8.0.2 are vulnerable to arbitrary code execution in environments consuming generated clients. This issue is similar in nature to CVE-2026-22785, but affects a...

9.3CVSS6.4AI score0.0075EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/01/20 12:0 a.m.6 views

PT-2026-3522

Name of the Vulnerable Software and Affected Versions Orval versions 7.10.0 through 8.0.2 Description Orval, a tool for generating type-safe JavaScript clients from OpenAPI specifications, is affected by an arbitrary code execution issue. Untrusted OpenAPI specifications can inject arbitrary...

9.3CVSS6.1AI score0.0075EPSS
SaveExploits1References16
Veracode
Veracode
added 2026/01/19 9:44 a.m.9 views

Arbitrary Command Injection

@orval/mcp is vulnerable to Arbitrary Command Injection. The vulnerability is due to improper validation and escaping of the OpenAPI specification summary field during MCP server generation, which allows an attacker to break out of string literals and inject arbitrary code...

9.8CVSS5.6AI score0.0071EPSS
SaveExploits2References3Affected Software1
OSV
OSV
added 2026/01/13 7:12 p.m.6 views

GHSA-MWR6-3GP8-9JMJ orval MCP client is vulnerable to a code injection attack.

Impact The MCP server generation logic relies on string manipulation that incorporates the summary field from the OpenAPI specification without proper validation or escaping. This allows an attacker to "break out" of the string literal and inject arbitrary code. Here is an example OpenAPI with th...

9.3CVSS6.9AI score0.0071EPSS
SaveExploits2References4
Snyk
Snyk
added 2026/01/13 7:12 p.m.5 views

Arbitrary Command Injection

Overview Affected versions of this package are vulnerable to Arbitrary Command Injection via improper handling of the summary field during server generation logic. An attacker can execute arbitrary code by injecting malicious input into the OpenAPI specification, which is then incorporated withou...

9.8CVSS8AI score0.0071EPSS
SaveExploits2References2
Github Security Blog
Github Security Blog
added 2026/01/13 7:12 p.m.15 views

orval MCP client is vulnerable to a code injection attack.

Impact The MCP server generation logic relies on string manipulation that incorporates the summary field from the OpenAPI specification without proper validation or escaping. This allows an attacker to "break out" of the string literal and inject arbitrary code. Here is an example OpenAPI with th...

9.8CVSS6.9AI score0.0071EPSS
SaveExploits2References4Affected Software1
NVD
NVD
added 2026/01/12 7:16 p.m.9 views

CVE-2026-22785

orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Prior to 7.18.0, the MCP server generation logic relies on string manipulation that incorporates the summary field from the OpenAPI specification without proper validation or escaping. This allo...

9.8CVSS0.0071EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2026/01/12 6:43 p.m.24 views

CVE-2026-22785 orval MCP client is vulnerable to a code injection attack.

orval generates type-safe JS clients TypeScript from any valid OpenAPI v3 or Swagger v2 specification. Prior to 7.18.0, the MCP server generation logic relies on string manipulation that incorporates the summary field from the OpenAPI specification without proper validation or escaping. This allo...

9.3CVSS0.0071EPSS
SaveExploits2References2
CVE
CVE
added 2026/01/12 6:43 p.m.47 views

CVE-2026-22785

Summary: Orval (MCP client/server code path) is vulnerable to arbitrary code execution via unsanitized input in OpenAPI specs. The CVE-2026-22785/MCP issue arises from string-manipulation in the MCP server generation logic that embeds the summary field without proper validation/escaping, allowing...

9.8CVSS6.6AI score0.0071EPSS
SaveExploits2References2Affected Software1
Rows per page
Query Builder