๐Ÿ” CVE Alert

CVE-2026-75898

HIGH 8.5

RAGFlow < 0.26.3 - Server-Side Request Forgery via Agent Invoke Component

CVSS Score
8.5
EPSS Score
0.0%
EPSS Percentile
0th

RAGFlow before 0.26.3 contains a server-side request forgery vulnerability in the agent workflow "Invoke" component (agent/component/invoke.py). The component builds an outbound request URL from canvas configuration and runtime template variables and passes it to requests.get, requests.post, or requests.put without calling the shared assert_url_is_safe validator or pinning the resolved address, unlike the crawler, SearXNG, file-upload, and RSS fetch paths. A user who can create or trigger an agent can direct the server to fetch loopback, link-local, and RFC 1918 destinations, including cloud instance metadata endpoints and services co-located on the deployment network, and the response body is returned as the component output. Where an agent is configured to interpolate the chat query into the Invoke URL, the destination is chosen by whoever can send that query.

CWE CWE-918
Vendor infiniflow
Product ragflow
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for infiniflow ragflow

Be the first to know when new high vulnerabilities affecting infiniflow ragflow are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

infiniflow / ragflow
0 < 0.26.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/infiniflow/ragflow/releases/tag/v0.26.3 github.com: https://github.com/infiniflow/ragflow/issues/15425 github.com: https://github.com/infiniflow/ragflow/issues/18280 github.com: https://github.com/infiniflow/ragflow/blob/v0.26.2/agent/component/invoke.py#L168-L172 github.com: https://github.com/infiniflow/ragflow/commit/e16d1a0150e1ca069beb538ae3dcd03f59edc5fa github.com: https://github.com/infiniflow/ragflow/commit/c4fe68eaa0bf1d6442d2cd6ac2e35bc9ccbed34f vulncheck.com: https://www.vulncheck.com/advisories/ragflow-server-side-request-forgery-via-agent-invoke-component

Credits

๐Ÿ” dearsishs ๐Ÿ” HK4zCzi (Ho Viet Khanh)