SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-54660

HIGH · CVSS 7.4 EPSS 0.24% 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, prior to version 13.12.2, is vulnerable to a security flaw that allows an attacker to exfiltrate sensitive bearer tokens from developers or CI environments through manipulated OpenAPI specifications. This vulnerability arises from the improper handling of authorization tokens in requests to external URLs, potentially leading to unauthorized access to protected resources. Organizations using affected versions should prioritize updating to version 13.12.2 to mitigate the risk of token leakage.

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-54660
Severity
HIGH
CVSS
7.4
EPSS
0.24%

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 getRemoteRequestHeaders forwards --authorizationToken to every URL fetched by fetchRemoteSchemaDocument while warmUpRemoteSchemasCache resolves external $ref URLs, allowing an attacker-controlled OpenAPI spec to exfiltrate the developer or CI bearer token to a cross-origin endpoint. This issue is fixed in version 13.12.2.