Cyber Resilience

CVE-2024-22899

HighPublic PoCRCE

Published: 02 February 2024

Published
02 February 2024
Modified
04 November 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.2120 95.8th percentile
Risk Priority 30 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-22899 is a high-severity Code Injection (CWE-94) vulnerability in Vinchin Vinchin Backup And Recovery. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 4.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Vinchin Backup & Recovery version 7.2 contains an authenticated remote code execution vulnerability in the syncNtpTime function. The flaw is tracked as CVE-2024-22899 with a CVSS 3.1 score of 8.8 and is associated with CWE-94 code injection. It permits an attacker who already possesses valid credentials to execute arbitrary commands on the affected backup server over the network.

An authenticated remote attacker can supply crafted input to the syncNtpTime function and obtain full control of the target system, resulting in complete compromise of confidentiality, integrity, and availability. No user interaction is required and the attack can be launched from an adjacent network position once credentials are obtained.

Public disclosures referenced in the CVE entry, including detailed write-ups on Leakix and Full Disclosure lists, describe the issue as part of a larger RCE chain but do not include official vendor patch information or mitigation guidance. The associated EPSS score has reached a peak of 0.2120 with no reported material rise after publication.

EU & UK References

Vulnerability details

Vinchin Backup & Recovery v7.2 was discovered to contain an authenticated remote code execution (RCE) vulnerability via the syncNtpTime function.

CWE(s)

Related Threats

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

Affected Assets

vinchin
vinchin backup and recovery
≤ 7.2

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