SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-54663

MEDIUM · CVSS 6.1 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

The swagger-typescript-api tool is vulnerable prior to version 13.12.2, allowing an attacker to exploit the API client generation process by manipulating OpenAPI specifications. This can lead to unauthorized requests being sent to internal or link-local services, potentially exposing sensitive data or services to external threats. Organizations using this tool should prioritize upgrading to the latest version to mitigate the risk of such attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54663
Severity
MEDIUM
CVSS
6.1
EPSS
0.18%

Original NVD Description

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts warmUpRemoteSchemasCache resolves external $ref URLs and fetchRemoteSchemaDocument uses isHttpUrl to fetch any http or https target without private IP, redirect, DNS rebinding, or same-origin validation, allowing an attacker-controlled OpenAPI spec to make the generator issue requests to internal or link-local services. This issue is fixed in version 13.12.2.