CVE-2025-62615
SSRF Vulnerability in AutoGPT RSSFeedBlock via Unfiltered URL
Publication date: 2026-02-04
Last updated on: 2026-02-17
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| agpt | autogpt_platform | to 0.6.34 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in AutoGPT involves the RSSFeedBlock component using the third-party library urllib.request.urlopen to access URLs without filtering the input URL. This lack of input validation allows for a Server-Side Request Forgery (SSRF) vulnerability, where an attacker can manipulate the URL to make the server perform unintended requests.
How can this vulnerability impact me? :
This SSRF vulnerability can allow attackers to make the server send requests to internal or external systems that the attacker normally could not access. This can lead to unauthorized access to internal resources, data exposure, or interaction with internal services, potentially causing significant security risks.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this SSRF vulnerability in AutoGPT, upgrade to autogpt-platform-beta-v0.6.34 or later, where the issue has been patched.