Cyber Resilience

CVE-2025-1377

Elfutils Project Elfutils 0.192

Public PoC
Published
17 February 2025
Modified
04 November 2025
Patch / advisory
CVSS Score v4 4.8
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0032 24th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-1377 is a medium-severity Improper Resource Shutdown or Release (CWE-404) vulnerability in Elfutils Project Elfutils. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 24th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-2 (Flaw Remediation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability, which was classified as problematic, has been found in GNU elfutils 0.192. This issue affects the function gelf_getsymshndx of the file strip.c of the component eu-strip. The manipulation leads to denial of service. The attack needs to be…

more

approached locally. The exploit has been disclosed to the public and may be used. The identifier of the patch is fbf1df9ca286de3323ae541973b08449f8d03aba. It is recommended to apply a patch to fix this issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The vulnerability enables local denial of service by causing eu-strip to crash (SEGV/illegal memory access) when processing a specially crafted ELF file, facilitating application exploitation for endpoint DoS.

CVEs Like This One

CVE-2025-1376Same product: Elfutils Project Elfutils
CVE-2025-1352Same product: Elfutils Project Elfutils
CVE-2025-1371Same product: Elfutils Project Elfutils
CVE-2025-1372Same product: Elfutils Project Elfutils
CVE-2024-25260Same product: Elfutils Project Elfutils
CVE-2025-1365Same product: Elfutils Project Elfutils
CVE-2026-8120Shared CWE-404
CVE-2026-7707Shared CWE-404
CVE-2023-5324Shared CWE-404
CVE-2025-14747Shared CWE-404

Affected Assets

elfutils project
elfutils
0.192

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patch (fbf1df9) that eliminates the gelf_getsymshndx denial-of-service flaw before an attacker can trigger it.

prevent

Restricts execution of eu-strip to the minimal privileges needed, limiting the scope and impact of any local denial-of-service that succeeds.

prevent

Ensures the eu-strip process runs in an isolated address space so a resource-handling crash cannot affect other system processes or the kernel.

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 include coding standards for correct resource allocation and release.

DE.CM-09 partial match
prevents

Runtime monitoring can detect resource exhaustion caused by improper shutdown or release.

ID.AM-08 partial match
prevents

Lifecycle management of assets can encompass proper resource release at end-of-life or shutdown.

PR.IR-04 partial match
prevents

Capacity management helps surface leaks from unreleased resources but does not prevent the coding flaw.

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

Including restart, recovery and media-handling instructions reduces the likelihood that resources or sensitive data will be left in an exposed or improperly released state after a failure.

References