CVE-2024-56975
Published: 28 March 2025
Summary
CVE-2024-56975 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Invoiceplane Invoiceplane. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 24.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires timely remediation of identified flaws, such as patching the unrestricted file upload vulnerability in InvoicePlane's upload_file method.
Mandates validation of all information inputs, including uploaded files, to reject dangerous types and content that enable remote code execution.
Deploys malicious code protection mechanisms to scan and block uploaded files containing executable code leading to RCE.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes an unauthenticated remote code execution flaw in a public-facing web application (InvoicePlane) via unrestricted file upload (CWE-434), directly enabling exploitation of public-facing applications for arbitrary code execution.
NVD Description
InvoicePlane (all versions tested as of December 2024) v.1.6.11 and before contains a remote code execution vulnerability in the upload_file method of the Upload controller.
Deeper analysisAI
CVE-2024-56975 is a remote code execution vulnerability in InvoicePlane versions 1.6.11 and prior, with all versions tested as of December 2024 confirmed affected. The flaw resides in the upload_file method of the Upload controller, classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), highlighting its critical severity due to network accessibility, low attack complexity, and lack of prerequisites.
Unauthenticated attackers with network access to an affected InvoicePlane instance can exploit the vulnerability remotely without user interaction. Successful exploitation enables arbitrary code execution on the server, potentially granting full control over the system and leading to high-impact compromise of confidentiality, integrity, and availability.
Mitigation involves applying fixes from the referenced GitHub pull requests: https://github.com/InvoicePlane/InvoicePlane/pull/1127 and https://github.com/InvoicePlane/InvoicePlane/pull/1166, which address the issue in the Upload controller.
Details
- CWE(s)