Cyber Resilience

CVE-2022-47501

High

Published: 14 April 2023

Published
14 April 2023
Modified
13 February 2025
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.8632 99.4th percentile
Risk Priority 67 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Deeper analysis

Apache OFBiz versions prior to 18.12.07 contain an arbitrary file reading vulnerability in the Solr plugin. The flaw is a path traversal issue (CWE-22) that allows unauthenticated remote attackers to access files on the underlying filesystem through the Solr integration.

Because the attack requires no credentials or user interaction and can be performed over the network, an unauthenticated adversary can retrieve sensitive configuration files, credentials, or other data stored on the server. The vulnerability carries a CVSS 3.1 score of 7.5 reflecting high confidentiality impact with low attack complexity.

Public advisories published on the Apache OFBiz mailing list and oss-security lists direct users to upgrade to release 18.12.07, which contains the fix for the Solr plugin component.

The CVE maintains an EPSS score of 0.8632.

EU & UK References

Vulnerability details

Arbitrary file reading vulnerability in Apache Software Foundation Apache OFBiz when using the Solr plugin. This is a  pre-authentication attack. This issue affects Apache OFBiz: before 18.12.07.

CWE(s)

Related Threats

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

Affected Assets

apache
ofbiz
≤ 18.12.07

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