Cyber Resilience

CVE-2025-1376

Elfutils Project Elfutils 0.192

Public PoC
Published
17 February 2025
Modified
02 June 2026
Patch / advisory
CVSS Score v4 2.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:H/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.0030 23th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-1376 is a low-severity Improper Resource Shutdown or Release (CWE-404) vulnerability in Elfutils Project Elfutils. Its CVSS base score is 2.0 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 23th 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 CM-7 (Least Functionality) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability classified as problematic was found in GNU elfutils 0.192. This vulnerability affects the function elf_strptr in the library /libelf/elf_strptr.c of the component eu-strip. The manipulation leads to denial of service. It is possible to launch the attack on…

more

the local host. 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. The name of the patch is b16f441cca0a4841050e3215a9f120a6d8aea918. 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?

CVE-2025-1376 enables denial of service by crashing the eu-strip application through a crafted ELF file, directly facilitating T1499.004 (Application or System Exploitation).

CVEs Like This One

CVE-2025-1377Same 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)
  • SI-2 Flaw Remediation
  • CM-7 Least Functionality
  • SC-5 Denial-of-service Protection
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 (b16f441c) that corrects the improper resource release in elf_strptr.

prevent

Restricts installation and use of the eu-strip component to only those systems that require it, reducing attack surface for the local DoS.

prevent

Provides denial-of-service protection mechanisms that can limit the impact of resource-exhaustion flaws such as CWE-404 in elfutils.

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