CVE Catalog

CVE-2026-76902

MediumCVSS 5.0
Published: Translated: NVD NIST

Summary

CordysCRM prior to 1.7.4 contains a vulnerability in the /attachment/preview/{id} and /pic/preview/{id} routes, which are configured as anonymous and call AttachmentService.getResource without ownership, organization, or permission checks. An unauthenticated attacker who guesses or observes an id generated by IDGenerator.nextStr can download files uploaded by users in other organizations.

Risk Assessment

The risk includes unauthorized access to sensitive user files, potentially leading to data confidentiality breaches.

Recommendation

Upgrade CordysCRM to version 1.7.4 or later and implement access controls based on ownership and permissions for file preview routes.

Other vulnerabilities in CordysCRM

See all
Original NVD description (English source)

CordysCRM is an open source AI-powered customer relationship management system that supports private deployment. Prior to 1.7.4, ShiroFilter configures /attachment/preview/{id} and /pic/preview/{id} as anonymous, and both routes call AttachmentService.getResource, which performs a bare primary-key lookup without ownership, organization, or permission checks. An unauthenticated caller who guesses or observes an id generated by IDGenerator.nextStr can download files uploaded by users in other organizations because the stored organization id is used only to locate the file rather than authorize the caller. This issue is fixed in version 1.7.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS