Cyber Resilience

CVE-2022-27043

HighPublic PoC

Published: 15 April 2022

Published
15 April 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.4473 97.7th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-27043 is a high-severity Path Traversal (CWE-22) vulnerability in Yearning Yearning. Its CVSS base score is 7.5 (High).

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

Deeper analysis

Yearning versions 2.3.1 and 2.3.2 Interstellar GA as well as 2.3.4 through 2.3.6 Neptune contain a directory traversal vulnerability tracked as CVE-2022-27043. The issue is assigned CWE-22 and carries a CVSS 3.1 base score of 7.5 reflecting network attack vector, low complexity, no required privileges or user interaction, and high confidentiality impact with no integrity or availability effects.

An unauthenticated attacker can send crafted requests over the network to read arbitrary files outside the intended web root, exposing sensitive configuration data or source code from the affected Yearning deployments.

Public references consist of a GitHub repository that appears to contain proof-of-concept material. The associated EPSS score stands at 0.4473 for both current and peak values, indicating sustained moderate exploitation interest since disclosure.

EU & UK References

Vulnerability details

Yearning versions 2.3.1 and 2.3.2 Interstellar GA and 2.3.4 - 2.3.6 Neptune is vulnerable to Directory Traversal.

CWE(s)

Related Threats

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

Affected Assets

yearning
yearning
2.3.1, 2.3.2 · 2.3.4 — 2.3.6

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

Validates pathnames and filenames to prevent traversal outside intended directories.

References