Overview
CVE-2025-3572 is a significant server-side request forgery vulnerability discovered in INTUMIT’s SmartRobot. It poses a direct threat to the security of network systems using this product, allowing remote unauthenticated attackers the potential to probe internal networks and access local files on the server. This vulnerability is of particular concern due to its potential for data leakage or even full system compromise.
Vulnerability Summary
CVE ID: CVE-2025-3572
Severity: High (7.5 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Unauthenticated remote attackers can probe internal networks and access local files on the server, possibly leading to system compromise and data leakage.
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
SmartRobot | All versions prior to the patch
How the Exploit Works
The exploit takes advantage of a server-side request forgery (SSRF) vulnerability in SmartRobot. The attacker sends a maliciously crafted request to the server running SmartRobot. This server, failing to properly validate or sanitize the request, ends up executing it. This execution can lead to unauthorized actions such as probing the internal network or accessing local files on the server.
Conceptual Example Code
This is a conceptual example of how an attacker might exploit the vulnerability:
GET /api/request?target=http://localhost:8080/admin HTTP/1.1
Host: vulnerable.smartrobot.com
In the above example, the attacker is able to access the local ‘admin’ directory of the server by crafting a GET request to the SmartRobot server. The server ends up executing the request, giving the attacker unauthorized access.
