PatchSiren cyber security CVE debrief
CVE-2026-86115 simstudioai CVE debrief
CVE-2026-86115 is a medium-severity vulnerability in Sim before version 0.8.14, allowing authenticated workflow authors to bypass external URL validation by supplying paths starting with /api/ in HTTP blocks. This could potentially lead to unauthorized access to internal-only endpoints. Defenders responsible for Sim deployments should assess exposure and verify the version in use. Workflow authors and administrators should be aware of the potential for unauthorized access to internal endpoints and take steps to mitigate this risk. It is essential to verify the affected version and apply the fix to prevent potential unauthorized access.
- Vendor
- simstudioai
- Product
- sim
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-05
- Original CVE updated
- 2026-09-05
- Advisory published
- 2026-09-05
- Advisory updated
- 2026-09-05
Who should care
Defenders responsible for Sim deployments should assess exposure and verify the version in use. Workflow authors and administrators should be aware of the potential for unauthorized access to internal endpoints.
Why it matters
CVE-2026-86115 is a medium-severity vulnerability in Sim before version 0.8.14 that allows authenticated workflow authors to bypass external URL validation and potentially reach internal-only endpoints. Defenders should prioritize verifying the affected version and applying the fix to prevent potential unauthorized access.
- Potential unauthorized access to internal endpoints.
- Bypass of external URL validation.
- Possible exploitation by authenticated workflow authors.
- Verification of affected version and application of fix required.
Technical summary
The vulnerability is caused by Sim's classification of 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. This issue affects Sim deployments prior to version 0.8.14. Defenders should prioritize verifying the affected version of Sim and applying the fix to prevent potential unauthorized access to internal endpoints. The vulnerability highlights the importance of proper URL validation and SSRF protection in workflow authoring tools. Affected deployments should be reviewed for exposure, and administrators should ensure that workflow authors are aware of the potential risks and take necessary precautions. Additionally, defenders should consider implementing compensating controls to mitigate the risk of unauthorized access to internal endpoints. The CVE record and official advisory provide further details on the vulnerability and recommended actions for affected deployments. To address this vulnerability, defenders should focus on verifying the version of Sim in use, applying the fix to upgrade to version 0.8.14 or later, and monitoring for suspicious activity related to workflow author authentication and API requests. Furthermore, defenders should review the configuration of Sim deployments to ensure that proper security controls are in place, such as restricting access to internal-only endpoints and implementing robust authentication and authorization mechanisms. By taking these steps, defenders can help prevent potential unauthorized access to internal endpoints and reduce the risk of exploitation. It is also essential to note that defenders should track exceptions, retest remediated assets, and close the item only after evidence is documented to ensure that the vulnerability is fully addressed. Overall, the vulnerability in Sim highlights the importance of robust security controls and vigilant monitoring to prevent potential unauthorized access to internal endpoints. To fully rem
Defensive priority
Defenders should prioritize verifying the affected version of Sim and applying the fix to prevent potential unauthorized access to internal endpoints.
Recommended defensive actions
- Verify the version of Sim in use and apply the fix to upgrade to version 0.8.14 or later.
- Restrict access to internal-only endpoints to prevent unauthorized access.
- Monitor for suspicious activity related to workflow author authentication and API requests.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is caused by Sim's classification of tool requests as internal based on URL prefix matching without scheme normalization, skipping SSRF validation and minting internal authentication tokens.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86115 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86115
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86115 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86115
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/geo-chen/oss/blob/main/sim.md
-
Source reference
Unverified legacy reference
URL: https://github.com/simstudioai/sim
-
Source reference
Unverified legacy reference
URL: https://github.com/simstudioai/sim/blob/v0.8.13/apps/sim/lib/auth/hybrid.ts
-
Source reference
Unverified legacy reference
URL: https://github.com/simstudioai/sim/blob/v0.8.13/apps/sim/tools/index.ts
-
Source reference
Unverified legacy reference
URL: https://github.com/simstudioai/sim/pull/7179
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/sim-before-0.8.14-confused-deputy-in-tool-url-routing-mints-an-internal-token-for-a-user-supplied-api-path
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.