Cyber Resilience

CVE-2025-25204

Published
14 February 2025
Modified
15 April 2026
CVSS Score v3.1 6.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N
EPSS Score 0.0039 32th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2025-25204 is a medium-severity Detection of Error Condition Without Action (CWE-390) vulnerability. Its CVSS base score is 6.3 (Medium).

Operationally, ranked at the 32th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

`gh` is GitHub’s official command line tool. Starting in version 2.49.0 and prior to version 2.67.0, under certain conditions, a bug in GitHub's Artifact Attestation cli tool `gh attestation verify` causes it to return a zero exit status when no…

more

attestations are present. This behavior is incorrect: When no attestations are present, `gh attestation verify` should return a non-zero exit status code, thereby signaling verification failure. An attacker can abuse this flaw to, for example, deploy malicious artifacts in any system that uses `gh attestation verify`'s exit codes to gatekeep deployments. Users are advised to update `gh` to patched version `v2.67.0` as soon as possible.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-26465Shared CWE-390
CVE-2025-46367Shared CWE-390
CVE-2024-12086Shared CWE-390
CVE-2024-27919Shared CWE-390
CVE-2025-0029Shared CWE-390
CVE-2024-30255Shared CWE-390
CVE-2024-20316Shared CWE-390
CVE-2024-11942Shared CWE-390
CVE-2026-53434Shared CWE-390
CVE-2026-59845Shared CWE-390

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation will surface code paths that detect errors yet perform no subsequent action.

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.

DE.AE-08 mostly match
prevents

Declaring incidents when criteria are met forces action on detected errors; eliminating the weakness helps but does not define the criteria themselves.

RS.MA-02 mostly match
prevents

Triaging and validating reports compels follow-up on detections; removing the weakness supports but does not replace triage processes.

DE.AE-02 partial match
prevents

Analysis of detected events directly counters ignoring them, but does not guarantee every error condition is covered.

DE.CM-09 partial match
prevents

Monitoring produces detections, yet supplies no requirement to act on them.

PR.PS-04 partial match
prevents

Generating logs enables later action but does not enforce handling of each error condition.

RS.AN-03 partial match
prevents

Root-cause analysis of incidents requires acting on detected anomalies, though it applies after an incident is already declared.

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.

finds

Security testing can uncover missing error handling, but does not ensure the weakness is eliminated in production code.

A.8.15 Logging partial match
finds

Logging captures error conditions but does not guarantee subsequent handling or remediation.

finds

Monitoring activities can detect errors, yet without defined response procedures the weakness persists.

prevents

Secure development lifecycle practices encourage proper error handling, but do not mandate it for every detected condition.

prevents

Secure coding standards typically require explicit error handling, reducing the likelihood of silent failures.

References