Cyber Resilience

CVE-2024-36415

Critical

Published: 10 June 2024

Published
10 June 2024
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0400 88.7th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-36415 is a critical-severity PHP Remote File Inclusion (CWE-98) vulnerability in Salesagility Suitecrm. Its CVSS base score is 9.1 (Critical).

Operationally, ranked in the top 11.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

SuiteCRM, an open-source customer relationship management application, contains a flaw in its uploaded file verification logic that permits remote code execution. The issue affects all versions prior to 7.14.4 and 8.6.1 and is tracked under CWE-98 and CWE-434, reflecting improper control of filenames for include/require operations combined with unrestricted upload of dangerous file types.

An attacker with high privileges can exploit the vulnerability over the network with low attack complexity and no user interaction. Successful exploitation allows the attacker to upload a malicious file that bypasses verification checks, resulting in arbitrary code execution on the server with impacts to confidentiality, integrity Availability, and scope change.

The official GitHub Security Advisories for GHSA-c82f-58jv-jfrh state that the issue is resolved in SuiteCRM 7.14.4 and 8.6.1; administrators are advised to upgrade to these patched releases.

EPSS scores for the CVE rose from lower values to a peak of 0.0584 on 2025-12-11 before receding to the current 0.0400, indicating modest but detectable post-disclosure interest in exploitation.

EU & UK References

Vulnerability details

SuiteCRM is an open-source Customer Relationship Management (CRM) software application. Prior to versions 7.14.4 and 8.6.1, a vulnerability in uploaded file verification in products allows for remote code execution. Versions 7.14.4 and 8.6.1 contain a fix for this issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

salesagility
suitecrm
≤ 7.14.4 · 8.0.0 — 8.6.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-434

Requiring identifiable owners for portable devices reduces the attack surface for unrestricted uploads of dangerous file types via anonymous media.

addresses: CWE-434

Dangerous file uploads can be detonated in the chamber to determine malice before any production write or execution occurs.

addresses: CWE-434

Prevents unrestricted writing of arbitrary or malicious firmware by keeping hardware write-protect enabled except under tightly controlled manual procedures.

addresses: CWE-434

Scans files from external sources on download/open/execute, blocking unrestricted uploads of dangerous file types.

References