Cyber Resilience

CVE-2023-7098

Easyimages2.0 Project Easyimages2.0 2.8.3

Published
25 December 2023
Modified
21 November 2024
CVSS Score v3.1 3.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0066 48th percentile
Risk Priority 30 floored blend · peak EPSS

Summary

CVE-2023-7098 is a low-severity Path Traversal: '../filedir' (CWE-24) vulnerability in Easyimages2.0 Project Easyimages2.0. Its CVSS base score is 3.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 48th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

** UNSUPPORTED WHEN ASSIGNED ** A vulnerability classified as problematic was found in icret EasyImages 2.8.3. This vulnerability affects unknown code of the file app/hide.php. The manipulation of the argument key leads to path traversal: '../filedir'. The attack can be…

more

initiated remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. VDB-248950 is the identifier assigned to this vulnerability. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-65473Same product: Easyimages2.0 Project Easyimages2.0
CVE-2025-65472Same product: Easyimages2.0 Project Easyimages2.0
CVE-2025-65471Same product: Easyimages2.0 Project Easyimages2.0
CVE-2023-1181Same product: Easyimages2.0 Project Easyimages2.0
CVE-2023-33599Same product: Easyimages2.0 Project Easyimages2.0
CVE-2025-65474Same product: Easyimages2.0 Project Easyimages2.0
CVE-2025-13415Same product: Easyimages2.0 Project Easyimages2.0
CVE-2024-43035Shared CWE-24
CVE-2024-3218Shared CWE-24
CVE-2025-61189Shared CWE-24

Affected Assets

easyimages2.0 project
easyimages2.0
2.8.3

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that prevent ../ traversal.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards require neutralizing ../ sequences and canonicalizing paths before file operations.

finds

Security testing in development catches path-traversal flaws before release.

prevents

Secure SDLC mandates input validation and path canonicalization that directly block ../ traversal.

prevents

Application security requirements explicitly call for controls against path traversal in file-handling functions.

prevents

Secure architecture principles reduce attack surface but do not prescribe the specific coding fix.

mitigates

Information access restriction limits which files can be reached, mitigating impact of traversal.

References