CyberRota Analysis
AI-GeneratedThe 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.
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.