Cyber Resilience

CVE-2024-0799

CriticalPublic PoC

Published: 13 March 2024

Published
13 March 2024
Modified
14 October 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3788 97.3th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-0799 is a critical-severity Improper Authentication (CWE-287) vulnerability in Arcserve Udp. 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 2.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

An authentication bypass vulnerability exists in Arcserve Unified Data Protection versions 9.2 and 8.1, specifically within the doLogin function of the EdgeLoginServiceImpl class inside edge-app-base-webui.jar that handles wizardLogin requests. The flaw is tracked as CVE-2024-0799 with a CVSS 3.1 score of 9.8 and is associated with CWE-287.

Remote attackers can exploit the issue over the network without authentication or user interaction to obtain full control over confidentiality, integrity, and availability of the affected data protection system. The attack vector requires no privileges and targets the exposed web interface component directly.

Public research from Tenable at the referenced TRA-2024-07 advisory provides further technical details on the flaw. The associated EPSS score rose from lower values after disclosure to a peak of 0.5151 on 2025-12-11 before receding to the current 0.3788, indicating a period of increased exploitation interest.

EU & UK References

Vulnerability details

An authentication bypass vulnerability exists in Arcserve Unified Data Protection 9.2 and 8.1 in the edge-app-base-webui.jar!com.ca.arcserve.edge.app.base.ui.server.EdgeLoginServiceImpl.doLogin() function within wizardLogin.

CWE(s)

Related Threats

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?

CVE-2024-0799 is an authentication bypass in the web management UI (wizardLogin) of Arcserve UDP, a network-accessible (AV:N) public-facing application, enabling unauthenticated remote attackers to gain high-privilege access (C/I/A:H), directly facilitating T1190: Exploit Public-Facing Application.

Affected Assets

arcserve
udp
8.1, 9.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-287

Detects unauthorized successful logons resulting from improper authentication implementations.

addresses: CWE-287

Documented procedures ensure personnel are trained on authentication mechanisms, tangibly lowering the risk of improper authentication being exploited.

addresses: CWE-287

Security awareness training instructs users on secure authentication practices and avoiding credential compromise.

addresses: CWE-287

Training on authentication mechanisms and best practices decreases the occurrence of improper authentication.

addresses: CWE-287

Non-repudiation requires strong authentication mechanisms to irrefutably attribute performed actions to specific individuals or processes.

addresses: CWE-287

Session content review can reveal authentication bypasses or failures in session establishment.

addresses: CWE-287

Review of authentication-related audit records can detect improper authentication mechanisms or bypasses.

addresses: CWE-287

Assessments check authentication mechanisms for correct implementation and effectiveness, reducing successful authentication bypass attempts.

References