CVE-2025-64752: CWE-918: Server-Side Request Forgery (SSRF) in gristlabs grist-core
grist-core is a spreadsheet hosting server. Prior to version 1.7.7, a user with access to any document on a Grist installation can use a feature for fetching from a URL that is executed on the server. The privileged network access of server-side requests could offer opportunities for attack escalation. This issue is fixed in version 1.7.7. The mitigation was to use the proxy for untrusted fetches intended for such purposes. As a workaround, avoid making http/https endpoints available to an instance running Grist that expose credentials or operate without credentials.
AI Analysis
Technical Summary
CVE-2025-64752 is a Server-Side Request Forgery (SSRF) vulnerability identified in gristlabs' grist-core, a spreadsheet hosting server. Versions prior to 1.7.7 allow any user with access to a document to exploit a feature that fetches data from arbitrary URLs, with the request executed on the server side. This SSRF flaw arises because the server performs HTTP/HTTPS fetches without sufficient validation or isolation, enabling attackers to leverage the server's privileged network position. This can lead to unauthorized access to internal services or sensitive data, effectively escalating an attacker's capabilities within the network. The vulnerability does not require authentication or user interaction, increasing its risk profile. The fix implemented in version 1.7.7 involves routing untrusted fetch requests through a proxy, mitigating direct server access to arbitrary URLs. The vulnerability is tracked as CWE-918 and assigned a CVSS v3.1 score of 6.8, indicating medium severity with a high confidentiality impact but no integrity or availability impact. No known exploits are currently reported in the wild. Workarounds include avoiding exposure of HTTP/HTTPS endpoints that handle sensitive credentials on instances running vulnerable grist-core versions.
Potential Impact
For European organizations, this SSRF vulnerability poses a significant risk to confidentiality, as attackers can potentially access internal network resources or sensitive data by abusing the server's network privileges. Organizations using grist-core for spreadsheet hosting may face data leakage or unauthorized internal reconnaissance, which could be leveraged for further attacks. The vulnerability does not affect data integrity or availability directly but can facilitate lateral movement or information disclosure within corporate networks. Given that grist-core is used in collaborative environments, the risk extends to any user with document access, increasing the attack surface. The medium CVSS score reflects the complexity of exploitation due to required document access but highlights the critical confidentiality impact. European entities in sectors such as finance, government, or critical infrastructure that rely on grist-core or similar spreadsheet hosting solutions are particularly vulnerable to espionage or data breaches stemming from this flaw.
Mitigation Recommendations
European organizations should immediately upgrade all grist-core instances to version 1.7.7 or later to apply the official fix that routes untrusted fetches through a proxy. Until upgrades are completed, restrict access to HTTP/HTTPS endpoints on servers running vulnerable versions, especially those exposing credentials or sensitive operations without authentication. Implement network segmentation to limit the server's ability to reach internal resources unnecessarily. Monitor logs for unusual outbound requests initiated by grist-core servers to detect potential exploitation attempts. Employ web application firewalls (WAFs) with SSRF detection capabilities to block suspicious server-side requests. Educate users about the risks of sharing documents with untrusted parties, as document access enables exploitation. Finally, conduct regular security assessments focusing on internal service exposure and SSRF vulnerabilities in web applications.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden, Belgium, Italy
CVE-2025-64752: CWE-918: Server-Side Request Forgery (SSRF) in gristlabs grist-core
Description
grist-core is a spreadsheet hosting server. Prior to version 1.7.7, a user with access to any document on a Grist installation can use a feature for fetching from a URL that is executed on the server. The privileged network access of server-side requests could offer opportunities for attack escalation. This issue is fixed in version 1.7.7. The mitigation was to use the proxy for untrusted fetches intended for such purposes. As a workaround, avoid making http/https endpoints available to an instance running Grist that expose credentials or operate without credentials.
AI-Powered Analysis
Technical Analysis
CVE-2025-64752 is a Server-Side Request Forgery (SSRF) vulnerability identified in gristlabs' grist-core, a spreadsheet hosting server. Versions prior to 1.7.7 allow any user with access to a document to exploit a feature that fetches data from arbitrary URLs, with the request executed on the server side. This SSRF flaw arises because the server performs HTTP/HTTPS fetches without sufficient validation or isolation, enabling attackers to leverage the server's privileged network position. This can lead to unauthorized access to internal services or sensitive data, effectively escalating an attacker's capabilities within the network. The vulnerability does not require authentication or user interaction, increasing its risk profile. The fix implemented in version 1.7.7 involves routing untrusted fetch requests through a proxy, mitigating direct server access to arbitrary URLs. The vulnerability is tracked as CWE-918 and assigned a CVSS v3.1 score of 6.8, indicating medium severity with a high confidentiality impact but no integrity or availability impact. No known exploits are currently reported in the wild. Workarounds include avoiding exposure of HTTP/HTTPS endpoints that handle sensitive credentials on instances running vulnerable grist-core versions.
Potential Impact
For European organizations, this SSRF vulnerability poses a significant risk to confidentiality, as attackers can potentially access internal network resources or sensitive data by abusing the server's network privileges. Organizations using grist-core for spreadsheet hosting may face data leakage or unauthorized internal reconnaissance, which could be leveraged for further attacks. The vulnerability does not affect data integrity or availability directly but can facilitate lateral movement or information disclosure within corporate networks. Given that grist-core is used in collaborative environments, the risk extends to any user with document access, increasing the attack surface. The medium CVSS score reflects the complexity of exploitation due to required document access but highlights the critical confidentiality impact. European entities in sectors such as finance, government, or critical infrastructure that rely on grist-core or similar spreadsheet hosting solutions are particularly vulnerable to espionage or data breaches stemming from this flaw.
Mitigation Recommendations
European organizations should immediately upgrade all grist-core instances to version 1.7.7 or later to apply the official fix that routes untrusted fetches through a proxy. Until upgrades are completed, restrict access to HTTP/HTTPS endpoints on servers running vulnerable versions, especially those exposing credentials or sensitive operations without authentication. Implement network segmentation to limit the server's ability to reach internal resources unnecessarily. Monitor logs for unusual outbound requests initiated by grist-core servers to detect potential exploitation attempts. Employ web application firewalls (WAFs) with SSRF detection capabilities to block suspicious server-side requests. Educate users about the risks of sharing documents with untrusted parties, as document access enables exploitation. Finally, conduct regular security assessments focusing on internal service exposure and SSRF vulnerabilities in web applications.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-11-10T22:29:34.873Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6916529405b975ba759276fa
Added to database: 11/13/2025, 9:50:12 PM
Last enriched: 11/13/2025, 10:05:34 PM
Last updated: 11/14/2025, 4:07:06 AM
Views: 8
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-13161: CWE-23 Relative Path Traversal in IQ Service International IQ-Support
HighCVE-2025-13160: CWE-497 Exposure of Sensitive System Information to an Unauthorized Control Sphere in IQ Service International IQ-Support
MediumCVE-2025-9479: Out of bounds read in Google Chrome
UnknownCVE-2025-13107: Inappropriate implementation in Google Chrome
UnknownCVE-2025-13102: Inappropriate implementation in Google Chrome
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.