CVE-2026-8081 — Router-For-Me CLIProxyAPI Server-Side Request Forgery
CVE-2026-8081 — A vulnerability has been found in router-for-me CLIProxyAPI 6.9.29. Affected by this issue is some unknown functionality of the file internal/api/handlers/management/api_tools.go of the component API Interface. The manipulation of the argument url leads to server-side request forgery
What This Means For You
- If your environment is affected by CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8081 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8081 - Router-For-Me CLIProxyAPI SSRF via url parameter
title: CVE-2026-8081 - Router-For-Me CLIProxyAPI SSRF via url parameter
id: scw-2026-05-07-ai-1
status: experimental
level: high
description: |
Detects the specific Server-Side Request Forgery (SSRF) vulnerability in router-for-me CLIProxyAPI (CVE-2026-8081). This rule looks for POST requests to the '/api/v1/tools/proxy' endpoint that contain a 'url=' parameter, which is the vector for the SSRF attack.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8081/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/v1/tools/proxy'
cs-uri-query|contains:
- 'url='
cs-method|exact:
- 'POST'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8081 | vulnerability | CVE-2026-8081 |
| CWE-918 | weakness | CWE-918 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 07, 2026 at 21:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.