CVE-2026-92298
EspoCRM through 10.0.8 Weak Token Generation via rand()
CVSS Score
4.8
EPSS Score
0.0%
EPSS Percentile
0th
EspoCRM through 10.0.8 uses PHP's rand() function to generate tokens for lead-capture opt-in, event invitation, and campaign URLs instead of a cryptographically secure generator. Remote unauthenticated attackers can guess these roughly 31-bit tokens to confirm opt-ins, accept or decline event invitations on behalf of other contacts, and access event details.
| CWE | CWE-338 |
| Vendor | espocrm |
| Product | espocrm |
| Published | Sep 16, 2026 |
Stay Ahead of the Next One
Get instant alerts for espocrm espocrm
Be the first to know when new medium vulnerabilities affecting espocrm espocrm are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
CVSS v3 Breakdown
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
Affected Versions
EspoCRM / EspoCRM
0 โค 10.0.8
References
gist.github.com: https://gist.github.com/kazisabu/9e3109aab24245fde19b88f53f965e93 github.com: https://github.com/espocrm/espocrm/commit/8e5555c1ee0ed1e92a9ad54e62f735ac2c4051a1 github.com: https://github.com/espocrm/espocrm/blob/10.0.8/application/Espo/Core/Utils/Util.php#L585-L590 github.com: https://github.com/espocrm/espocrm/blob/10.0.8/application/Espo/Repositories/UniqueId.php#L47 github.com: https://github.com/espocrm/espocrm vulncheck.com: https://www.vulncheck.com/advisories/espocrm-through-10.0.8-weak-token-generation-via-rand
Credits
Kazi Sabbir