CVE-2026-29107 PUBLISHED

SuiteCRM vulnerable to authenticated SSRF via PDF export

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 19.03.2026 Updated: 19.03.2026

SuiteCRM is an open-source, enterprise-ready Customer Relationship Management (CRM) software application. Prior to versions 7.15.1 and 8.9.3, it is possible to create PDF templates with <img> tags. When a PDF is exported using this template, the content (for example, <img src=http://{burp_collaborator_url}> is rendered server side, and thus a request is issued from the server, resulting in Server-Side Request Forgery. Versions 7.15.1 and 8.9.3 patch the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
CVSS Score: 5

Product Status

Vendor SuiteCRM
Product SuiteCRM
Versions
  • Version < 7.15.1 is affected
  • Version >= 8.0.0, < 8.9.3 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE