SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86115

MEDIUM · CVSS 5 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated workflow authors to bypass external URL validation in Sim versions prior to 0.8.14 by exploiting URL prefix matching, which lacks proper scheme normalization. This can lead to Server-Side Request Forgery (SSRF) attacks, enabling unauthorized access to internal endpoints and the potential minting of internal authentication tokens. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized access to sensitive internal resources.

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-86115
Severity
MEDIUM
CVSS
5
EPSS
0.30%

Original NVD Description

Sim before 0.8.14 classifies tool requests as internal based on URL prefix matching without scheme normalization, skipping SSRF validation and minting internal authentication tokens. Authenticated workflow authors can bypass external URL validation by supplying paths starting with /api/ in HTTP blocks to reach internal-only endpoints like POST /api/function/execute.