Cyber Resilience

CVE-2024-39715

HighRCE

Published: 07 September 2024

Published
07 September 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3 8.5 CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0320 87.3th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-39715 is a high-severity Code Injection (CWE-94) vulnerability in Veeam (inferred from references). Its CVSS base score is 8.5 (High).

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

Deeper analysis

A code injection vulnerability tracked as CVE-2024-39715 affects the Veeam Service Provider Console (VSPC) server. The flaw, assigned CWE-94, permits a low-privileged user who already possesses REST API access to upload arbitrary files to the VSPC server, which can then be leveraged for remote code execution on that server. The issue carries a CVSS 3.0 base score of 8.5.

An attacker with valid low-privileged REST API credentials can remotely supply crafted requests that result in file uploads to the VSPC server, ultimately achieving arbitrary code execution in the context of the VSPC service. Exploitation requires network reachability to the REST API endpoint and does not need user interaction or high privileges beyond the granted API access.

The vendor advisory at https://www.veeam.com/kb4649 addresses the issue. Exploitation probability as measured by EPSS rose from a lower baseline to a peak of 0.0709 on 2026-02-04 before receding to the current value of 0.0320, indicating a period of increased interest after disclosure.

EU & UK References

Vulnerability details

A code injection vulnerability that allows a low-privileged user with REST API access granted to remotely upload arbitrary files to the VSPC server using REST API, leading to remote code execution on VSPC server.

CWE(s)

Related Threats

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

Affected Assets

Veeam
inferred from references and description; NVD did not file a CPE for this CVE

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-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References