Cyber Resilience

CVE-2024-22079

Elspec-Ltd G5Dfr Firmware ≤ 1.2.1.12

Published
20 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.010 60th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2024-22079 is a high-severity Path Traversal: '../filedir' (CWE-24) vulnerability in Elspec-Ltd G5Dfr Firmware. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 40% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An issue was discovered in Elspec G5 digital fault recorder versions 1.1.4.15 and before. Directory traversal can occur via the system logs download mechanism.

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-2024-46602Same product: Elspec-Ltd G5Dfr
CVE-2024-46603Same product: Elspec-Ltd G5Dfr
CVE-2024-22081Same product: Elspec-Ltd G5Dfr
CVE-2025-59392Same product: Elspec-Ltd G5Dfr
CVE-2024-46601Same product: Elspec-Ltd G5Dfr
CVE-2024-22080Same product: Elspec-Ltd G5Dfr
CVE-2024-22084Same product: Elspec-Ltd G5Dfr
CVE-2024-22078Same product: Elspec-Ltd G5Dfr
CVE-2024-22082Same product: Elspec-Ltd G5Dfr
CVE-2024-22077Same product: Elspec-Ltd G5Dfr

Affected Assets

elspec-ltd
g5dfr firmware
≤ 1.2.1.12

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly neutralizes '../' sequences in externally-supplied pathnames before they are resolved.

Enforced access authorizations can limit the damage even when path traversal succeeds.

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