CVE-2026-41141 PUBLISHED

EspoCRM: IDOR in EmailTemplate Prepare Endpoint Leaks Entity Data via Email Address Lookup

Assigner: GitHub_M
Reserved: 17.04.2026 Published: 28.05.2026 Updated: 28.05.2026

EspoCRM is an open source customer relationship management application. Prior to 9.3.5, the POST /api/v1/EmailTemplate/:id/prepare endpoint accepts an emailAddress parameter and resolves the owning entity (Contact, Lead, Account, or User) without performing an ACL check. An authenticated user with EmailTemplate read permission can extract all field values of any entity by supplying the target's email address, bypassing read: own or read: team ACL restrictions. This vulnerability is fixed in 9.3.5.

Metrics

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

Product Status

Vendor espocrm
Product espocrm
Versions
  • Version < 9.3.5 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE