Cyber Posture

CVE-2024-56975

Critical

Published: 28 March 2025

Published
28 March 2025
Modified
14 April 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0088 75.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely remediation of identified flaws, such as patching the unrestricted file upload vulnerability in InvoicePlane's upload_file method.

prevent

Mandates validation of all information inputs, including uploaded files, to reject dangerous types and content that enable remote code execution.

preventdetect

Deploys malicious code protection mechanisms to scan and block uploaded files containing executable code leading to RCE.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

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)

Affected Products

invoiceplane
invoiceplane
≤ 1.6.2

CVEs Like This One

CVE-2026-25548Same product: Invoiceplane Invoiceplane
CVE-2025-67084Same product: Invoiceplane Invoiceplane
CVE-2026-24745Same product: Invoiceplane Invoiceplane
CVE-2026-23491Same product: Invoiceplane Invoiceplane
CVE-2026-24743Same product: Invoiceplane Invoiceplane
CVE-2026-24746Same product: Invoiceplane Invoiceplane
CVE-2026-24744Same product: Invoiceplane Invoiceplane
CVE-2025-34299Shared CWE-434
CVE-2025-15158Shared CWE-434
CVE-2025-13156Shared CWE-434

References