Cyber Resilience

CVE-2022-23377

HighPublic PoC

Published: 01 March 2022

Published
01 March 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0043 62.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-23377 is a high-severity Files or Directories Accessible to External Parties (CWE-552) vulnerability in Keep Archeevo. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 37.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

Archeevo versions below 5.0 contain a local file inclusion vulnerability that can be triggered through the file parameter, specifically using a value such as ~/web.config. The flaw is tracked as CVE-2022-23377 and carries a CVSS 3.1 base score of 7.5, reflecting network attack vector, low complexity, and no required authentication or user interaction, resulting in high impact to confidentiality.

An unauthenticated remote attacker can supply a crafted file parameter to retrieve arbitrary local files from the server. Successful exploitation grants read access to sensitive configuration and data files without any privileges on the target system.

The EPSS score for this CVE remained low after disclosure but rose materially to a peak of 0.1253 on 2025-01-22 before receding to the current value of 0.0043, indicating a period of increased exploitation interest well after the original publication date. Public proof-of-concept code is available on Exploit-DB.

EU & UK References

Vulnerability details

Archeevo below 5.0 is affected by local file inclusion through file=~/web.config to allow an attacker to retrieve local files.

CWE(s)

Related Threats

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

Affected Assets

keep
archeevo
≤ 5.0

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

Controls on authorized publication limit files and directories with nonpublic data from becoming accessible to external parties.

addresses: CWE-552

Controlling and documenting P2P file sharing prevents files and directories from being made accessible to external parties for unauthorized distribution.

addresses: CWE-552

Identifying and documenting file and directory locations allows restriction of access to external parties.

addresses: CWE-552

Protecting backup files ensures they are not accessible to external parties or unauthorized spheres.

addresses: CWE-552

Sanitizing equipment before off-site maintenance reduces the risk of files or directories containing sensitive data becoming accessible to external parties.

addresses: CWE-552

Policy restricts media access to authorized parties only, preventing exposure of resources to external or unauthorized actors.

addresses: CWE-552

Media access restrictions prevent files or directories from being accessible to external parties.

addresses: CWE-552

Employing and evaluating controls at documented alternate sites makes files and directories less likely to be accessible to external parties through physical or environmental weaknesses.

References