Espocrm · Espocrm · CVE-2025-32385
**Name of the Vulnerable Software and Affected Versions**
EspoCRM versions prior to 9.0.5
**Description**
The issue concerns the Iframe dashlet in EspoCRM, which allows users to display iframes with arbitrary URLs. Since the sandbox attribute is not included in the iframe, a remote page can open popups outside of the iframe, potentially tricking users and creating a phishing risk. The iframe URL is user-defined, so an attacker would need to trick the user into specifying a malicious URL. The missing sandbox attribute also allows the remote page to send messages to the parent frame, although EspoCRM does not utilize these messages.
**Recommendations**
To resolve the issue, update to version 9.0.5 or later. As a temporary workaround, consider restricting the use of the Iframe dashlet to minimize the risk of exploitation. Avoid using the Iframe dashlet with untrusted URLs until the issue is resolved.